-
Notifications
You must be signed in to change notification settings - Fork 14
{2025.06, 2023.06} Rebuild EESSI-extend to fix 'module show' issue and use default EESSI version dependent on initialized EESSI version #108
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
…itialized EESSI version
|
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-jsc for:arch=aarch64/nvidia/grace |
|
New job on instance
|
|
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.
lgtm
|
Hmm, why are the builds marked as failing? |
| # evaluated. Also, it seems not correct that the eessi_version is set to | ||
| # "2023.06" if the environment variable EESSI_VERSION is not set. | ||
| easyconfigs: | ||
| - EESSI-extend-easybuild.eb |
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.
Can you remove this file, you don't need it
|
For |
|
@trz42 Can you add CI to ensure that this is actually fixed, for example just before L53 in
|
Running
module show EESSI-extendin EESSI/2025.06 throws the following errorIt looks like
easybuild_versionis not defined when the conditional expression in line 239 (see below) is evaluatedAlso, it seems not correct to set
eessi_versionto2023.06for EESSI/2025.06 in case$EESSI_VERSIONis undefined. See line 232 below