caching intel install on macos

This commit is contained in:
edoapra 2021-06-23 16:40:24 -07:00
parent 2c44708ced
commit c2e59f9212
No known key found for this signature in database
GPG key ID: 472C4EBB4F3AEDFA

View file

@ -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