Revisions of lua-lmod

Ana Guerrero's avatar Ana Guerrero (anag) accepted request 725390 from Ana Guerrero's avatar Ana Guerrero (anag) (revision 45)
- Update to version 8.1.14:
    * Extended Default feature added: module load intel/17 will find 
      the "best" intel/17.* etc.
    * All hidden files are NOT written to the softwarePage output.
    * Lmod now correctly reports failed to load module "A" in the 
      special case where "ml A B" and A is a prereq of B and A 
      doesn't exist.
    * A meta module takes precedence over a regular module if the 
      meta module occurs in an earlier directory in $MODULEPATH
    * Lmod output only "fills" when the text is more than one line 
      or it is wider than the current width.
    * Embed the TCL interpreter in Lmod when a site allows TCL files
    * "module reset" resets $MODULEPATH to be the system $MODULEPATH
    * Improved tracing of module loads/unloads when --trace is given.
    * Allow MODULERCFILE to be a colon separated list.
- Set --with-fastTCLInterp=no, because this option is not supported 
  with TCL 8.6
buildservice-autocommit accepted request 683908 from Egbert Eich's avatar Egbert Eich (eeich) (revision 44)
baserev update by copy to link target
Egbert Eich's avatar Egbert Eich (eeich) accepted request 683907 from Ana Guerrero's avatar Ana Guerrero (anag) (revision 43)
- Remove flavor 'doc-man' building a package only with the lmod manpage
  and move the manpage to lua-lmod.
- Remove the Recommends on lua-lmod-man and add a Provides instead.
- Update the Group tag for lua-lmod-doc to Documentation/Other because
  Documentation/PDF doesn't exist and make the package noarch.
 
buildservice-autocommit accepted request 674755 from Egbert Eich's avatar Egbert Eich (eeich) (revision 42)
baserev update by copy to link target
Egbert Eich's avatar Egbert Eich (eeich) accepted request 674454 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 41)
- Declare bash-specific nature of build recipe.
Egbert Eich's avatar Egbert Eich (eeich) accepted request 668723 from Egbert Eich's avatar Egbert Eich (eeich) (revision 40)
- Update to 7.8.15:
    * issue #379: Extra space required for shell function definitions
      under bash
    * issue #380: Change DependencyCk mode from load to dependencyCk,
      sType and tcl_mode remain load.
    * Fixed problem with unbound variable __lmod_sh_dbg in module shell
      function definition
    * Add unload state to tracing.
    * Define MCP and mcp earlier in lmod main() so that errors/warning
      found in SitePackage work.
    * issue #383: Use LUA_PATH to evaluate Version.lua instead of
      depending on ./?.lua to be LUA_PATH.
    * Added mgrload function and documentation
    * Fixed unbound variable in bash.in.
    * Fixed bug when ~/.lmod.d/cache was read only.
    * Fixed quote rules for Python, R and CMAKE.
    * issue #390: Added a message when find first rules are used to set
      defaults when NVV is found in both avail and tracing.
    * issue #389: Honor newlines and leading spaces in Nag messages.
    * Allow MODULERCFILE to be a colon separated list.
    * issue #391: Only process the family stack when in the modulefile
      that requested it.
    * Allow MODULERCFILE to be a colon separated list with the priority
      be left to right instead of right to left.
    * Added cc test case for issues with choosing the correct module
      when doing reloadAll()
    * issue #394: Only reload modules when the userName has remained the
      same in mt.
    * Add Lmod version report to --trace output.
    * issue #394: use mname = MName:new("load",mt:userName(sn)) to get
