-
Notifications
You must be signed in to change notification settings - Fork 5
add EESSI/2025.06 module file (+ populate scripts for all CPU targets in 2025.06
software layer)
#6
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
base: main
Are you sure you want to change the base?
Conversation
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
New job on instance
|
Build currently fails with:
So this will need to wait until compat layer for EESSI 2025.06 has been deployed (cfr. EESSI/compatibility-layer#209) |
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
New job on instance
|
Loading
I think we're calling |
…EESSI/<version> module being loaded
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
New job on instance
|
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
New job on instance
|
2025.06
software layer)
We should tweak the contents of the scripts being copied under
Under |
Fixed in #11, also included in this PR for testing... |
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
New job on instance
|
Note: PR that updates |
@boegel can you resolve the conflicts / sync with the main branch? |
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
New job on instance
|
The tarball contains the following two easystacks:
@ocaisa / @boegel These probably need to go into version-specific subdirs? |
I guess we either need to set
Or, if we prefer to list the required easystacks ourselves, something like:
(you can't have lists inside bash associative arrays, but by having them in a space-separated string, it sort of works like a list, and you can iterate over them; should work as long as we don't use spaces in the filenames) |
I was looking for a particular commit/PR that added this code, wondering if there was a reason to have a hardcoded list, and found this comment from @boegel: EESSI/software-layer#772 (review). So, I propose that we use the first approach from my previous comment, and generate the list dynamically, i.e. just ship all easystacks from a (version-specific) directory. I'll make a PR. |
This will add the
EESSI/2025.06.lua
module file to/cvmfs/software.eessi.io/versions/2025.06/init/modules/EESSI/2025.06.lua.test
.Exposing this module file in
/cvmfs/software.eessi.io/init/modules
is done through symlinking, see EESSI/filesystem-layer#198.Temporarily hiding this module should also be done in there.
edit: requires:
init/
andscripts/
use right EESSI version #11