Releases: surak/Lmod
Releases · surak/Lmod
8.7.25 for Debian and Ubuntu
8.7.24 For Debian and Ubuntu
- Issue TACC#648: Allow site to use /etc/lmod/.modulespath or $MODULEPATH_INIT to set file location of .modulespath
- Switch tcsh/csh module alias to use tcsh/csh instead of shell. The dynamic_shell routine does not
work under MacOS for tcsh/csh correctly.
Lmod 8.7.23 for Debian and Ubuntu
- Plenty of commits, please check https://github.com/TACC/Lmod/commits/main
Lmod 8.7.22 for Debian and Ubuntu
- Correct version number at 8.7.22
8.7.21
8.7.21 for Debian and Ubuntu
- Undo fixes in end2end.tdesc and rt/common_funcs.sh to unset LMOD_FAST_TCL_INTERP
- Switch to use gsha1sum instead of sha1sum on Darwin. (It works better on M1 macs)
- Created LMOD_USING_FAST_TCL_INTERP cosmic var to report if fast tcl interp is active.
- Issue TACC#627: Allow both pushenv("FOO","") and pushenv("FOO",false) to work.
- Report SitePackage.lua location if different from "standard"
- Report the existance of lmod_config.lua and its location
- Add module-hide and module-forbid to RC2lua.tcl. They are currently no-ops.
- Add support for module --brief list to list only direct user loaded modules (stackDepth == 0)
- Issue 638: fix Lmod location to /main/ in README.md
- Add env variable LMOD_DEBUG as another way to turn on Lmod debugging.
Lmod 8.7.20 for Debian/Ubuntu
(8.7.20)
- Issue TACC#626: http -> https update
- Issue TACC#629: Do not print Global Aliases header when no aliases would be printed.
- Issue TACC#630: Must take barebasename of results from ps -p $PPID -ocomm= in dynamic_shell in src/utils.lua
Also fix s_shellTbl entry for zsh.
Also handle the case where posix.readlink is not working - Issue TACC#635: Do not ignore error when building man_pages
Wrap pcall when trying to require("tcl2lua")
Lmod 8.7.19 for Debian and Ubuntu
- (8.7.19) Issue TACC#622: Change MainControl:reportMissingDepModules() to report missing dep. modules through
LmodWarning()
Lmod 8.7.18 for Debian and Ubuntu
- Fix bug where repeating the same directory in the
$MODULEPATH
would cause a loopback and therefore a stack overflow when building the spider cache.
Lmod 8.7.17 for Debian and Ubuntu
- Issue TACC#620: Honor shell name on command line. Use "shell" when Lmod gets to decide.
- Fix bug in keyword terse output: Add newline on final entry (Created in Lmod 8.4.18)
- Allow ksh93, mksh and pdksh report shellname (myShellName()) as ksh.
8.7.15 for Debian and Ubuntu
Lmod 8.7.15 for Debian and Ubuntu
From Lmod upstream:
- Issue TACC#613: setenv and pushenv change local environment when runniing spider (and avail)