commit de486feb05687944f0d3bdcd6c6a668410cb20da Author: Jose Gracia Date: Fri Jun 7 16:30:29 2024 +0200 Add minimal config.yaml diff --git a/config-hlrs/config.yaml b/config-hlrs/config.yaml new file mode 100644 index 0000000..7450c75 --- /dev/null +++ b/config-hlrs/config.yaml @@ -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 + +