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

[wip/parametric-curves] prepare splitting python bindings

- add CMAKE_ARGS to avoid building python interface
- replace dependency to py-eigenpy by eigen3

while here:

- add DYNAMIC_PLIST_DIRS for share/doc
parent 99f0c3fb
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,10 @@ COMMENT= This packages provides a template based parametric curves library.
LICENSE= gnu-lgpl-v3
MAINTAINER= ostasse@laas.fr
include ../../math/py-eigenpy/depend.mk
CMAKE_ARGS+= -DBUILD_PYTHON_INTERFACE=OFF
DYNAMIC_PLIST_DIRS+= share/doc/parametric-curves
include ../../math/eigen3/depend.mk
include ../../pkgtools/pkg-config/depend.mk
include ../../mk/sysdep/cmake.mk
include ../../mk/sysdep/doxygen.mk
......
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