summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2016-03-24 02:52:45 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2016-03-24 02:52:45 -0700
commitf031bdfbc90b3f4c3a448c889ab5d047240f478e (patch)
treefb7088d0b27d39b025347cccdf9c928f5a2b9ac2 /etc
parente1848c1d28cd49278bf19ee75d337e2d2b8b77f1 (diff)
parente4adc675e58222f3082f167e709e3819beafd474 (diff)
downloadspack-f031bdfbc90b3f4c3a448c889ab5d047240f478e.tar.gz
spack-f031bdfbc90b3f4c3a448c889ab5d047240f478e.tar.bz2
spack-f031bdfbc90b3f4c3a448c889ab5d047240f478e.tar.xz
spack-f031bdfbc90b3f4c3a448c889ab5d047240f478e.zip
Merge pull request #617 from epfl-scitas/features/disable_modules
feature : module file generation may be disabled via configuration file
Diffstat (limited to 'etc')
-rw-r--r--etc/spack/modules.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/spack/modules.yaml b/etc/spack/modules.yaml
new file mode 100644
index 0000000000..aa2a2c3fe2
--- /dev/null
+++ b/etc/spack/modules.yaml
@@ -0,0 +1,8 @@
+# -------------------------------------------------------------------------
+# This is the default spack module files generation configuration.
+#
+# Changes to this file will affect all users of this spack install,
+# although users can override these settings in their ~/.spack/modules.yaml.
+# -------------------------------------------------------------------------
+modules:
+ enable: ['tcl', 'dotkit']