buildservice-autocommit accepted request 630003 from Egbert Eich's avatar Egbert Eich (eeich) (revision 39)
baserev update by copy to link target
Egbert Eich's avatar Egbert Eich (eeich) accepted request 630002 from Egbert Eich's avatar Egbert Eich (eeich) (revision 38)
- Update to 7.8.1:
    * Fixed typo in myGlobals.lua about assigning LMOD_DUPLICATE_PATHS
    *  Fixed TARG_TITLE_BAR_PAREN to always have a value, needed for tcsh.
    * Added LMOD_SETTARG_TITLE_BAR=yes to turn on the title bar.
    * Changed from sn-version to sn/version in title bar.
    * Changed the initialization of LMOD_SETTARG_CMD in bash.in and csh.in.
      It is defined to be `:' iff it is undefined.  This allows settarg to work
      in sub-shells.
    * Use spider cache for "module --terse avail" when LMOD_CACHED_LOADS=yes
    * Fix bug with LMOD_SETTARG_CMD and csh.
    * Turn off LMOD_REDIRECT for tcsh
      Settarg now supports C/N/V and N/V/V module layouts.
    * Fixed a bug where sometimes a compiler-mpi dependent module wouldn't
      be found when it should.
    * Fixed issue #321 Changed LMOD_TARGPATHLOC to LMOD_SETTARG_TARG_PATH_LOCATION
      changed LMOD_FULL_SETTARG_SUPPORT to LMOD_SETTARG_FULL_SUPPORT. (Lmod supports both)
    * Fixed issue #322 where non-existant directory would cause problems
    * Fix bug in settarg module for csh.
    * Fix bug in Csh.lua where semicolons inside an alias were removed.  Only remove the
      trailing semicolon.
    * Generate an LmodError() if the cachefile is broken.
    * Do not convert /foo/bar/../baz to /foo/baz.  Leave .. in paths. Fixes issue #324
    * The admin.list (aka, nag mesages) supports Lua regex's.  Responds to issue #326
    * The admin.list now supports multiple targets for the same message (issue #326)
    * Use full path_regularize() on all TCL program files.  Having paths like /a/b/../d
      caused problems for some users when interacting with TCL.
    * Do not look for lua_json.  Just use the one that comes with Lmod.
    * Fix sh_to_modulefile correctly handle bad options (issue #332)
    * Allow pushenv("FOO",false) to clear "FOO" (issue #331)
    * Always use ref counting for MODULEPATH.
Egbert Eich's avatar Egbert Eich (eeich) accepted request 629992 from Egbert Eich's avatar Egbert Eich (eeich) (revision 37)
- Change %license to a %my_license macro to be able to
  build for the HPC module on SLE-12.
Egbert Eich's avatar Egbert Eich (eeich) accepted request 629991 from Egbert Eich's avatar Egbert Eich (eeich) (revision 36)
- Move doc and man page building into separate flavors.
buildservice-autocommit accepted request 597885 from Egbert Eich's avatar Egbert Eich (eeich) (revision 35)
baserev update by copy to link target
Egbert Eich's avatar Egbert Eich (eeich) committed (revision 34)
- use license macro for License file.
Egbert Eich's avatar Egbert Eich (eeich) committed (revision 33)
- Fixed typo
Egbert Eich's avatar Egbert Eich (eeich) accepted request 597781 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 32)
- Replace %__ type macro indirections.
- Update RPM groups, summaries, find|xargs commands.
Egbert Eich's avatar Egbert Eich (eeich) committed (revision 31)
  simultaniously (boo#1089970).
Egbert Eich's avatar Egbert Eich (eeich) committed (revision 30)
- Avoid conflicting script snippets from 'Modules' and 'lua-lmod'
  in /etc/profiles.d by making sure, both packages cannot be installed
  simultaniously (bsc#1089970).
buildservice-autocommit accepted request 534319 from Egbert Eich's avatar Egbert Eich (eeich) (revision 29)
baserev update by copy to link target
Egbert Eich's avatar Egbert Eich (eeich) accepted request 534318 from Egbert Eich's avatar Egbert Eich (eeich) (revision 28)
- Fix name of OHPC macro package: correct name is 'ohpc'
Egbert Eich's avatar Egbert Eich (eeich) committed (revision 27)
- Fix changelog file: add bugzilla and FATE references.
Egbert Eich's avatar Egbert Eich (eeich) accepted request 534269 from Egbert Eich's avatar Egbert Eich (eeich) (revision 26)
- Doc-Ugly-workaround-for-bug-in-Sphinx.patch
  On SLE-12 and Leap 42.x Sphinx generates an incorrect tex file.
  This patch adds ugly code to the documentation Makefile to patch
  it up and work around this problem.
Displaying revisions 61 - 80 of 105
openSUSE Build Service is sponsored by