From de486feb05687944f0d3bdcd6c6a668410cb20da Mon Sep 17 00:00:00 2001 From: Jose Gracia Date: Fri, 7 Jun 2024 16:30:29 +0200 Subject: [PATCH] Add minimal config.yaml --- config-hlrs/config.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 config-hlrs/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 + +