diff options
author | citibeth <rpf2116@columbia.edu> | 2016-03-25 15:36:54 -0400 |
---|---|---|
committer | citibeth <rpf2116@columbia.edu> | 2016-03-25 15:36:54 -0400 |
commit | 8019748396f65feadcdea2854921b6fcc9411e02 (patch) | |
tree | 9c2dfab3c49c97838b6b54902b5ed830254c441e /etc | |
parent | 6f26c45143e63ee339f9aabc654684056b60654f (diff) | |
parent | 38ea75e8ca65dd6c896fe7856efdb1d8355ec524 (diff) | |
download | spack-8019748396f65feadcdea2854921b6fcc9411e02.tar.gz spack-8019748396f65feadcdea2854921b6fcc9411e02.tar.bz2 spack-8019748396f65feadcdea2854921b6fcc9411e02.tar.xz spack-8019748396f65feadcdea2854921b6fcc9411e02.zip |
Merge remote-tracking branch 'upstream/develop' into efischer/160311-StagedPackage
# Conflicts:
# lib/spack/spack/package.py
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'] |