moveit / moveit_ikfast

THIS REPO HAS MOVED TO https://github.com/ros-planning/moveit
12 stars 20 forks source link

Missing dependency on liblapack in generated pkg manifest #34

Closed gavanderhoorn closed 9 years ago

gavanderhoorn commented 9 years ago

As per title. See also ros-industrial/abb#52.

The generated CMakeLists.txt contains:

find_package(LAPACK REQUIRED)

but the package manifest doesn't state this build_depend.

davetcoleman commented 9 years ago

Thanks!