Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

lua-lmod-8.7.34-2.2 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: lua-lmod Distribution: openSUSE:Factory:zSystems
Version: 8.7.34 Vendor: openSUSE
Release: 2.2 Build date: Fri Mar 1 12:15:37 2024
Group: Development/Libraries/Other Build host: reproducible
Size: 1454843 Source RPM: lua-lmod-8.7.34-2.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/TACC/Lmod
Summary: Lua-based Environment Modules used in HPC
Lmod is an Environment Module System as used in High Performance Computing
(HPC) based on Lua, Reads TCL Modules, Supports a Software Hierarchy.
Environment Modules are to select the individual versions of HPC libraries
and tools from a set of installed ones.
It requires these libraries and tools to be available in separate independent
directory structures. On SUSE systems default location for these structures
is under /usr/lib/hpc.

It is not recommended to install this tool on systems which do not belong
to an HPC deployment which uses the module system.

Provides

Requires

License

MIT

Changelog

* Fri Mar 01 2024 pgajdos@suse.com
  - Use %patch -P N instead of deprecated %patchN.
* Wed Jan 17 2024 Egbert Eich <eich@suse.com>
  - Update to version 8.7.34
    * (Again) Cannot use the string ${ZSH_VERSION} in
      $FPATH.  Instead change orig zsh version to current one.
    * Change isFile(fn) to return nil if fn is a broken symlink.
    * Change abspath() to l_abspath() in tools/fileOps.lua
    * Create realpath() to use posix.realpath() if it exists
      otherwise use l_abspath()
    * Implement user request that the Active RC file(s) be realpath()
    * Internally rename complete name to be "complete<name>" and
      unwrap when necessary.
    * Change the current version of zsh with the string
      ${ZSH_VERSION} when builting the init/zsh file.
    * 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
    * Added support for getenv function in TCL modules
    * Fix bug where the version is very long (like git commit tags)
    * Must delete old tcl2lua.so* files before installing new ones
    * 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
    * Added support for "module purge" in a TCL modulefile to unload
      all other modules on load.
    * "module show" now prints the contents of inheritted modules.
    * Added support for "purge()" function in modules to unload all
      other modules on load.
    * Created hook colorize_fullName to allow for sites to control
      how "module list" and "module av"
      prints to the terminal.
    * Make isFile return true for all file types except dir.
    * Now print alias and de-refed module in module list and module
    - t list.
    * Allow -f and --force to be the same option for the lmod
      command (module)
    * Do not use install to copy symbolic links
    * Change $MODULEPATH_INIT to $LMOD_MODULEPATH_INIT
    * Abort configure step if bc is not found
    * Allow users to do "ml -f purge" which is translated to
      "module --force purge"
    * 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.
    * Fix the generation of the manpage to be portable by setting
      LUA_PATH, LUA_CPATH
      to have the system paths and the installed Lmod paths.
      This fixes missing posix and lfs
    * Change default location of SitePackage.lua to be called
      <srctree> so that rt/configDir test passes portably.
    * 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.
    * 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)
    * Fix Lmod location to /main/ in README.md
    * Add env variable LMOD_DEBUG as another way to turn on
      Lmod debugging.
    * Do not print Global Aliases header when no aliases would
      be printed.
    * 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
    * Do not ignore error when building man_pages
      Wrap pcall when trying to require("tcl2lua")
    * Change MainControl:reportMissingDepModules() to report missing
      dep. modules through LmodWarning()
    * Fix bug where repeating the same directory in the $MODULEPATH
      would cause a loopback and therefore a stack overflow when
      building the spider cache.
* Tue Jul 04 2023 Egbert Eich <eich@suse.com>
  - Add apparmor bash abstraction for Lmod (bsc#1212837).
  - Create an rpmlint file.
  - Rename Provides: modules to environment-modules. This way,
    it is compatible with the other provider.
  - Stop building on 32 bit.
* Tue Feb 07 2023 Egbert Eich <eich@suse.com>
  - Match the Lua version and version name suffix of Lua libraries
    in Requires: to what has been used for building. Also set the
    minimal Lua version required by Lmod (bsc#1207970).
  - Do not 'Require:' lua interpreter explicitly: this will be
    handled by an auto-generated dependency.
  - After a discussion with Dominique (dimstar@opensuse.org)
    he agreed to define the preferred Lua vesion in %%lua_pref
    in the ProjConfig of oS:Factory so that it can be used in
    'BuildRequires:'. Take advantage of this new value (with a
    fallback).
* Fri Jan 13 2023 Egbert Eich <eich@suse.com>
  - Updated to version 8.7.15:
    * Issue #619: Do not source lmod_bash_aliases when $POSIXLY_CORRECT is set
      (by bash --posix)
    * Issue #620: Dynamically set shell name inside Lmod instead of init/bash.in
    * Added debugging stmts to track down issue when adding loop in MODULEPATH
      when doing a spider.
    * Zsh now gets /path/to/ksh_scripts if KSH_SUPPORT is yes.
    * Issue #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).
  - Obsoletes:
    issue-620-Delay-setting-of-LMOD_SHELL_PRGM-until-module-is-actually-called.patch
* Thu Jan 12 2023 Egbert Eich <eich@suse.com>
  - Changing description to make it more clear to users what this tool
    is for wand where it should be installed - and where not.
    Also add Provides: for shell functions set by shell init scripts
    provided with this package.
* Mon Jan 09 2023 Egbert Eich <eich@suse.com>
  - issue-620-Delay-setting-of-LMOD_SHELL_PRGM-until-module-is-actually-called.patch:
    Since Lmod sets BASH_ENV to /usr/share/lmod/8.7.15/init/bash,
    do not run external commands immediately in this script but only
    when `module` is called for the first time. This prevents errors
    when this script is run during shell init for access restricted
    scripts (apparmor) (boo#1206957).
* Tue Jan 03 2023 Egbert Eich <eich@suse.com>
  - Update to version 8.7.15:
    User visible changes include:
    * Add option --miniConfig to report configuration differences from default.
    * Move cache file location from ~/.lmod.d/.cache/* to ~/.cache/lmod/*
    * Transitional support for using ~/.config/lmod for collections. Currently collect
      are written to both ~/.lmod.d/ and ~/.config/lmod.
    * setenv and pushenv change local environment when running spider (and avail).
    * Allow bash users to export SUPPORT_KSH=no so that they can avoid bash startup setting FPATH
    * Add --location option to show to write to stderr the file location.
    * Only rebuild spider caches if there are any loaded or pending modules.
      'module avail <name1> <name2> ...' now only prints matching aliases.  Search names are resolved.
    * Print dataT table when there is an Exception.
    * New command added: 'module overview'.
    * Add spiderPathFilter hook so that sites can control what paths are kept or ignored.
    * Added $LMOD_SITE_MODULEPATH support to prepend to MODULEPATH
    * Add support for sh_to_modulefile to support zsh, ksh, bash and tcsh with aliases and shell functions
    * Support for source_sh added. Now support more than one shell script per modulefile.
* Thu Sep 15 2022 Stephan Kulow <coolo@suse.com>
  - Move latex dependencies to the pdf build flavor
* Wed Jun 09 2021 Martin Liška <mliska@suse.cz>
  - Add new missing dependency when using Sphinx 4.x.
* Tue Jun 08 2021 Egbert Eich <eich@suse.com>
  - Adding missing brackets in csh script.
* Thu Jun 03 2021 Matej Cepl <mcepl@suse.com>
  - Modify generating of /etc/profile.d/lmod.* to allow use of existing
    $MODULEPATH environmental variable (bsc#1159563).
* Fri May 07 2021 Egbert Eich <eich@suse.com>
  - Move macros out of /etc to the standard rpm macro directory
    (bsc#1185660).
  - Remove shebang and execute bit from init scripts.
* Wed Mar 24 2021 Egbert Eich <eich@suse.com>
  - Update to version 8.4.28:
    For details check: https://github.com/TACC/Lmod/issues/<issueID>
    * Use now converts relative paths to abspath (Issue #505).
    * Allow print statement in modulefiles (Issue #507).
* Wed Mar 17 2021 Ana Guerrero Lopez <aguerrero@suse.com>
  - Update to version 8.4.27:
    * (8.4.21)
      + Add findLuaProg() or die
    * (8.4.22)
      + Fix luaCmd -> luaprog.
    * (8.4.23)
      + Fix goto in luaterm pkg.
    * (8.4.24)
      + Need to quote '?' in csh.
      + Make list of modules from spider skip .version* and .modulerc*
      + analyzeLmodDB now takes a list of all modules so that zero module
      usage can be reported.
    * (8.4.26)
      + Fix bug with building on Suse linux
      + Allow all paths (but MODULEPATH) to have trailing double slashes.
    * (8.4.27)
      + Fix default for SHORT_TIME
      + Adding isAvail() function for Lua modulefiles
      + Now reporting that is-avail() is not working for TCL modulefiles
* Tue Feb 09 2021 Christian Goll <cgoll@suse.com>
  - updated to version 8.4.20 which works with lua54
    * (8.4.20)
      + Adding wV field to MName and MT class (Merged wV branch)
      + This allows users to tell how (if any) default is set.
    * (8.4.19)
      + MasterControl:unsetenv(name) also clears stack if it exists.
      + Issue #490: use old way of following readlink as "readlink -f" is not
      universal.
    * (8.4.18)
      + Issue #481 (and PR #488) are merged in. New configure options to specify
      where lua and luac executables exist (--with-lua= and --with-luac=).
      It is also possible to use --with-luaSuffix=.
      Both --with-lua= and --with-luac= must be specified if one is specified
      The option --with-luaSuffix= can not be used with --with-lua or
    - -with-luac
      + PR #489 is merged in. This fixes bug with "module --terse keyword"
    * (8.4.17)
      + If python exists on system use $PYTHON -mjson.tool on the generation
      of *.json files from update_lmod_system_spider_cache_files script.
      Note $PYTHON is found by looking for python3, python or python2
      + Added TCL module function require-fullname to match requireFullName
      in Lua.
      + Do not check $cache_type twice, use $ext = lua for lua like operations
      in update spider cache script.
    * (8.4.16)
      + Issue #483: Added hidden file to spider tests. Showing that it works
      correctly.
      + Fixed bug where providedByT (a.k.a. Extensions) was always
      printed when doing "ml keyword ..."
      + Added lua module function requireFullName()
    * (8.4.15)
      + Issue #480: Fix the try_load() function to ignore failure to be found but
      report broken modules.
    * (8.4.14)
      + Issue #480: make "module try-add <module_name>" ignore failure to be
      found but report broken modules.
    * (8.4.13)
      + Issue #479: Reworked MRC to fill mrcMpathT with mrc entries for each
      directory in $MODULEPATH. Then walk each mpath directory for hidden,
      global aliases, and module aliases
    * (8.4.12)
      + Make --nx only remove extensions from ml avail not spider. Make it a
      configure option.
    * (8.4.11)
      + Issue #476: Move mrcT.mpath to separate table mrcMpathT
      + Issue #477: Support finding real modules names with a version called
      "default"
      + Show extensions from hidden modules when doing (module --show_hidden
      avail)
      + Add option (--nx, --no_extensions) to not print extensions when doing
      "ml avail".

Files

/etc/profile.d/lmod.csh
/etc/profile.d/lmod.sh
/usr/lib/rpm/macros.d/macros.lmod
/usr/share/doc/packages/lua-lmod
/usr/share/doc/packages/lua-lmod/README.design.md
/usr/share/doc/packages/lua-lmod/README.md
/usr/share/doc/packages/lua-lmod/README.new
/usr/share/doc/packages/lua-lmod/README.old
/usr/share/licenses/lua-lmod
/usr/share/licenses/lua-lmod/License
/usr/share/lmod
/usr/share/lmod/8.7.34
/usr/share/lmod/8.7.34/init
/usr/share/lmod/8.7.34/init/R
/usr/share/lmod/8.7.34/init/bash
/usr/share/lmod/8.7.34/init/cmake
/usr/share/lmod/8.7.34/init/csh
/usr/share/lmod/8.7.34/init/cshrc
/usr/share/lmod/8.7.34/init/env_modules_python.py
/usr/share/lmod/8.7.34/init/env_modules_ruby.rb
/usr/share/lmod/8.7.34/init/fish
/usr/share/lmod/8.7.34/init/fish_tab_completion
/usr/share/lmod/8.7.34/init/fish_tab_completion/module.fish
/usr/share/lmod/8.7.34/init/ksh
/usr/share/lmod/8.7.34/init/ksh_funcs
/usr/share/lmod/8.7.34/init/ksh_funcs/clearLmod
/usr/share/lmod/8.7.34/init/ksh_funcs/clearMT
/usr/share/lmod/8.7.34/init/ksh_funcs/ml
/usr/share/lmod/8.7.34/init/ksh_funcs/module
/usr/share/lmod/8.7.34/init/ksh_funcs/settarg
/usr/share/lmod/8.7.34/init/lisp
/usr/share/lmod/8.7.34/init/lmod_bash_completions
/usr/share/lmod/8.7.34/init/lmodrc.lua
/usr/share/lmod/8.7.34/init/perl
/usr/share/lmod/8.7.34/init/profile
/usr/share/lmod/8.7.34/init/profile.fish
/usr/share/lmod/8.7.34/init/profile.rc
/usr/share/lmod/8.7.34/init/rc
/usr/share/lmod/8.7.34/init/sh
/usr/share/lmod/8.7.34/init/tcsh
/usr/share/lmod/8.7.34/init/zsh
/usr/share/lmod/8.7.34/lib
/usr/share/lmod/8.7.34/libexec
/usr/share/lmod/8.7.34/libexec/CTimer.lua
/usr/share/lmod/8.7.34/libexec/Cache.lua
/usr/share/lmod/8.7.34/libexec/Configuration.lua
/usr/share/lmod/8.7.34/libexec/DirTree.lua
/usr/share/lmod/8.7.34/libexec/Exec.lua
/usr/share/lmod/8.7.34/libexec/FrameStk.lua
/usr/share/lmod/8.7.34/libexec/Hook.lua
/usr/share/lmod/8.7.34/libexec/HookArray.lua
/usr/share/lmod/8.7.34/libexec/Hub.lua
/usr/share/lmod/8.7.34/libexec/LocationT.lua
/usr/share/lmod/8.7.34/libexec/MC_Access.lua
/usr/share/lmod/8.7.34/libexec/MC_CheckSyntax.lua
/usr/share/lmod/8.7.34/libexec/MC_ComputeHash.lua
/usr/share/lmod/8.7.34/libexec/MC_DependencyCk.lua
/usr/share/lmod/8.7.34/libexec/MC_Load.lua
/usr/share/lmod/8.7.34/libexec/MC_MgrLoad.lua
/usr/share/lmod/8.7.34/libexec/MC_Refresh.lua
/usr/share/lmod/8.7.34/libexec/MC_Show.lua
/usr/share/lmod/8.7.34/libexec/MC_Spider.lua
/usr/share/lmod/8.7.34/libexec/MC_Unload.lua
/usr/share/lmod/8.7.34/libexec/MN_Between.lua
/usr/share/lmod/8.7.34/libexec/MN_Exact.lua
/usr/share/lmod/8.7.34/libexec/MN_Latest.lua
/usr/share/lmod/8.7.34/libexec/MN_Match.lua
/usr/share/lmod/8.7.34/libexec/MName.lua
/usr/share/lmod/8.7.34/libexec/MRC.lua
/usr/share/lmod/8.7.34/libexec/MT.lua
/usr/share/lmod/8.7.34/libexec/MainControl.lua
/usr/share/lmod/8.7.34/libexec/ModuleA.lua
/usr/share/lmod/8.7.34/libexec/Options.lua
/usr/share/lmod/8.7.34/libexec/Pkg.lua
/usr/share/lmod/8.7.34/libexec/PkgBase.lua
/usr/share/lmod/8.7.34/libexec/PkgTACC.lua
/usr/share/lmod/8.7.34/libexec/RC2lua.tcl
/usr/share/lmod/8.7.34/libexec/ReadLmodRC.lua
/usr/share/lmod/8.7.34/libexec/SitePackage.lua
/usr/share/lmod/8.7.34/libexec/Spider.lua
/usr/share/lmod/8.7.34/libexec/StandardPackage.lua
/usr/share/lmod/8.7.34/libexec/Timer.lua
/usr/share/lmod/8.7.34/libexec/Var.lua
/usr/share/lmod/8.7.34/libexec/Version.lua
/usr/share/lmod/8.7.34/libexec/addto
/usr/share/lmod/8.7.34/libexec/check_module_tree_syntax
/usr/share/lmod/8.7.34/libexec/clearLMOD_cmd
/usr/share/lmod/8.7.34/libexec/cmdfuncs.lua
/usr/share/lmod/8.7.34/libexec/collectionFileA.lua
/usr/share/lmod/8.7.34/libexec/colorize.lua
/usr/share/lmod/8.7.34/libexec/computeHashSum
/usr/share/lmod/8.7.34/libexec/convertSh2MF.lua
/usr/share/lmod/8.7.34/libexec/lmod
/usr/share/lmod/8.7.34/libexec/loadModuleFile.lua
/usr/share/lmod/8.7.34/libexec/ml_cmd
/usr/share/lmod/8.7.34/libexec/modfuncs.lua
/usr/share/lmod/8.7.34/libexec/mrc_funcs.lua
/usr/share/lmod/8.7.34/libexec/mrc_load.lua
/usr/share/lmod/8.7.34/libexec/mrc_sandbox.lua
/usr/share/lmod/8.7.34/libexec/myGlobals.lua
/usr/share/lmod/8.7.34/libexec/pager.lua
/usr/share/lmod/8.7.34/libexec/parseVersion.lua
/usr/share/lmod/8.7.34/libexec/printEnvT.lua
/usr/share/lmod/8.7.34/libexec/print_os.sh
/usr/share/lmod/8.7.34/libexec/sandbox.lua
/usr/share/lmod/8.7.34/libexec/sh_to_modulefile
/usr/share/lmod/8.7.34/libexec/spider
/usr/share/lmod/8.7.34/libexec/spiderCacheSupport
/usr/share/lmod/8.7.34/libexec/tcl2lua.tcl
/usr/share/lmod/8.7.34/libexec/update_lmod_system_cache_files
/usr/share/lmod/8.7.34/libexec/utils.lua
/usr/share/lmod/8.7.34/messageDir
/usr/share/lmod/8.7.34/messageDir/de.lua
/usr/share/lmod/8.7.34/messageDir/en.lua
/usr/share/lmod/8.7.34/messageDir/es.lua
/usr/share/lmod/8.7.34/messageDir/fr.lua
/usr/share/lmod/8.7.34/messageDir/template.lua
/usr/share/lmod/8.7.34/messageDir/zh.lua
/usr/share/lmod/8.7.34/modulefiles
/usr/share/lmod/8.7.34/modulefiles/Core
/usr/share/lmod/8.7.34/modulefiles/Core/lmod.lua
/usr/share/lmod/8.7.34/modulefiles/Core/settarg.lua
/usr/share/lmod/8.7.34/settarg
/usr/share/lmod/8.7.34/settarg/Bare.lua
/usr/share/lmod/8.7.34/settarg/BaseShell.lua
/usr/share/lmod/8.7.34/settarg/Bash.lua
/usr/share/lmod/8.7.34/settarg/BuildTarget.lua
/usr/share/lmod/8.7.34/settarg/CmdLineOptions.lua
/usr/share/lmod/8.7.34/settarg/Csh.lua
/usr/share/lmod/8.7.34/settarg/ModifyPath.lua
/usr/share/lmod/8.7.34/settarg/Output.lua
/usr/share/lmod/8.7.34/settarg/ProcessModuleTable.lua
/usr/share/lmod/8.7.34/settarg/STT.lua
/usr/share/lmod/8.7.34/settarg/TargValue.lua
/usr/share/lmod/8.7.34/settarg/Version.lua
/usr/share/lmod/8.7.34/settarg/getUname.lua
/usr/share/lmod/8.7.34/settarg/settarg_cmd
/usr/share/lmod/8.7.34/settarg/settarg_rc.lua
/usr/share/lmod/8.7.34/settarg/targ
/usr/share/lmod/8.7.34/settarg/utils.lua
/usr/share/lmod/8.7.34/share
/usr/share/lmod/8.7.34/share/man
/usr/share/lmod/8.7.34/share/man/cat1
/usr/share/lmod/8.7.34/share/man/cat1/module.1
/usr/share/lmod/8.7.34/shells
/usr/share/lmod/8.7.34/shells/Bare.lua
/usr/share/lmod/8.7.34/shells/BaseShell.lua
/usr/share/lmod/8.7.34/shells/Bash.lua
/usr/share/lmod/8.7.34/shells/CMake.lua
/usr/share/lmod/8.7.34/shells/Csh.lua
/usr/share/lmod/8.7.34/shells/Fish.lua
/usr/share/lmod/8.7.34/shells/JsonShell.lua
/usr/share/lmod/8.7.34/shells/Lisp.lua
/usr/share/lmod/8.7.34/shells/Perl.lua
/usr/share/lmod/8.7.34/shells/Python.lua
/usr/share/lmod/8.7.34/shells/R.lua
/usr/share/lmod/8.7.34/shells/Rc.lua
/usr/share/lmod/8.7.34/shells/Ruby.lua
/usr/share/lmod/8.7.34/tools
/usr/share/lmod/8.7.34/tools/Banner.lua
/usr/share/lmod/8.7.34/tools/BeautifulTbl.lua
/usr/share/lmod/8.7.34/tools/ColumnTable.lua
/usr/share/lmod/8.7.34/tools/Cosmic.lua
/usr/share/lmod/8.7.34/tools/Dbg.lua
/usr/share/lmod/8.7.34/tools/MF_Base.lua
/usr/share/lmod/8.7.34/tools/MF_Lua.lua
/usr/share/lmod/8.7.34/tools/MF_TCL.lua
/usr/share/lmod/8.7.34/tools/Optiks.lua
/usr/share/lmod/8.7.34/tools/Optiks_Option.lua
/usr/share/lmod/8.7.34/tools/TermWidth.lua
/usr/share/lmod/8.7.34/tools/base64.lua
/usr/share/lmod/8.7.34/tools/capture.lua
/usr/share/lmod/8.7.34/tools/declare.lua
/usr/share/lmod/8.7.34/tools/deepcopy.lua
/usr/share/lmod/8.7.34/tools/fileOps.lua
/usr/share/lmod/8.7.34/tools/haveTermSupport.lua
/usr/share/lmod/8.7.34/tools/i18n
/usr/share/lmod/8.7.34/tools/i18n/init.lua
/usr/share/lmod/8.7.34/tools/i18n/interpolate.lua
/usr/share/lmod/8.7.34/tools/i18n/plural.lua
/usr/share/lmod/8.7.34/tools/i18n/variants.lua
/usr/share/lmod/8.7.34/tools/i18n/version.lua
/usr/share/lmod/8.7.34/tools/inherits.lua
/usr/share/lmod/8.7.34/tools/json.lua
/usr/share/lmod/8.7.34/tools/lmod_system_execute.lua
/usr/share/lmod/8.7.34/tools/pairsByKeys.lua
/usr/share/lmod/8.7.34/tools/replaceStr.lua
/usr/share/lmod/8.7.34/tools/serializeTbl.lua
/usr/share/lmod/8.7.34/tools/strict.lua
/usr/share/lmod/8.7.34/tools/string_utils.lua
/usr/share/lmod/admin
/usr/share/lmod/admin/modulefiles
/usr/share/lmod/lmod
/usr/share/lmod/moduledeps
/usr/share/lmod/modulefiles
/usr/share/man/man1/lmod.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:53:36 2024