# ------------------------------------------------------------------------- # 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 # Cache directory for already downloaded source tarballs and archived # repositories. This can be purged with `spack clean --downloads`. source_cache: $user_cache_path/cache # 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