Skip to content

Commit

Permalink
add fcl to osx and win (#106)
Browse files Browse the repository at this point in the history
* add fcl to osx and win

* Fix spacing

Co-authored-by: Tobias Fischer <[email protected]>
  • Loading branch information
wolfv and Tobias-Fischer authored May 7, 2021
1 parent b6ee849 commit 816f21e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions patch/ros-noetic-fcl.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ index 6e5bbb8..e69df39 100644
@@ -378,9 +378,9 @@ if(NOT FCL_BUILD_TESTS STREQUAL "DEFAULT")
unset(_BUILD_TESTING)
endif()

-if(BUILD_TESTING AND NOT FCL_HIDE_ALL_SYMBOLS)
- add_subdirectory(test)
-endif()
+# if(BUILD_TESTING AND NOT FCL_HIDE_ALL_SYMBOLS)
+# add_subdirectory(test)
+# endif()

#===============================================================================
# API documentation using Doxygen
1 change: 1 addition & 0 deletions vinca_linux_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ skip_existing:

packages_select_by_deps:
# # TODO
- fcl
- ros_numpy
- eigenpy
- catkin
Expand Down
1 change: 1 addition & 0 deletions vinca_osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ packages_select_by_deps:
##
# TODO OSX
##
- fcl
# - grid_map # fails with tbb-error, probably need to use cmake instead of pkg-config. See grid-map-osx branch
# - pybind11_catkin # need to be unvendored

Expand Down
3 changes: 1 addition & 2 deletions vinca_win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ skip_existing:
- https://conda.anaconda.org/robostack/

packages_select_by_deps:
- fcl
# - pybind11_catkin # need to be unvendored
# - ros_numpy
# - eigenpy

##
# DONE Win
Expand Down

0 comments on commit 816f21e

Please sign in to comment.