diff options
author | Kelly (KT) Thompson <kgt@lanl.gov> | 2016-03-28 19:53:22 -0600 |
---|---|---|
committer | Kelly (KT) Thompson <kgt@lanl.gov> | 2016-03-28 19:53:22 -0600 |
commit | 40cea0110f4ad33fcc0045c67b5379b0b92fd2fc (patch) | |
tree | b86f09c796e7d033ddcc8f588313a9c379871ba9 /etc | |
parent | 1f8d79b69ab005a6a372ff34806525148c0ed854 (diff) | |
parent | 02879d94ff7fdc02b870a22fe31614834934801f (diff) | |
download | spack-40cea0110f4ad33fcc0045c67b5379b0b92fd2fc.tar.gz spack-40cea0110f4ad33fcc0045c67b5379b0b92fd2fc.tar.bz2 spack-40cea0110f4ad33fcc0045c67b5379b0b92fd2fc.tar.xz spack-40cea0110f4ad33fcc0045c67b5379b0b92fd2fc.zip |
Merge remote-tracking branch 'upstream/develop' into pkg-graphviz
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'] |