diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/modules.yaml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/etc/spack/defaults/modules.yaml b/etc/spack/defaults/modules.yaml index 35be259d4d..8914a6a733 100644 --- a/etc/spack/defaults/modules.yaml +++ b/etc/spack/defaults/modules.yaml @@ -35,13 +35,10 @@ modules: # These are configurations for the module set named "default" default: - # These values are defaulted in the code. They are not defaulted here so - # that we can enable backwards compatibility with the old syntax more - # easily (old value is in the config yaml, config:module_roots) # Where to install modules - # roots: - # tcl: $spack/share/spack/modules - # lmod: $spack/share/spack/lmod + roots: + tcl: $spack/share/spack/modules + lmod: $spack/share/spack/lmod # What type of modules to use enable: - tcl |