Skip to content

Commit 3812bb7

Browse files
committed
also set $EESSI_VERSION_DEFAULT in EESSI modules
1 parent 4f50bfa commit 3812bb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init/modules/EESSI/2023.06.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ if (subprocess("uname -m"):gsub("\n$","") == "riscv64") then
2121
end
2222
local eessi_prefix = pathJoin(eessi_repo, "versions", eessi_version)
2323
local eessi_os_type = "linux"
24+
setenv("EESSI_VERSION_DEFAULT", eessi_version)
2425
setenv("EESSI_VERSION", eessi_version)
2526
setenv("EESSI_CVMFS_REPO", eessi_repo)
2627
setenv("EESSI_OS_TYPE", eessi_os_type)

0 commit comments

Comments
 (0)