Add minimal config.yaml
This commit is contained in:
commit
de486feb05
1 changed files with 30 additions and 0 deletions
30
config-hlrs/config.yaml
Normal file
30
config-hlrs/config.yaml
Normal file
|
@ -0,0 +1,30 @@
|
|||
# -------------------------------------------------------------------------
|
||||
# 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
|
||||
|
||||
|
Loading…
Reference in a new issue