From cd11eb52ad575942b69e9a09724c93bde2359ed4 Mon Sep 17 00:00:00 2001 From: Harshula Jayasuriya Date: Tue, 12 Nov 2024 16:29:44 +1100 Subject: [PATCH] spack.yaml: change projection to: {name}/VERSION-{hash:7} * remove the duplication of common/modules.yaml --- spack.yaml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/spack.yaml b/spack.yaml index b404eb9..702eb46 100644 --- a/spack.yaml +++ b/spack.yaml @@ -29,26 +29,10 @@ spack: unify: true modules: default: - enable: - - tcl - roots: - tcl: $spack/../release/modules - lmod: $spack/../release/lmod tcl: - hash_length: 0 include: - # Explicitly, which packages are accessible as modules - access-test - oasis3-mct - exclude_implicits: true - all: - autoload: run - conflict: - - '{name}' - environment: - set: - 'SPACK_{name}_ROOT': '{prefix}' projections: - all: '{name}/{version}' - access-test: '{name}/2024.09.20' - oasis3-mct: '{name}/2023.11.09' + access-test: '{name}/2024.09.20-{hash:7}' + oasis3-mct: '{name}/2023.11.09-{hash:7}'