add installation options for sys-cluster/modules pkg#231
Merged
Conversation
* Disable "shell-setup" and "man-install" uses to be able to install both Modules and Lmod tools * Enable "new-features" use to get the *conflict unload* and *require via* features Signed-off-by: Xavier Delaruelle <xavier.delaruelle@cea.fr>
xdelaruelle
added a commit
to xdelaruelle/gentoo-overlay
that referenced
this pull request
Nov 8, 2025
Add Environment Modules package in EESSI Gentoo overlay to be able to support this module tool (see [1] for context). This commit adds the ebuild for Modules version 5.6.0 and updates sets to install this package. Specific installation options for this package (especially to be able to install both Lmod and Modules) are introduced by EESSI/compatibility-layer#231. [1] https://gitlab.com/eessi/support/-/issues/195 Signed-off-by: Xavier Delaruelle <xavier.delaruelle@cea.fr>
xdelaruelle
added a commit
to xdelaruelle/gentoo-overlay
that referenced
this pull request
Nov 29, 2025
Add Environment Modules package in EESSI Gentoo overlay to be able to support this module tool (see [1] for context). This commit adds the ebuild for Modules version 5.6.1 and updates sets to install this package. Specific installation options for this package (especially to be able to install both Lmod and Modules) are introduced by EESSI/compatibility-layer#231. [1] https://gitlab.com/eessi/support/-/issues/195 Signed-off-by: Xavier Delaruelle <xavier.delaruelle@cea.fr>
xdelaruelle
added a commit
to xdelaruelle/gentoo-overlay
that referenced
this pull request
Dec 1, 2025
Add Environment Modules package in EESSI Gentoo overlay to be able to support this module tool (see [1] for context). This commit adds the ebuild for Modules version 5.6.1 and updates sets to install this package. Specific installation options for this package (especially to be able to install both Lmod and Modules) are introduced by EESSI/compatibility-layer#231. [1] https://gitlab.com/eessi/support/-/issues/195 Signed-off-by: Xavier Delaruelle <xavier.delaruelle@cea.fr>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Disable "shell-setup" and "man-install" uses to be able to install both Modules and Lmod tools
Enable "new-features" use to get the conflict unload and require via features
This is linked with the addition of sys-cluster/modules package in gentoo-overlay. See EESSI/gentoo-overlay#119.