-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Rhys Mainwaring <[email protected]>
- Loading branch information
1 parent
8b08d9d
commit 1b1780d
Showing
6 changed files
with
2 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ brew tap osrf/simulation | |
|
||
# packages to install | ||
PKGS=( | ||
gz-garden | ||
gz-harmonic | ||
cgal | ||
fftw | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
|
||
# Configure build dependencies | ||
# https://gazebosim.org/docs/garden/install_osx_src#install-dependencies | ||
# https://gazebosim.org/docs/harmonic/install_osx_src#install-dependencies | ||
|
||
# [email protected] | ||
export CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/usr/local/opt/[email protected] | ||
|
@@ -10,9 +10,6 @@ export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/usr/local/opt/[email protected]/lib/pkgc | |
# qt5 | ||
export CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/usr/local/opt/qt@5 | ||
|
||
# Python scripts installed with: `pip3 install --user <package>` | ||
export PATH=$PATH:$HOME/Library/Python/3.11/bin:$HOME/Library/Python/3.12/bin | ||
|
||
# Use desktop_notification- to suppress error: | ||
# ERROR:colcon.colcon_notification.desktop_notification.terminal_notifier: | ||
# Could not find the colcon-terminal-notifier.app in the install prefix '/Users/runner/Library/Python/3.12' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
#!/bin/bash | ||
|
||
# Python scripts installed with: `pip3 install --user <package>` | ||
export PATH=$PATH:$HOME/Library/Python/3.11/bin:$HOME/Library/Python/3.12/bin | ||
|
||
colcon test --merge-install | ||
colcon test-result --all --verbose |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters