Skip to content

Commit 65c4c8f

Browse files
committed
debug gfortran install and version
1 parent cce6ab5 commit 65c4c8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/gfortran_utils.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ function check_gfortran {
8484
echo Missing gfortran
8585
exit 1
8686
fi
87+
echo gfortran version
88+
gfortran --version
8789
}
8890

8991
function get_gf_lib_for_suf {
@@ -101,6 +103,7 @@ function get_gf_lib_for_suf {
101103
}
102104

103105
if [ "$(uname)" == "Darwin" ]; then
106+
set -ex
104107
mac_target=${MACOSX_DEPLOYMENT_TARGET:-$(get_macosx_target)}
105108
export MACOSX_DEPLOYMENT_TARGET=$mac_target
106109
# Keep this for now as some builds might depend on this being

0 commit comments

Comments
 (0)