From ae549dcd307d0eeeef3e7f718e6aecdbb6455b33 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 7 Aug 2023 21:13:09 -0700 Subject: [PATCH] macOS: remove old dependencies (#29275) old-commit-hash: ee7a763ba337266873c607ac767f68c50332a8a7 --- tools/mac_setup.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/mac_setup.sh b/tools/mac_setup.sh index 4a4cc0c65..765cdd5a3 100755 --- a/tools/mac_setup.sh +++ b/tools/mac_setup.sh @@ -28,7 +28,6 @@ if [[ $(command -v brew) == "" ]]; then fi fi -# TODO: remove protobuf,protobuf-c,swig when casadi can be pip installed brew bundle --file=- <<-EOS brew "catch2" brew "cmake" @@ -49,9 +48,6 @@ brew "openssl@3.0" brew "pyenv" brew "qt@5" brew "zeromq" -brew "protobuf" -brew "protobuf-c" -brew "swig" brew "gcc@12" cask "gcc-arm-embedded" brew "portaudio"