We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d5699 commit a69e297Copy full SHA for a69e297
.circleci/osx_install_dependencies.sh
@@ -50,7 +50,10 @@ if [ ! -f /usr/local/lib/libz3.a ] # if this file does not exists (cache was not
50
then
51
brew update
52
brew upgrade
53
- brew install cmake
+ # todo: manual downgrade to fix incompatibility between cmake 4.0.0 and apple clang 15: boost is emitting warnings
54
+ # although it is included as system library, replace with `brew install cmake` when appropriate
55
+ curl https://github.com/raw/Homebrew/homebrew-core/b4e46db74e74a8c1650b38b1da222284ce1ec5ce/Formula/c/cmake.rb >> cmake.rb
56
+ brew install --formula cmake.rb
57
brew install wget
58
brew install coreutils
59
brew install diffutils
0 commit comments