Skip to content

Releases: surak/Lmod

8.7.40 for Debian and Ubuntu

14 Jun 13:22
Compare
Choose a tag to compare

8.7.39 for Debian/Ubuntu

04 Jun 08:29
Compare
Choose a tag to compare

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

18 Mar 11:31
Compare
Choose a tag to compare

8.7.34

07 Jan 12:31
Compare
Choose a tag to compare

8.7.32 for Debian and Ubuntu

29 Aug 08:44
Compare
Choose a tag to compare

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

09 Aug 18:01
Compare
Choose a tag to compare
  • Issue TACC#665: Added support for getenv function in TCL modules

Lmod 8.7.30 for Debian and Ubuntu

22 Jul 10:26
Compare
Choose a tag to compare
  • Issue TACC#662: Fix bug where the version is very long (like git commit tags)

Lmod 8.7.29 for Debian/Ubuntu

11 Jul 17:06
Compare
Choose a tag to compare

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

07 Jul 12:20
Compare
Choose a tag to compare

8.7.28

  • Issue TACC#653: "module show" now prints the contents of inheritted modules.
  • Issue TACC#657: Added support for "purge()" function in modules to unload all other modules on load.

Lmod 8.7.27 for Debian and Ubuntu

15 Jun 10:41
Compare
Choose a tag to compare

(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.