Skip to content
Snippets Groups Projects
Commit 6fc717d1 authored by Justin Carpentier's avatar Justin Carpentier Committed by Matthieu Herrb
Browse files

[wip/pinocchio] Explicit PYTHON variables

parent d9ce0e06
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,11 @@ LICENSE= gnu-lgpl-v3
DYNAMIC_PLIST_DIRS+= share/doc/pinocchio
USE_BOOST_LIBS:= python filesystem unit_test_framework
CMAKE_ARGS+= -DPYTHON_EXECUTABLE=${PYTHON}
CMAKE_ARGS+= -DPYTHON_INCLUDE_DIR=${PYTHON_INCLUDE}
CMAKE_ARGS+= -DPYTHON_LIBRARY=${PYTHON_LIB}
CMAKE_ARGS+= -DPYTHON_SITELIB=${PYTHON_SITELIB}
DEPEND_ABI.python += python<3
DEPEND_ABI.assimp += assimp>=3.0
DEPEND_ABI.eigenpy += eigenpy>=1.3.0
......
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