We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f22039 commit 0cafae8Copy full SHA for 0cafae8
init/modules/EESSI/2023.06.lua
@@ -12,7 +12,7 @@ whatis("URL: https://www.eessi.io/docs/")
12
conflict("EESSI")
13
local eessi_version = myModuleVersion()
14
local eessi_repo = "/cvmfs/software.eessi.io"
15
-if (capture("uname -m"):gsub("\n$","") == "riscv64") then
+if (subprocess("uname -m"):gsub("\n$","") == "riscv64") then
16
eessi_version = os.getenv("EESSI_VERSION_OVERRIDE") or "20240402"
17
eessi_repo = "/cvmfs/riscv.eessi.io"
18
LmodMessage("RISC-V architecture detected, but there is no RISC-V support yet in the production repository.\n" ..
0 commit comments