Add module_roots to config.yaml

This commit is contained in:
Todd Gamblin
2016-10-27 23:32:42 -07:00
parent 0da639298c
commit 22b14e0f23
5 changed files with 69 additions and 41 deletions

View File

@@ -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.