File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ brew install cmake wget git boost
2424# Install SDFormat via Homebrew
2525brew tap osrf/simulation
2626brew install sdformat15
27+ brew --prefix urdfdom
2728
2829# Clone GTSAM (don't build yet, depends on Python)
2930# GTDynamics requires gtsam-develop (not the 4.2 release tag)
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ PYTHON_EXECUTABLE = "$(which python)"
101101[tool .cibuildwheel .macos ]
102102before-all = " bash {project}/.github/scripts/cibw_before_all_macos.sh"
103103before-build = " bash {project}/.github/scripts/cibw_before_build_macos.sh {project}"
104- repair-wheel-command = " DYLD_LIBRARY_PATH=$HOME/opt/gtdynamics-deps/gtd_current/lib:$HOME/opt/gtdynamics-deps/gtsam_current/lib:/opt/homebrew/lib:$DYLD_LIBRARY_PATH delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
104+ repair-wheel-command = " DYLD_LIBRARY_PATH=$HOME/opt/gtdynamics-deps/gtd_current/lib:$HOME/opt/gtdynamics-deps/gtsam_current/lib:/opt/homebrew/lib:/opt/homebrew/opt/urdfdom/lib: $DYLD_LIBRARY_PATH delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
105105
106106[tool .cibuildwheel .macos .environment ]
107107MACOSX_DEPLOYMENT_TARGET = " $MACOSX_DEPLOYMENT_TARGET"
You can’t perform that action at this time.
0 commit comments