Releases: surak/Lmod
Releases · surak/Lmod
8.7.40 for Debian and Ubuntu
8.7.40
8.7.39 for Debian/Ubuntu
From README.new
since the last release:
(8.7.38)
- Issue TACC#697: Add warning if doing "module use --help"
- Make LMOD_IGNORE_CACHE use "yes/no" env var setting system.
- Make module --terse show do the same as module --loc show .
Namely print the location of the module. - Support for "module --terse spider phdf5/1.12.2" that just prints the module in the hierarchy.
- Move almost almost all cosmic:value() calls to inside function not at routine top-level.
- PR: TACC#702: Report build time in UTC when $SOURCE_DATE_EPOCH is set
(8.7.39)
- Fix busted test for ModuleA.
8.7.37 for Debian/Ubuntu
Full Changelog: 8.7.36...8.7.37
8.7.34
8.7.32 for Debian and Ubuntu
8.7.32
- Better handling of zsh shell functions in source_sh(). Must match
"\n}\n"
to find end of function. - Better name for extension title, remove trailing
\n
8.7.31 For Debian/Ubuntu
- Issue TACC#665: Added support for getenv function in TCL modules
Lmod 8.7.30 for Debian and Ubuntu
- Issue TACC#662: Fix bug where the version is very long (like git commit tags)
Lmod 8.7.29 for Debian/Ubuntu
8.7.29:
- Must delete old tcl2lua.so* files before installing new ones
- Issue TACC#659: wrap double quotes around any newlines found in env var value in bash like shells
- Unknown TCL module command now produce an error instead of being ignored
- Update zsh and bash tab completion files
- Issue TACC#657: Added support for "module purge" in a TCL modulefile to unload all other modules on load.
Lmod 8.7.28 For Debian/Ubuntu
Lmod 8.7.27 for Debian and Ubuntu
(8.7.26)
- Issue TACC#650: Make isFile return true for all file types except dir.
- Issue TACC#617: Now print alias and de-refed module in module list and module -t list.
- Issue TACC#651: Allow -f and --force to be the same option for the lmod command (module)
- Issue TACC#654: Do not use install to copy symbolic links
(8.7.27)
- PR TACC#644: Created hook colorize_fullName to allow for sites to control how "module list" and "module av"
prints to the terminal.