Skip to content

Commit befd866

Browse files
authored
Merge pull request #255 from zerefwayne/add-rocm-toolchains
support ROCm-based `rfoss` toolchain + subtoolchains for EESSI 2025.06 for EasyBuild >= 5.3.0
2 parents 91871f5 + f31ae92 commit befd866

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

eb_hooks.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@
7676
{'name': 'lfoss', 'version': '2025b'}
7777
)
7878

79+
if EASYBUILD_VERSION >= '5.3.0':
80+
EESSI_SUPPORTED_TOP_LEVEL_TOOLCHAINS['2025.06'].append(
81+
{'name': 'rfoss', 'version': '2025a'}
82+
)
83+
7984
# Supported compute capabilities by CUDA toolkit version
8085
# Obtained by installing all CUDAs from 12.0.0 to 13.1.0, then using:
8186

0 commit comments

Comments
 (0)