Skip to content

Commit

Permalink
spack.yaml: update the versions of components
Browse files Browse the repository at this point in the history
  • Loading branch information
harshula committed Dec 13, 2024
1 parent 2f45978 commit ae9c4f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/versions.json
Original file line number Diff line number Diff line change
@@ -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.11.2"
"spack-packages": "2024.12.1"
}
10 changes: 5 additions & 5 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
spack:
# add package specs to the `specs` list
specs:
- access-om2@git.2024.11.0
- access-om2@git.2024.12.0
packages:
cice5:
require:
Expand Down Expand Up @@ -36,14 +36,14 @@ spack:
access-fms:
require:
# FIXME: This would need to be changed to a stable version before release
- '@development'
- '@git.dev_2024.12.0'
access-generic-tracers:
require:
# FIXME: This would need to be changed to a stable version before release.
- '@git.dev_2024.11.0'
- '@git.dev_2024.12.0'
access-mocsy:
require:
- '@mom5'
- '@git.2017.12.0'
# Specifications that apply to all packages
all:
require:
Expand All @@ -62,7 +62,7 @@ spack:
- libaccessom2
- oasis3-mct
projections:
access-om2: '{name}/2024.11.0'
access-om2: '{name}/2024.12.0'
cice5: '{name}/2023.10.19-{hash:7}'
mom5: '{name}/dev_2024.08.14-{hash:7}'
libaccessom2: '{name}/2023.10.26-{hash:7}'
Expand Down

0 comments on commit ae9c4f4

Please sign in to comment.