File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 137137 local packageEasyBuildDir = hostInjections .. "/software/" .. t.modFullName .. "/easybuild"
138138 local packageDirExists = isDir(packageEasyBuildDir)
139139 if previousPackageDirExists and not packageDirExists then
140- local targettedAdvice = "but while the module file exists, the actual software is not entirely shipped with EESSI "
140+ local advice = "but while the module file exists, the actual software is not entirely shipped with EESSI "
141141 advice = advice .. "due to licencing. You will need to install a full copy of the " .. simpleName .. " package where EESSI "
142142 advice = advice .. "can find it.\\ n"
143- advice = advice .. "Note that a full copy is installed at " .. previoushostInjections .. "/software/" .. t.modFullName ". "
143+ advice = advice .. "Note that a full copy is installed at " .. previousHostInjections .. "/software/" .. t.modFullName .. ". "
144144 advice = advice .. "However, EESSI now expects it in a different location, namely at "
145145 advice = advice .. hostInjections .. "/software/" .. t.modFullName "."
146146 advice = advice .. "Please re-install the package at the new location."
You can’t perform that action at this time.
0 commit comments