You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
init: adding skeleton for environment modulesThis currently works to parse environment modules(and not LMOD). We can add the latter if needed. It is afairly basic parsing that represents the top level module(name and version) as nodes, and any binary/libs discoveredwithin the paths derived as children "binary" and "library."For my testing case I do not have any because I used a dummyrepository of module files for which I do not actually havethe software for.
The text was updated successfully, but these errors were encountered:
Example is here:
https://gist.github.com/vsoch/adba1cd620fb8280006e1533a3ab9928
Note details from the commit message:
The text was updated successfully, but these errors were encountered: