From 5b8917188a4d84713c1037fd9464bf77503edd27 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Tue, 21 Feb 2023 10:00:37 +0100 Subject: 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 --- etc/spack/defaults/modules.yaml | 5 ++--- 1 file 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: -- cgit v1.2.3-60-g2f50