downgrading rocm from 5.7.1 to 5.6.1 because of nwpw compiler failures

This commit is contained in:
edoapra 2023-10-21 16:34:52 -07:00
parent bce4c5cd85
commit 39afa0f731
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

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