Skip to content
Snippets Groups Projects
Commit f71b8c99 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[wip/py-dynamic-graph-bridge-v3] Make sure that the package is

installed on site-packages.
Bump PKG_REVISION_1
parent e333e0c0
Loading
......@@ -4,6 +4,7 @@
ORG= stack-of-tasks
NAME= dynamic-graph-bridge
VERSION= 3.2.4
PKGREVISION= 1
ROSNAME= $(subst -,_,${NAME})
DISTNAME= ${ROSNAME}-v3-${VERSION}
......@@ -22,6 +23,10 @@ CONFLICTS+= ${ROSNAME}
CONFLICTS+= py[0-9][0-9]-${ROSNAME}
CMAKE_ARGS+= -DINSTALL_DOCUMENTATION=OFF
# Needed for robotpkg to install in site-packages
CMAKE_ARGS+= -DSETUPTOOLS_DEB_LAYOUT=OFF
# Needed for dynamic_graph_bridge to be installed in site-packages
CMAKE_ARGS+= -DPYTHON_STANDARD_LAYOUT=ON
DYNAMIC_PLIST_DIRS+= share/doc/doxygen-html
DYNAMIC_PLIST_DIRS+= share/gennodejs/ros/${ROSNAME}
......
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