diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-10-27 23:32:42 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-10-30 23:55:00 -0700 |
commit | 22b14e0f235864a636919911f134aee9fe4def8b (patch) | |
tree | ffe9c8ff6dd067f202557dfb2564c66d6bf74065 /etc | |
parent | 0da639298c8d2d956c76d8beb9f08c54c87cfec7 (diff) | |
download | spack-22b14e0f235864a636919911f134aee9fe4def8b.tar.gz spack-22b14e0f235864a636919911f134aee9fe4def8b.tar.bz2 spack-22b14e0f235864a636919911f134aee9fe4def8b.tar.xz spack-22b14e0f235864a636919911f134aee9fe4def8b.zip |
Add module_roots to config.yaml
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/config.yaml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/etc/spack/defaults/config.yaml b/etc/spack/defaults/config.yaml index 6a749b5f6d..85019ede61 100644 --- a/etc/spack/defaults/config.yaml +++ b/etc/spack/defaults/config.yaml @@ -14,17 +14,18 @@ # ~/.spack/config.yaml # ------------------------------------------------------------------------- config: - - # Precedence of configuration scopes, high to low. - # The user can override this paradoxically. - # scopes: [user, spack, default] - - # This is the path to the root of the Spack install tree. # You can use $spack here to refer to the root of the spack instance. install_tree: $spack/opt/spack + # Locations where different types of modules should be installed. + module_roots: + tcl: $spack/share/spack/modules + lmod: $spack/share/spack/lmod + dotkit: $spack/share/spack/dotkit + + # Temporary locations Spack can try to use for builds. # # Spack will use the first one it finds that exists and is writable. |