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 65ca0ef commit 72dfff8Copy full SHA for 72dfff8
developer-scripts/travis/test-script.cmake.sh
@@ -27,8 +27,8 @@ for version in ${GCC}; do
27
export FC=gfortran-${version}
28
export CC=gcc-${version}
29
if [[ ${OSTYPE} == [Dd]arwin* ]]; then
30
- # Use clang on macOS because that's what homebrew and everyone else does
31
- export CC=clang
+ # We should use clang on macOS because that's what homebrew and everyone else does
+ export CC=gcc-8
32
brew unlink openmpi || true
33
brew unlink mpich || true
34
for mpi in "mpich" "open-mpi"; do
0 commit comments