diff options
author | Peter Scheibel <scheibel1@llnl.gov> | 2016-03-31 12:56:34 -0700 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2016-03-31 12:56:34 -0700 |
commit | 9eb314fcaaa9a19d59dee3269bd9ddaf738117a3 (patch) | |
tree | b7f2b0cdeb648b37d92d39ebae26af318d68f3aa /etc | |
parent | a0c42a3fd1a8c5319ff8e02313b7f12e8c59349d (diff) | |
parent | d0c8245a58bf184f7921c853ef31734ea2c83e0a (diff) | |
download | spack-9eb314fcaaa9a19d59dee3269bd9ddaf738117a3.tar.gz spack-9eb314fcaaa9a19d59dee3269bd9ddaf738117a3.tar.bz2 spack-9eb314fcaaa9a19d59dee3269bd9ddaf738117a3.tar.xz spack-9eb314fcaaa9a19d59dee3269bd9ddaf738117a3.zip |
merge from develop
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'] |