31 lines
989 B
YAML
31 lines
989 B
YAML
|
# -------------------------------------------------------------------------
|
||
|
# This is the HLRS spack configuration file.
|
||
|
# -------------------------------------------------------------------------
|
||
|
config:
|
||
|
# 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:
|
||
|
root: $HLRS_SOFTWARE_STACK_SPACK_INSTALL_TREE
|
||
|
projections:
|
||
|
all: "{name}/{version}-{compiler.name}-{compiler.version}-{hash:8}"
|
||
|
|
||
|
|
||
|
# Locations where templates should be found
|
||
|
template_dirs:
|
||
|
- $spack/../templates
|
||
|
|
||
|
# Directory where licenses should be located
|
||
|
license_dir: $spack/../licenses
|
||
|
|
||
|
|
||
|
# Directory where spack managed environments are created and stored
|
||
|
environments_root: $spack/../environments
|
||
|
|
||
|
|
||
|
# The default url fetch method to use.
|
||
|
# If set to 'curl', Spack will require curl on the user's system
|
||
|
# If set to 'urllib', Spack will use python built-in libs to fetch
|
||
|
url_fetch_method: curl
|
||
|
|
||
|
|