File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,8 @@ ADD_SUBDIRECTORY(python)
142142ADD_SUBDIRECTORY (unittest)
143143
144144PKG_CONFIG_APPEND_LIBS(${PROJECT_NAME} )
145- PKG_CONFIG_APPEND_CFLAGS("-isystem ${PYTHON_INCLUDE_DIRS} " )
146- PKG_CONFIG_APPEND_CFLAGS("-isystem ${NUMPY_INCLUDE_DIRS} " )
145+ PKG_CONFIG_APPEND_CFLAGS("-I ${PYTHON_INCLUDE_DIRS} " )
146+ PKG_CONFIG_APPEND_CFLAGS("-I ${NUMPY_INCLUDE_DIRS} " )
147147PKG_CONFIG_APPEND_BOOST_LIBS(${BOOST_COMPONENTS} )
148148
149149SETUP_PROJECT_FINALIZE()
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <package format =" 2" >
3+ <name >eigenpy</name >
4+ <version >1.5.3</version >
5+ <description >Bindings between Numpy and Eigen using Boost.Python</description >
6+ <
maintainer email =
" [email protected] " >Justin Carpentier</
maintainer >
7+ <
maintainer email =
" [email protected] " >Wolfgang Merkt</
maintainer >
8+ <author >Justin Carpentier</author >
9+ <author >Nicolas Mansard</author >
10+ <license >BSD</license >
11+
12+ <url type =" website" >https://github.com/stack-of-tasks/eigenpy</url >
13+
14+ <depend >python</depend >
15+ <depend >python-numpy</depend >
16+ <depend >eigen</depend >
17+ <depend >boost</depend >
18+
19+ <buildtool_depend >cmake</buildtool_depend >
20+ <export >
21+ <build_type >cmake</build_type >
22+ </export >
23+ </package >
You can’t perform that action at this time.
0 commit comments