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 35cbbbb commit 5da4ea6Copy full SHA for 5da4ea6
.travis.yml
@@ -119,8 +119,12 @@ install:
119
if ! [[ "$(brew ls --versions mpich)" ]]; then
120
brew install --force-bottle mpich
121
fi
122
- mpif90 --version
123
- mpicc --version
+ which gfortran || true
+ which gfortran-6 || true
124
+ which gcc || true
125
+ which gcc-6 || true
126
+ mpif90 --version || mpif90 -show
127
+ mpicc --version || mpicc -show
128
cmake --version
129
elif [[ "X$BUILD_TYPE" = "XInstallScript" ]]; then # uninstall some stuff if present
130
[[ "$(brew ls --versions cmake)" ]] && brew rm cmake || true
0 commit comments