-
Notifications
You must be signed in to change notification settings - Fork 0
Kyle/py6 #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: chef/melodic-devel
Are you sure you want to change the base?
Kyle/py6 #7
Conversation
| moveit_planning_scene_interface | ||
| moveit_move_group_interface | ||
| moveit_py_bindings_tools | ||
| # moveit_py_bindings_tools_py${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't figure out the proper syntax to export this, but we don't need to anyhow
|
|
||
| set_target_properties(${MOVEIT_LIB_NAME} PROPERTIES VERSION "${${PROJECT_NAME}_VERSION}") | ||
| target_link_libraries(${MOVEIT_LIB_NAME} ${catkin_LIBRARIES} ${Boost_LIBRARIES} ${PYTHON_LIBRARIES}) | ||
| set_target_properties(${MOVEIT_LIB_NAME} PROPERTIES OUTPUT_NAME moveit_py_bindings_tools_py${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}.so ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we remove the boost::python dev from this library, we likely don't need to rename it
| ) | ||
|
|
||
| find_package(PythonInterp REQUIRED) | ||
| find_package(PythonInterp ${CHEF_FORCE_PYTHON_VERSION} REQUIRED) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FORCE_PYTHON_VERSION isn't strictly necessary, but helps make it obvious when you need to wipe the build dir
|
|
||
| find_package(Eigen3 REQUIRED) | ||
| find_package(eigenpy REQUIRED) | ||
| # TODO: probably need different eigenpy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is done
Description
Please explain the changes you made, including a reference to the related issue if applicable
Checklist