Skip to content
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

add support for py_modules in setup.py (fix #399) #564

Merged
merged 1 commit into from
Dec 23, 2013

Conversation

dirk-thomas
Copy link
Member

@tfoote @wjwwood Please review (and give it a try).

@@ -103,6 +103,37 @@ function(catkin_python_setup)
endforeach()
endif()

# generate relay-script for each python module (and __init__.py files) if available
if(${PROJECT_NAME}_SETUP_PY_MODULES)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where does ${PROJECT_NAME}_SETUP_PY_MODULES get set?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See below in file cmake/interrogate_setup_dot_py.py line 145 (https://github.com/ros/catkin/pull/564/files#diff-1a64629722ecefc0444795a8016e892eR145).

@tfoote
Copy link
Member

tfoote commented Dec 17, 2013

+1

1 similar comment
@wjwwood
Copy link
Member

wjwwood commented Dec 22, 2013

+1

dirk-thomas added a commit that referenced this pull request Dec 23, 2013
add support for py_modules in setup.py (fix #399)
@dirk-thomas dirk-thomas merged commit f94e61b into groovy-devel Dec 23, 2013
@dirk-thomas dirk-thomas deleted the py_modules branch December 23, 2013 21:13
cwecht pushed a commit to cwecht/catkin that referenced this pull request Mar 20, 2018
This is expected to improve the performance when solving the
global SLAM optimization problem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants