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

[wip/dynamic-graph-v3] Update to v4.0.0

Changes since v3.8.2:
- :warning: install plugins in lib/dynamic-graph-plugins/libxxx.so :warning:
- fix libdynamic-graph.so RPATH to use the plugins
- Fix Signal<std::string>
- Add Cmake option to deactivate suffix of so files
- CMake: export project and use exports from dependencies
- CMake: keep minimal required instructions

Packaging changes:
- use ../../devel/jrl-cmakemodules
parent d5173519
No related branches found
No related tags found
No related merge requests found
......@@ -4,28 +4,20 @@
ORG= stack-of-tasks
NAME= dynamic-graph
VERSION= 3.8.1
VERSION= 4.0.0
DISTNAME= ${NAME}-v3-${VERSION}
PKGNAME= ${NAME}-v3-${VERSION}
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=${NAME}/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}${ORG}/${NAME}.git
CHECKOUT_VCS_OPTS+= --recursive
CATEGORIES= wip
COMMENT= Efficient data-flow C++ library for robotics
LICENSE= 2-clause-bsd
MAINTAINER= gepetto-soft@laas.fr
CONFLICTS+= ${NAME}
CMAKE_ARGS+= -DBUILD_PYTHON_INTERFACE=OFF
CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR=lib
CMAKE_ARGS+= -DCXX_DISABLE_WERROR=yes
DYNAMIC_PLIST_DIRS+= share/doc/${NAME}
CMAKE_ARGS+= -DCXX_DISABLE_WERROR=ON
CMAKE_ARGS+= -DINSTALL_DOCUMENTATION=OFF
include ../../devel/jrl-cmakemodules/Makefile.common
include ../../math/eigen3/depend.mk
include ../../pkgtools/pkg-config/depend.mk
include ../../mk/sysdep/cmake.mk
......
......@@ -26,8 +26,8 @@ include/dynamic-graph/factory.h
include/dynamic-graph/fwd.hh
include/dynamic-graph/linear-algebra.h
include/dynamic-graph/logger.h
include/dynamic-graph/null-ptr.hh
include/dynamic-graph/pool.h
include/dynamic-graph/real-time-logger-def.h
include/dynamic-graph/real-time-logger.h
include/dynamic-graph/signal-array.h
include/dynamic-graph/signal-base.h
......@@ -49,9 +49,11 @@ lib/cmake/dynamic-graph/dynamic-graphConfig.cmake
lib/cmake/dynamic-graph/dynamic-graphConfigVersion.cmake
lib/cmake/dynamic-graph/dynamic-graphTargets-release.cmake
lib/cmake/dynamic-graph/dynamic-graphTargets.cmake
lib/dynamic-graph-plugins/libtracer-real-time.so
lib/dynamic-graph-plugins/libtracer-real-time.so.${PKGVERSION}
lib/dynamic-graph-plugins/libtracer.so
lib/dynamic-graph-plugins/libtracer.so.${PKGVERSION}
lib/libdynamic-graph.so
lib/libdynamic-graph.so.${PKGVERSION}
lib/pkgconfig/dynamic-graph.pc
lib/plugin/tracer-real-time.so
lib/plugin/tracer.so
share/dynamic-graph/package.xml
SHA1 (dynamic-graph-v3-3.8.1.tar.gz) = c1d8491259db0ad99b1f9f02c41ed29581c0dd8b
RMD160 (dynamic-graph-v3-3.8.1.tar.gz) = 376c4e36f49fae01ecf2eee07f3504606d0f0170
Size (dynamic-graph-v3-3.8.1.tar.gz) = 1314995 bytes
SHA1 (dynamic-graph-v3-4.0.0.tar.gz) = dedcd37242b5b82f327f5e651bd6a1000bdec7cd
RMD160 (dynamic-graph-v3-4.0.0.tar.gz) = f8fd7bbc3b1f2c4222be508964343b4e766bf535
Size (dynamic-graph-v3-4.0.0.tar.gz) = 1339885 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