-
Notifications
You must be signed in to change notification settings - Fork 12
Use EasyBuild hooks to limit toolchains possible for specific EESSI version #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
New job on instance
|
New job on instance
|
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
New job on instance
|
New job on instance
|
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
New job on instance
|
New job on instance
|
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
New job on instance
|
New job on instance
|
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
New job on instance
|
New job on instance
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested this interactively with several attr
easyconfigs and both EESSI versions, works as expected.
With a newer toolchain in 2023.06 I got:
Supported toolchains are:
{'name': 'GCC', 'version': '12.2.0'}
{'name': 'GCC', 'version': '12.3.0'}
{'name': 'GCC', 'version': '13.2.0'}
{'name': 'GCCcore', 'version': '12.2.0'}
{'name': 'GCCcore', 'version': '12.3.0'}
{'name': 'GCCcore', 'version': '13.2.0'}
{'name': 'foss', 'version': '2022b'}
{'name': 'foss', 'version': '2023a'}
{'name': 'foss', 'version': '2023b'}
{'name': 'gfbf', 'version': '2022b'}
{'name': 'gfbf', 'version': '2023a'}
{'name': 'gfbf', 'version': '2023b'}
{'name': 'gompi', 'version': '2022b'}
{'name': 'gompi', 'version': '2023a'}
{'name': 'gompi', 'version': '2023b'}
and with an older one in 2025.06:
Supported toolchains are:
{'name': 'GCC', 'version': '13.3.0'}
{'name': 'GCC', 'version': '14.2.0'}
{'name': 'GCCcore', 'version': '13.3.0'}
{'name': 'GCCcore', 'version': '14.2.0'}
{'name': 'foss', 'version': '2024a'}
{'name': 'foss', 'version': '2025a'}
{'name': 'gfbf', 'version': '2024a'}
{'name': 'gfbf', 'version': '2025a'}
{'name': 'gompi', 'version': '2024a'}
{'name': 'gompi', 'version': '2025a'}
This hook restricts the toolchains that can be used with a specific version of EESSI. It also allows sites to define an additional list of supported toolchains via an environment variable, e.g.,
Finally, it supports completely ignoring the check via