Skip to content

Commit 0d505d6

Browse files
committed
only support lfoss 2025b in EESSI 2025.06 for EB >= 5.2.0
1 parent c424180 commit 0d505d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eb_hooks.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
{'name': 'foss', 'version': '2025b'},
6767
],
6868
}
69+
if EASYBUILD_VERSION >= '5.2.0':
70+
EESSI_SUPPORTED_TOP_LEVEL_TOOLCHAINS['2025.06'].append(
71+
{'name': 'lfoss', 'version': '2025b'}
72+
)
6973

7074

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

0 commit comments

Comments
 (0)