diff options
author | Kelly (KT) Thompson <kgt@lanl.gov> | 2016-03-28 19:56:07 -0600 |
---|---|---|
committer | Kelly (KT) Thompson <kgt@lanl.gov> | 2016-03-28 19:56:07 -0600 |
commit | 197f07306b238106e1a7ff5c74094e8132865a6a (patch) | |
tree | 7c8e6f684a8bde174093349943ace6528f16aeec /etc | |
parent | 7ec450912dc71915205857da75bb418ffc3d0904 (diff) | |
parent | 02879d94ff7fdc02b870a22fe31614834934801f (diff) | |
download | spack-197f07306b238106e1a7ff5c74094e8132865a6a.tar.gz spack-197f07306b238106e1a7ff5c74094e8132865a6a.tar.bz2 spack-197f07306b238106e1a7ff5c74094e8132865a6a.tar.xz spack-197f07306b238106e1a7ff5c74094e8132865a6a.zip |
Merge remote-tracking branch 'upstream/develop' into pkg-subversion
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'] |