mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
update for MacOS oneapi 2022.1
This commit is contained in:
parent
162b03912e
commit
c7ddf28da9
1 changed files with 4 additions and 4 deletions
|
|
@ -34,10 +34,10 @@ esac
|
|||
else
|
||||
mkdir -p ~/mntdmg ~/apps/oneapi || true
|
||||
cd ~/Downloads
|
||||
dir_base="18256"
|
||||
dir_hpc="18242"
|
||||
base="m_BaseKit_p_2021.4.0.3384_offline"
|
||||
hpc="m_HPCKit_p_2021.4.0.3389_offline"
|
||||
dir_base="18342"
|
||||
dir_hpc="18341"
|
||||
base="m_BaseKit_p_2022.1.92_offline"
|
||||
hpc="m_HPCKit_p_2022.1.0.86_offline"
|
||||
curl -LJO https://registrationcenter-download.intel.com/akdlm/irc_nas/"$dir_base"/"$base".dmg
|
||||
curl -LJO https://registrationcenter-download.intel.com/akdlm/irc_nas/"$dir_hpc"/"$hpc".dmg
|
||||
echo "installing BaseKit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue