Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

require/incompat extra specifiers match module command with --not-req option #498

Closed
xdelaruelle opened this issue Jun 7, 2023 · 0 comments
Labels
Milestone

Comments

@xdelaruelle
Copy link
Member

When a module load, unload, switch, try-load or load-any commands in modulefiles use --not-req option, such commands are included in incompat or require extra specifiers result.

As the --not-req is mentionned, specified module should not be considered as an incompatibility or a requirement.

$ cat /path/to/modulefiles/foo/1.0
#%Module
module load --not-req bar/1.0
$ module use /path/to/modulefiles
$ module avail -t load:bar/1.0
/path/to/modulefiles:
foo/1.0
$ module avail -t require:bar/1.0
/path/to/modulefiles:
foo/1.0
@xdelaruelle xdelaruelle added the bug label Jun 7, 2023
@xdelaruelle xdelaruelle added this to the 5.3.1 milestone Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant