Skip to content

Commit

Permalink
update macos
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Mar 7, 2024
1 parent 30691d6 commit 18e2dcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/build_ros2_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ echo "XCode Command Line Tools path: $(sudo xcode-select -p)"

# Install Homebrew dependencies.
echo 'Installing Homebrew dependencies...'
yes | brew install asio assimp bison bullet cmake console_bridge cppcheck \
brew install asio assimp bison bullet cmake console_bridge cppcheck \
cunit eigen freetype graphviz opencv openssl orocos-kdl pcre poco \
pyqt5 python qt@5 sip spdlog osrf/simulation/tinyxml1 tinyxml2

# Install a specific clang version.
echo "Installing LLVM/Clang version: ${CLANG_VERSION}"
brew tap homebrew/versions
yes | brew install "llvm${CLANG_VERSION}"
brew install "llvm@${CLANG_VERSION}"

# Add OPENSSL_ROOT_DIR for DDS-Security.
echo "export OPENSSL_ROOT_DIR=$(brew --prefix openssl)" | tee -a "${HOME}/.bashrc"
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ done

# Ensure LLVM and Vulkan are installed.
if [ "$(uname)" = 'Darwin' ]; then
brew install "llvm${CLANG_VERSION}"
brew install "llvm@${CLANG_VERSION}"
else
sudo add-apt-repository -y ppa:graphics-drivers/ppa
sudo apt-get update -y
Expand Down

0 comments on commit 18e2dcf

Please sign in to comment.