We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d89bf commit 345f965Copy full SHA for 345f965
tools/gha_osx.sh
@@ -13,7 +13,7 @@ export PATH="$HOME/miniconda/bin:$PATH"
13
bash miniconda.sh -b -p $HOME/miniconda
14
conda config --add channels conda-forge
15
conda config --set channel_priority strict
16
-conda create -y -q -p $deps_dir c-compiler cxx-compiler libcxx cmake eigen nlopt ipopt boost-cpp tbb tbb-devel
+conda create -y -q -p $deps_dir c-compiler cxx-compiler libcxx "clang<17" cmake eigen nlopt ipopt boost-cpp tbb tbb-devel
17
source activate $deps_dir
18
19
# Create the build dir and cd into it.
0 commit comments