diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2023-02-21 10:00:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-21 10:00:37 +0100 |
commit | 5b8917188a4d84713c1037fd9464bf77503edd27 (patch) | |
tree | 19eb464e2c4e547a379997fb4b6ca9488f02ac98 /etc | |
parent | fbd5c5c2cdc6761cb6cd5dfd2d0c33fdfcdb1712 (diff) | |
download | spack-5b8917188a4d84713c1037fd9464bf77503edd27.tar.gz spack-5b8917188a4d84713c1037fd9464bf77503edd27.tar.bz2 spack-5b8917188a4d84713c1037fd9464bf77503edd27.tar.xz spack-5b8917188a4d84713c1037fd9464bf77503edd27.zip |
Disable module generation by default (#35564)
a) It's used by site administrators, so it's niche
b) If it's used by site administrators, they likely need to modify the config anyhow, so the default config only serves as an example to get started
c) it's too arbitrary to enable tcl, but disable lmod
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/modules.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/spack/defaults/modules.yaml b/etc/spack/defaults/modules.yaml index 27450b4259..55b1f0af7b 100644 --- a/etc/spack/defaults/modules.yaml +++ b/etc/spack/defaults/modules.yaml @@ -40,9 +40,8 @@ modules: roots: tcl: $spack/share/spack/modules lmod: $spack/share/spack/lmod - # What type of modules to use - enable: - - tcl + # What type of modules to use ("tcl" and/or "lmod") + enable: [] tcl: all: |