From b4e63385d58cf5d1a2b87216a6f80d40bd7577e5 Mon Sep 17 00:00:00 2001 From: Harshula Jayasuriya Date: Mon, 7 Oct 2024 15:42:28 +1100 Subject: [PATCH] spack.yaml: depend on generic tracers Spack components * Use tag dev_2024.08.14 instead of branch name * Set config to: "spack": "0.22", "spack-packages": "development", --- config/versions.json | 2 +- spack.yaml | 21 +++++++++++++++++---- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/config/versions.json b/config/versions.json index 9e7d8cc..94a0c23 100644 --- a/config/versions.json +++ b/config/versions.json @@ -1,5 +1,5 @@ { "$schema": "https://github.com/ACCESS-NRI/schema/blob/main/au.org.access-nri/model/deployment/config/versions/3-0-0.json", "spack": "0.22", - "spack-packages": "2024.03.22" + "spack-packages": "development" } diff --git a/spack.yaml b/spack.yaml index bfa6df2..a683e8d 100644 --- a/spack.yaml +++ b/spack.yaml @@ -5,14 +5,15 @@ spack: # add package specs to the `specs` list specs: - - access-om2@git.2024.03.0 + - access-om2@git.2024.11.0 packages: cice5: require: - '@git.2023.10.19' mom5: require: - - '@git.2023.11.09' + # FIXME: This would need to be changed to a stable version before release + - '@git.dev_2024.08.14' libaccessom2: require: - '@git.2023.10.26' @@ -31,6 +32,18 @@ spack: openmpi: require: - '@4.0.2' + access-fms: + require: + # FIXME: This would need to be changed to a stable version before release + - '@development' + access-generic-tracers: + require: + # FIXME: This would need to be changed to a stable version before release. + - '@development' + access-mocsy: + require: + - '@mom5' + # Specifications that apply to all packages all: require: - '%intel@19.0.5.281' @@ -48,8 +61,8 @@ spack: - libaccessom2 - oasis3-mct projections: - access-om2: '{name}/2024.03.0' + access-om2: '{name}/2024.11.0' cice5: '{name}/2023.10.19-{hash:7}' - mom5: '{name}/2023.11.09-{hash:7}' + mom5: '{name}/dev_2024.08.14-{hash:7}' libaccessom2: '{name}/2023.10.26-{hash:7}' oasis3-mct: '{name}/2023.11.09-{hash:7}'