From c2e59f921214c3024e66c19a1437d26475731532 Mon Sep 17 00:00:00 2001 From: edoapra Date: Wed, 23 Jun 2021 16:40:24 -0700 Subject: [PATCH] caching intel install on macos --- 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 01f273dc42..a6bfbed0bc 100755 --- a/travis/build_env.sh +++ b/travis/build_env.sh @@ -29,7 +29,7 @@ esac # 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" python3 gsed grep ||true if [[ "$FC" == "ifort" ]]; then - if [[ "$GOT_APPSCACHE" == "Y" ]]; then + if [[ -f ~/apps/oneapi/setvars.sh ]]; then echo ' using intel cache installation ' else mkdir -p ~/mntdmg ~/apps/oneapi || true