Search Criteria
Package Details: lmod 9.2.9-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: | MIT |
| Conflicts: | environment-modules |
| Provides: | environment-modules |
| Submitter: | wookietreiber |
| Maintainer: | hcartiaux |
| Last Packager: | hcartiaux |
| Votes: | 10 |
| Popularity: | 0.000001 |
| First Submitted: | 2017-01-17 13:22 (UTC) |
| Last Updated: | 2026-07-24 22:10 (UTC) |
Dependencies (9)
- bash (bash-gitAUR, bash-devel-gitAUR)
- bc (bc-ghAUR)
- lua (pallene-luaAUR)
- lua-filesystem
- lua-posix (lua-posix-gitAUR)
- procps-ng (procps-ng-nosystemd-gitAUR, procps-ng-gitAUR)
- tcl (tcl-fossilAUR, tcl84AUR, tcl84AUR)
- tcsh (tcsh-gitAUR) (optional) – supported shell
- zsh (zsh-gitAUR) (optional) – supported shell
Required by (3)
- easybuild-framework-git (optional)
- mogui (requires environment-modules)
- spack (optional)
Latest Comments
1 2 3 4 Next › Last »
DPR commented on 2026-05-09 18:47 (UTC)
You're right, it does build correctly in a clean chroot with
pkgctl build, and it does not build with plainmakepkg. I'm not sure what's going on there.hcartiaux commented on 2026-05-09 11:31 (UTC)
I can't reproduce on my side. Can you try to build in a clean chroot? Also the man page is correctly formatted:
DPR commented on 2026-05-09 08:37 (UTC)
I get this error with
makepkg:I got it to work with this change:
By the way, the man page formatting issue lahwaacz reported in 2023 appears to be back, but I assume that's just an upstream regression. My current workaround is just to use
module --helpinstead ofman module.hcartiaux commented on 2026-03-24 21:20 (UTC)
@lahwaacz, my mistake, should be fixed now.
lahwaacz commented on 2026-03-24 15:26 (UTC)
@hcartiaux It does not work, build fails with
The program "luac" must be in your pathhcartiaux commented on 2026-03-24 12:59 (UTC)
Pkgrel bump, we stay on lua 5.4 for the moment.
lahwaacz commented on 2024-02-04 09:42 (UTC)
Submitted an issue upstream: https://github.com/TACC/Lmod/issues/686
hcartiaux commented on 2024-02-04 09:23 (UTC)
@lahwaacz this is an upstream problem which can be fixed with a github PR. There's exactly the same issue in the EPEL package.
lahwaacz commented on 2023-07-30 12:09 (UTC)
The package installs
/usr/share/man/man1/module.1.gzwhich is not in the man format, but a (gzipped) plain-text file. This results in suboptimal formatting when viewed with themanutility from man-db:mandoc can't even parse it and displays unreadable "binary data".
1 2 3 4 Next › Last »