From 326aa77fee9b0a84e8ff191333dfded77b0cd123 Mon Sep 17 00:00:00 2001 From: edoapra Date: Fri, 31 May 2024 09:36:12 -0700 Subject: [PATCH] ifort fix --- travis/build_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/build_env.sh b/travis/build_env.sh index 92becb2129..e67634198a 100755 --- a/travis/build_env.sh +++ b/travis/build_env.sh @@ -41,7 +41,7 @@ echo DISTR is "$DISTR" # HOMEBREW_NO_AUTO_UPDATE=1 brew cask uninstall oclint || true # HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 brew install gcc "$MPI_IMPL" openblas python3 ||true HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 brew install gcc "$MPI_IMPL" gsed grep automake autoconf ||true - if [[ "$FC" != "gfortran" ]]; then + if [[ "$FC" != "gfortran" ]] || [[ "$FC" == "gfortran*" ]]; then #install non default gfortran, ie gfortran-9 #get version mygccver=$(echo "$FC"|cut -d - -f 2)