We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f50bfa commit 3812bb7Copy full SHA for 3812bb7
1 file changed
init/modules/EESSI/2023.06.lua
@@ -21,6 +21,7 @@ if (subprocess("uname -m"):gsub("\n$","") == "riscv64") then
21
end
22
local eessi_prefix = pathJoin(eessi_repo, "versions", eessi_version)
23
local eessi_os_type = "linux"
24
+setenv("EESSI_VERSION_DEFAULT", eessi_version)
25
setenv("EESSI_VERSION", eessi_version)
26
setenv("EESSI_CVMFS_REPO", eessi_repo)
27
setenv("EESSI_OS_TYPE", eessi_os_type)
0 commit comments