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 ed1b236 commit 84e15bfCopy full SHA for 84e15bf
developer-scripts/travis/test-script.cmake.sh
@@ -28,7 +28,6 @@ for version in ${GCC}; do
28
export CC=gcc-${version}
29
if [[ ${OSTYPE} == [Dd]arwin* ]]; then
30
# We should use clang on macOS because that's what homebrew and everyone else does
31
- 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