Search Criteria
Package Details: lmod 8.7.55-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lmod.git (read-only, click to copy) |
---|---|
Package Base: | lmod |
Description: | Environment modules system based on Lua that handles MODULEPATH hierarchical problem. Supports also legacy TCL modules |
Upstream URL: | https://github.com/TACC/Lmod |
Licenses: | custom |
Conflicts: | env-modules, lmod-git |
Provides: | env-modules |
Submitter: | wookietreiber |
Maintainer: | hcartiaux |
Last Packager: | hcartiaux |
Votes: | 10 |
Popularity: | 0.033855 |
First Submitted: | 2017-01-17 13:22 (UTC) |
Last Updated: | 2024-12-19 17:35 (UTC) |
Dependencies (8)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- bc (bc-ghAUR)
- lua-filesystem
- lua-posix (lua-posix-gitAUR)
- procps-ng (busybox-coreutilsAUR, procps-ng-gitAUR)
- tcl (tcl-fossilAUR, tcl84AUR)
- tcsh (tcsh-gitAUR) (optional) – supported shell
- zsh (zsh-gitAUR) (optional) – supported shell
Required by (11)
- amduprof (requires env-modules) (optional)
- aocc (requires env-modules) (optional)
- aocl-aocc (requires env-modules) (optional)
- aocl-gcc (requires env-modules) (optional)
- bbmap (requires env-modules) (optional)
- easybuild-framework-git (requires env-modules)
- easybuild-framework-git (optional)
- lammps-ryzen-opencl (requires env-modules)
- nvhpc (requires env-modules) (optional)
- ps3-env (requires env-modules) (optional)
- spack (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
berquist commented on 2020-09-04 02:43 (UTC)
Can you change
env-modules-tcl
toenv-modules
inprovides
andconflicts
?matse commented on 2020-08-06 10:28 (UTC) (edited on 2020-08-06 16:58 (UTC) by matse)
@simonp yes, it's because of the update to lua 5.4 and broken lua-posix at the moment. Since the package was updated today, just reinstall / recompile lua-posix and it will work again.
lahwaacz commented on 2020-08-06 10:14 (UTC) (edited on 2020-08-06 10:14 (UTC) by lahwaacz)
@simonp: you need to rebuild all lua modules and this package for the new lua version.
simonp commented on 2020-08-06 09:32 (UTC)
I'm getting the following error after updating lua this morning:
/usr/bin/lua: version mismatch: app. needs 503.0, Lua core provides 504.0 stack traceback: [C]: in ? [C]: in function 'require' /usr/share/lua/5.3/posix/init.lua:23: in main chunk [C]: in function 'require' /usr/share/lmod/lmod/libexec/lmod:61: in main chunk [C]: in ?
matse commented on 2019-06-19 23:23 (UTC)
lahwaacz: Convinced and thanks for the information! Fixed!
lahwaacz commented on 2019-06-19 05:34 (UTC)
matse: The assumption is for the base-devel group, not for base - see e.g. https://bbs.archlinux.org/viewtopic.php?pid=1699678#p1699678. The wiki was wrong, I just fixed that.
matse commented on 2019-06-18 23:11 (UTC) (edited on 2019-06-18 23:12 (UTC) by matse)
lahwaacz: procps-ng belongs to the base group, which is assumed to be installed on systems, on which you build your own packages, see: https://wiki.archlinux.org/index.php/Makepkg#Usage
lahwaacz commented on 2019-06-18 20:09 (UTC)
It does not seem to build in a clean chroot unless I add
procps-ng
into depends.matse commented on 2019-05-24 05:35 (UTC) (edited on 2019-05-24 05:38 (UTC) by matse)
berquist: zsh support has not been removed, I myself use it. The supposed way to init lmod on zsh is also with "modules.sh". There in line 71 the shell specific file gets loaded. The file "/usr/share/lmod/lmod/init/zsh" was never meant to land in "/etc/profile.d". By default zsh users don't have to do anything, because the arch default on zsh is (see https://wiki.archlinux.org/index.php/Zsh#Startup/Shutdown_files) to source /etc/profile which again sources all *.sh files in /etc/profile.d where "modules.sh" gets sourced and inits lmod via the zsh file. So placing modules.sh in /etc/profile.d and renaming the zsh file to zsh.sh and place it there, is not, how it is intended to load lmod.
berquist commented on 2019-05-23 23:48 (UTC)
Why did you remove
ln -sf /usr/share/lmod/lmod/init/zsh modules.zsh
? Z shell support still exists.« First ‹ Previous 1 2 3 4 Next › Last »