ros-infrastructure / catkin_pkg

Standalone Python library for the catkin build system.
https://github.com/ros/catkin
Other
47 stars 89 forks source link

Add include_exec_depends for topological sort #304

Closed rsinnet closed 2 years ago

rsinnet commented 3 years ago

This argument specifies if runtime dependencies should be included in the topological sort.

rsinnet commented 3 years ago

@wjwwood would you want this feature? We use it in our bulid system. Might be helpful to others. If you want this, I can also file another PR for catkin that forwards this to the catkin_topological_sort executable. This can also help in finding circular dependencies.

If not, feel free to close this PR.

dirk-thomas commented 3 years ago

@rsinnet Sorry, I'm not a maintainer of this repository anymore.