macOS: remove old dependencies (#29275)

old-commit-hash: ee7a763ba3
beeps
Adeeb Shihadeh 2 years ago committed by GitHub
parent 5fb047c963
commit ae549dcd30
  1. 4
      tools/mac_setup.sh

@ -28,7 +28,6 @@ if [[ $(command -v brew) == "" ]]; then
fi fi
fi fi
# TODO: remove protobuf,protobuf-c,swig when casadi can be pip installed
brew bundle --file=- <<-EOS brew bundle --file=- <<-EOS
brew "catch2" brew "catch2"
brew "cmake" brew "cmake"
@ -49,9 +48,6 @@ brew "openssl@3.0"
brew "pyenv" brew "pyenv"
brew "qt@5" brew "qt@5"
brew "zeromq" brew "zeromq"
brew "protobuf"
brew "protobuf-c"
brew "swig"
brew "gcc@12" brew "gcc@12"
cask "gcc-arm-embedded" cask "gcc-arm-embedded"
brew "portaudio" brew "portaudio"

Loading…
Cancel
Save