Skip to content

Commit 5da4ea6

Browse files
committed
Debug gfortran/mpich on Travis-CI MacOS
1 parent 35cbbbb commit 5da4ea6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,12 @@ install:
119119
if ! [[ "$(brew ls --versions mpich)" ]]; then
120120
brew install --force-bottle mpich
121121
fi
122-
mpif90 --version
123-
mpicc --version
122+
which gfortran || true
123+
which gfortran-6 || true
124+
which gcc || true
125+
which gcc-6 || true
126+
mpif90 --version || mpif90 -show
127+
mpicc --version || mpicc -show
124128
cmake --version
125129
elif [[ "X$BUILD_TYPE" = "XInstallScript" ]]; then # uninstall some stuff if present
126130
[[ "$(brew ls --versions cmake)" ]] && brew rm cmake || true

0 commit comments

Comments
 (0)