mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
caching intel install on macos
This commit is contained in:
parent
2c44708ced
commit
c2e59f9212
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue