Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "2025.01.1"
"spack-packages": "dev-2025.04.004"
}
22 changes: 16 additions & 6 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
spack:
# add package specs to the `specs` list
specs:
# TODO: The CI/CD doesn't support the `=access-om2` syntax yet.
# - [email protected]=access-om2
- [email protected]
- [email protected]
packages:
cice5:
require:
- '@git.2023.10.19=access-om2'
mom5:
require:
- '@git.2023.11.09=access-om2'
# FIXME: This would need to be changed to a stable version before release
- '@git.dev-2025.04.001=access-om2'
libaccessom2:
require:
- '@git.2023.10.26=access-om2'
Expand All @@ -33,6 +32,17 @@ spack:
openmpi:
require:
- '@4.0.2'
access-fms:
require:
- '@git.mom5-2025.04.001'
access-generic-tracers:
require:
# FIXME: This would need to be changed to a stable version before release.
- '@git.dev-2025.04.001'
access-mocsy:
require:
- '@git.2017.12.0'
# Specifications that apply to all packages
all:
require:
- '%[email protected]'
Expand All @@ -50,8 +60,8 @@ spack:
- libaccessom2
- oasis3-mct
projections:
access-om2: '{name}/2024.03.0'
access-om2: '{name}/2025.01.2'
cice5: '{name}/2023.10.19-{hash:7}'
mom5: '{name}/2023.11.09-{hash:7}'
mom5: '{name}/dev-2025.04.001-{hash:7}'
libaccessom2: '{name}/2023.10.26-{hash:7}'
oasis3-mct: '{name}/2023.11.09-{hash:7}'
Loading