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 5da4ea6 commit e293e5dCopy full SHA for e293e5d
.travis.yml
@@ -119,10 +119,8 @@ install:
119
if ! [[ "$(brew ls --versions mpich)" ]]; then
120
brew install --force-bottle mpich
121
fi
122
- which gfortran || true
123
- which gfortran-6 || true
124
- which gcc || true
125
- which gcc-6 || true
+ rm -rf /usr/local/opt/gcc || true
+ ln -s /usr/local/opt/gcc@6 /usr/local/opt/gcc # hack to get dynamic linker to find gcc 6 stuff
126
mpif90 --version || mpif90 -show
127
mpicc --version || mpicc -show
128
cmake --version
0 commit comments