diff options
author | alalazo <massimiliano.culpo@googlemail.com> | 2016-03-24 10:04:02 +0100 |
---|---|---|
committer | alalazo <massimiliano.culpo@googlemail.com> | 2016-03-24 10:04:02 +0100 |
commit | e4adc675e58222f3082f167e709e3819beafd474 (patch) | |
tree | 4d7d603e99f2bfa9840e325134cccb5544ae05df /etc | |
parent | f095e619b985a9271ff96cd469086d4654edf489 (diff) | |
download | spack-e4adc675e58222f3082f167e709e3819beafd474.tar.gz spack-e4adc675e58222f3082f167e709e3819beafd474.tar.bz2 spack-e4adc675e58222f3082f167e709e3819beafd474.tar.xz spack-e4adc675e58222f3082f167e709e3819beafd474.zip |
module files configuration : added default configuration
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/modules.yaml | 8 |
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'] |