Merge pull request #1349 from Pmodules/1348-lmod-spider-throws-error-due-libmodulestcl-in-tcllibpath

modulecmd: issue with Lmod spider cmd fixed
This commit is contained in:
2025-12-18 14:22:53 +01:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -3,6 +3,8 @@
## Version 2.0.3
### modulecmd
* Issue with Lmod spider command fixed.
(#1348)
* Don't allow absolute path names for modules in an overlay.
(#1344)
* It was not possible to load a module with it's absolute path.
+1 -1
View File
@@ -38,7 +38,7 @@ Lmod_cmd(){
readonly -f Lmod_cmd
Spider_cmd(){
LD_PRELOAD='' LD_LIBRARY_PATH='' \
LD_PRELOAD='' LD_LIBRARY_PATH='' TCLLIBPATH=''\
"${PMODULES_HOME}/libexec/lmod/lmod/libexec/spider" "$@"
}
readonly -f Spider_cmd