Skip to content

Remove unnecessary modules configurations

Harald Minde Hansen requested to merge modules_removal into master

Spack 0.18 output:

==> Warning: Top-level properties "enable" in module config are ignored as of Spack v0.18. They should be set on the "default" module set. Run

    $ spack config update modules

to update the file to the new format
==> Warning: config:module_roots has been replaced by modules:[module set]:roots and is ignored

Comment from Valentin: "The reason this was set was only to keep the module files out of the install area ( we don't need them and don't want to deploy them) but I think they are now completely disabled"

Merge request reports