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 d5f5068 commit 6ff3871Copy full SHA for 6ff3871
.github/workflows/dependencies/dependencies_mac.sh
@@ -10,6 +10,6 @@ set -eu -o pipefail
10
brew update
11
brew install gcc@15 || true
12
brew install libomp || true
13
-brew install --cc=gcc-15 open-mpi || true
+brew install --cc=gcc-15 open-mpi --build-from-source || true
14
brew install ccache || true
15
0 commit comments