We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41e40b commit d5f5068Copy full SHA for d5f5068
1 file changed
.github/workflows/dependencies/dependencies_mac.sh
@@ -8,17 +8,8 @@
8
set -eu -o pipefail
9
10
brew update
11
-brew install gfortran || true
12
-
13
-# verify installation
14
-gfortran-14 --version
15
-otool -L $(which gfortran-14)
16
17
-# make sure to install Open MPI with the correct Fortran compiler
18
-export FC=$(which gfortran-14)
19
-export F77=$FC
20
-export F90=$FC
21
+brew install gcc@15 || true
22
brew install libomp || true
23
-brew install open-mpi --build-from-source || true
+brew install --cc=gcc-15 open-mpi || true
24
brew install ccache || true
+
0 commit comments