Skip to content

Commit 5b89171

Browse files
authored
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
1 parent fbd5c5c commit 5b89171

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

etc/spack/defaults/modules.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ modules:
4040
roots:
4141
tcl: $spack/share/spack/modules
4242
lmod: $spack/share/spack/lmod
43-
# What type of modules to use
44-
enable:
45-
- tcl
43+
# What type of modules to use ("tcl" and/or "lmod")
44+
enable: []
4645

4746
tcl:
4847
all:

0 commit comments

Comments
 (0)