-
Notifications
You must be signed in to change notification settings - Fork 129
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
showing module category with module spider command #382
Comments
This feature is not something that all sites are going to want. So I have added a hook to allow sites to "decorate" this output. See rt/uitSitePkg/mf/site-script/SitePackage.lua in the source tree for a complete example. Please see Lmod 8.1.2 to see if it works for you. |
Hi @rtmclay Just wanted to say that it does actually work for us and that we successfully implemented your example, based on the category information provided in each module file. Now, as far as I understand things, the We organize our modules in separate, field-based directories, that can be added to the user's Hope this makes sense. |
I have added parentAA to fullVT and it is now passed to the spider decoration hook. Please test Lmod 8.6.6 to see if it works for you. |
Hi,
It would be very helpful for our users if module spider would output the category of the matches also-
so if I ran-
module spider matplotlib
The output would be-
Versions:
py-matplotlib/2.1.2_py27 (viz)
py-matplotlib/2.1.2_py36 (viz)
py-matplotlib/2.2.2_py27 (some_other_cat)
py-matplotlib/2.2.2_py36 (viz)
Thanks,
Mark
The text was updated successfully, but these errors were encountered: