diff --git a/config/versions.json b/config/versions.json index 9e7d8cc..8965f43 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": "2025.01.1" } diff --git a/spack.yaml b/spack.yaml index bfa6df2..9789b63 100644 --- a/spack.yaml +++ b/spack.yaml @@ -5,20 +5,22 @@ spack: # add package specs to the `specs` list specs: + # TODO: The CI/CD doesn't support the `=access-om2` syntax yet. + # - access-om2@git.2024.03.0=access-om2 - access-om2@git.2024.03.0 packages: cice5: require: - - '@git.2023.10.19' + - '@git.2023.10.19=access-om2' mom5: require: - - '@git.2023.11.09' + - '@git.2023.11.09=access-om2' libaccessom2: require: - - '@git.2023.10.26' + - '@git.2023.10.26=access-om2' oasis3-mct: require: - - '@git.2023.11.09' + - '@git.2023.11.09=access-om2' netcdf-c: require: - '@4.7.4'