From 92fb1c650a313dc522fc05a2e57632c064a97495 Mon Sep 17 00:00:00 2001 From: Aayush Joglekar Date: Wed, 17 Jun 2026 18:17:24 +0200 Subject: [PATCH 1/2] replace rfoss with rocm-compilers until it gets merged --- eb_hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eb_hooks.py b/eb_hooks.py index bf87c2a2..50548205 100644 --- a/eb_hooks.py +++ b/eb_hooks.py @@ -78,7 +78,7 @@ if EASYBUILD_VERSION >= '5.3.0': EESSI_SUPPORTED_TOP_LEVEL_TOOLCHAINS['2025.06'].append( - {'name': 'rfoss', 'version': '2025a'} + {'name': 'rocm-compilers', 'version': '19.0.0-ROCm-6.4.1'} ) # Supported compute capabilities by CUDA toolkit version From 92b1818657ddf6fdb85c1d4ccf5bd6abdcd5c866 Mon Sep 17 00:00:00 2001 From: Aayush Joglekar Date: Wed, 17 Jun 2026 18:24:17 +0200 Subject: [PATCH 2/2] Remove versionsuffix Co-authored-by: Kenneth Hoste --- eb_hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eb_hooks.py b/eb_hooks.py index 50548205..30aad1b7 100644 --- a/eb_hooks.py +++ b/eb_hooks.py @@ -78,7 +78,7 @@ if EASYBUILD_VERSION >= '5.3.0': EESSI_SUPPORTED_TOP_LEVEL_TOOLCHAINS['2025.06'].append( - {'name': 'rocm-compilers', 'version': '19.0.0-ROCm-6.4.1'} + {'name': 'rocm-compilers', 'version': '19.0.0'} ) # Supported compute capabilities by CUDA toolkit version