Skip to content

Commit 7e6cf6b

Browse files
authored
Merge pull request #138 from bedroge/2025.06_allow_foss_2025b
enable support for foss 2025b and lfoss 2025b in EESSI 2025.06
2 parents 463f564 + 0d505d6 commit 7e6cf6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eb_hooks.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,13 @@
6363
'2025.06': [
6464
{'name': 'foss', 'version': '2024a'},
6565
{'name': 'foss', 'version': '2025a'},
66+
{'name': 'foss', 'version': '2025b'},
6667
],
6768
}
69+
if EASYBUILD_VERSION >= '5.2.0':
70+
EESSI_SUPPORTED_TOP_LEVEL_TOOLCHAINS['2025.06'].append(
71+
{'name': 'lfoss', 'version': '2025b'}
72+
)
6873

6974

7075
# Ensure that we don't print any messages in --terse mode

0 commit comments

Comments
 (0)