Skip to content

8.7.21

Compare
Choose a tag to compare
@surak surak released this 26 Mar 13:43
· 97 commits to master since this release
afc025c

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.