Skip to content

Commit

Permalink
Merge pull request #16 from MO-RISE/deps/libcluon-0.0.145
Browse files Browse the repository at this point in the history
Bumping libcluon to v0.0.145
  • Loading branch information
freol35241 authored Apr 29, 2023
2 parents 119171c + a6e91bb commit 171b969
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ find_package(Threads REQUIRED)
CPMAddPackage(
NAME cluon
GITHUB_REPOSITORY chrberger/libcluon
VERSION 0.0.140
VERSION 0.0.145
SOURCE_SUBDIR libcluon
EXCLUDE_FROM_ALL YES
GIT_SHALLOW YES
PATCH_COMMAND git apply ${CMAKE_SOURCE_DIR}/external/libcluon_CMakeLists_disable_tests.patch
SKIP_TESTS 1
)

CPMAddPackage(
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ It also bundles the following command-line applications:
| 0.1.3 | 0.0.140 | 3.7, 3.8, 3.9, 3.10 |
| 0.2.0 | 0.0.140 | 3.7, 3.8, 3.9, 3.10 |
| 0.2.1 | 0.0.140 | 3.7, 3.8, 3.9, 3.10, 3.11 |
| 0.2.2 | 0.0.145 | 3.7, 3.8, 3.9, 3.10, 3.11 |

## Installation

Expand Down
17 changes: 0 additions & 17 deletions external/libcluon_CMakeLists_disable_tests.patch

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name="pycluon",
version="0.2.1",
version="0.2.2",
license="Apache License 2.0",
description="A python wrapper around libcluon",
long_description=read("README.md"),
Expand Down

0 comments on commit 171b969

Please sign in to comment.