Skip to content
Snippets Groups Projects
Commit 1cd299aa authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/{py-,}dynamic-graph-tutorial] Update to v1.2.1

Changes since v1.2.0:
- Add python unit test
- CMake: export project and use exports from dependencies
- CMake: keep minimal required instructions
parent 87a961a9
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,10 @@
ORG= stack-of-tasks
NAME= dynamic-graph-tutorial
VERSION= 1.2.0
VERSION= 1.2.1
CATEGORIES= wip
COMMENT= Tutorial for the dynamic-graph
LICENSE= 2-clause-bsd
MAINTAINER= gepetto-soft@laas.fr
CMAKE_ARGS+= -DBUILD_PYTHON_INTERFACE=OFF
......
......@@ -4,5 +4,11 @@ include/dynamic-graph/tutorial/deprecated.hh
include/dynamic-graph/tutorial/feedback-controller.hh
include/dynamic-graph/tutorial/inverted-pendulum.hh
include/dynamic-graph/tutorial/warning.hh
lib/cmake/dynamic-graph-tutorial/dynamic-graph-tutorialConfig.cmake
lib/cmake/dynamic-graph-tutorial/dynamic-graph-tutorialConfigVersion.cmake
lib/cmake/dynamic-graph-tutorial/dynamic-graph-tutorialTargets-release.cmake
lib/cmake/dynamic-graph-tutorial/dynamic-graph-tutorialTargets.cmake
lib/libdynamic-graph-tutorial.so
lib/libdynamic-graph-tutorial.so.${PKGVERSION}
lib/pkgconfig/dynamic-graph-tutorial.pc
share/dynamic-graph-tutorial/package.xml
......@@ -14,13 +14,15 @@ ifeq (+,$(DYNAMIC_GRAPH_TUTORIAL_DEPEND_MK)) # ---------------------------------
PREFER.dynamic-graph-tutorial?= robotpkg
SYSTEM_SEARCH.dynamic-graph-tutorial=\
'include/dynamic-graph/tutorial/config.hh:/DYNAMIC_GRAPH_TUTORIAL_VERSION/s/[^0-9.]//gp' \
'lib/libdynamic-graph-tutorial.so' \
'lib/pkgconfig/dynamic-graph-tutorial.pc:/Version/s/[^0-9.]//gp'
'include/dynamic-graph/tutorial/config.hh:/DYNAMIC_GRAPH_TUTORIAL_VERSION /s/[^0-9.]//gp' \
'lib/libdynamic-graph-tutorial.so' \
'lib/cmake/dynamic-graph-tutorial/dynamic-graph-tutorialConfigVersion.cmake:/PACKAGE_VERSION/s/[^0-9.]//gp' \
'lib/pkgconfig/dynamic-graph-tutorial.pc:/Version/s/[^0-9.]//gp' \
'share/dynamic-graph-tutorial/package.xml:/<version>/s/[^0-9.]//gp'
DEPEND_USE+= dynamic-graph-tutorial
DEPEND_ABI.dynamic-graph-tutorial?= dynamic-graph-tutorial>=1.1.0
DEPEND_ABI.dynamic-graph-tutorial?= dynamic-graph-tutorial>=1.2.1
DEPEND_DIR.dynamic-graph-tutorial?= ../../wip/dynamic-graph-tutorial
endif # DYNAMIC_GRAPH_TUTORIAL_DEPEND_MK ------------------------------------------------
......
SHA1 (dynamic-graph-tutorial-1.2.0.tar.gz) = 39d1a546c13eff7f2da3a917cf4b75cd7113b48e
RMD160 (dynamic-graph-tutorial-1.2.0.tar.gz) = 557ea32710dd669c3d57971350a711159b1dbafd
Size (dynamic-graph-tutorial-1.2.0.tar.gz) = 793699 bytes
SHA1 (dynamic-graph-tutorial-1.2.1.tar.gz) = 068a6f39241bebaeccef2e48a1165d9b22341a24
RMD160 (dynamic-graph-tutorial-1.2.1.tar.gz) = 01435d4e460ed5e56ad14479e481500db72c07e7
Size (dynamic-graph-tutorial-1.2.1.tar.gz) = 846721 bytes
......@@ -4,12 +4,10 @@
ORG= stack-of-tasks
NAME= dynamic-graph-tutorial
VERSION= 1.2.0
VERSION= 1.2.1
CATEGORIES= wip
COMMENT= Tutorial for the dynamic-graph
LICENSE= 2-clause-bsd
MAINTAINER= gepetto-soft@laas.fr
USE_PYTHON_ONLY= true
......
SHA1 (dynamic-graph-tutorial-1.2.0.tar.gz) = 39d1a546c13eff7f2da3a917cf4b75cd7113b48e
RMD160 (dynamic-graph-tutorial-1.2.0.tar.gz) = 557ea32710dd669c3d57971350a711159b1dbafd
Size (dynamic-graph-tutorial-1.2.0.tar.gz) = 793699 bytes
SHA1 (dynamic-graph-tutorial-1.2.1.tar.gz) = 068a6f39241bebaeccef2e48a1165d9b22341a24
RMD160 (dynamic-graph-tutorial-1.2.1.tar.gz) = 01435d4e460ed5e56ad14479e481500db72c07e7
Size (dynamic-graph-tutorial-1.2.1.tar.gz) = 846721 bytes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment