mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
downgrading rocm from 5.7.1 to 5.6.1 because of nwpw compiler failures
This commit is contained in:
parent
bce4c5cd85
commit
39afa0f731
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ if [[ "$os" == "Linux" ]]; then
|
|||
fi
|
||||
if [[ "$FC" == "amdflang" ]]; then
|
||||
$MYSUDO apt-get install -y wget gnupg2 coreutils dialog tzdata
|
||||
rocm_version=5.7.1
|
||||
rocm_version=5.6.1
|
||||
tries=0 ; until [ "$tries" -ge 10 ] ; do \
|
||||
wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | $MYSUDO apt-key add - \
|
||||
&& break ; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue