Lua based Environment Modules (lmod)
Lmod: An Environment Module System based on Lua,
Reads TCL Modules, Supports a Software Hierarchy
- Sources inherited from project SUSE:SLE-15-SP5:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.5:Update/lua-lmod && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Doc-Ugly-workaround-for-bug-in-Sphinx.patch | 0000000911 911 Bytes | |
Messages-Remove-message-about-creating-a-consultin |
0000001721 1.68 KB | |
_multibuild | 0000000056 56 Bytes | |
lua-lmod-8.7.17.tar.gz | 0020124150 19.2 MB | |
lua-lmod.changes | 0000031368 30.6 KB | |
lua-lmod.spec | 0000009452 9.23 KB |
Latest Revision
Marco Strigl (mstrigl)
committed
(revision 3)
NOTE to Release Engineer: Dominique has added the macro %lua_pref pointing to the preffered lua version to the ProjConfig in oS:Factory to aid finding the correct Lua packages for applications written in Lua - like this one, with this patch it will make use if it. You may want to do the same on SUSE:SLE-15-SP5:GA and have it point to version 5.3 (ie %lua_pref lua53). You also may want to add: Prefer: lua54 lua53 lua51 Prefer: lua54-devel lua53-devel lua51-devel This may help to get rid of this ugliness: # requested by Gustavo Yokoyama Ribeiro <gyribeiro@suse.com> on 2023/01/25 # resolve choice for lua-luafilesystem needed by lua-lmod (SR#287682) Prefer: -lua51-luafilesystem - 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).
Comments 0