Skip to content
Snippets Groups Projects
Unverified Commit fb1bad00 authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

Merge pull request #69 from wxmerkt/wxm-update-eigenpy-for-3rd-party-release

Sync CMake submodule, make Python non-system include directories, add package.xml
parents 960824e7 36ae3b14
No related branches found
No related tags found
No related merge requests found
......@@ -142,8 +142,8 @@ ADD_SUBDIRECTORY(python)
ADD_SUBDIRECTORY(unittest)
PKG_CONFIG_APPEND_LIBS(${PROJECT_NAME})
PKG_CONFIG_APPEND_CFLAGS("-isystem${PYTHON_INCLUDE_DIRS}")
PKG_CONFIG_APPEND_CFLAGS("-isystem${NUMPY_INCLUDE_DIRS}")
PKG_CONFIG_APPEND_CFLAGS("-I${PYTHON_INCLUDE_DIRS}")
PKG_CONFIG_APPEND_CFLAGS("-I${NUMPY_INCLUDE_DIRS}")
PKG_CONFIG_APPEND_BOOST_LIBS(${BOOST_COMPONENTS})
SETUP_PROJECT_FINALIZE()
Subproject commit 7bc2c801fc250a5a7a4570983c18c0b519ed35ba
Subproject commit b48288b990f3f022c5c55bb0689bad50b6751bed
<?xml version="1.0"?>
<package format="2">
<name>eigenpy</name>
<version>1.5.3</version>
<description>Bindings between Numpy and Eigen using Boost.Python</description>
<maintainer email="justin.carpentier@inria.fr">Justin Carpentier</maintainer>
<maintainer email="wolfgang.merkt@ed.ac.uk">Wolfgang Merkt</maintainer>
<author>Justin Carpentier</author>
<author>Nicolas Mansard</author>
<license>BSD</license>
<url type="website">https://github.com/stack-of-tasks/eigenpy</url>
<depend>python</depend>
<depend>python-numpy</depend>
<depend>eigen</depend>
<depend>boost</depend>
<buildtool_depend>cmake</buildtool_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>
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