Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spack.yaml: depend on generic tracers Spack components #86

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft
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.03.22"
"spack-packages": "2024.12.1"
}
23 changes: 19 additions & 4 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
spack:
# add package specs to the `specs` list
specs:
- access-om2@git.2024.03.0
- access-om2@git.2025.01.2
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'
- '+access-gtracers'
libaccessom2:
require:
- '@git.2023.10.26'
Expand All @@ -31,6 +33,19 @@ spack:
openmpi:
require:
- '@4.0.2'
access-fms:
require:
# FIXME: This would need to be changed to a stable version before release
- '@git.dev_2024.12.0'
# Includes wombatlite-sinking: https://github.com/ACCESS-NRI/GFDL-generic-tracers/commit/9bf0d6d7c72918eaa96d94e68463bf70f6065985
access-generic-tracers:
require:
# FIXME: This would need to be changed to a stable version before release.
- '@git.dev_2025.01.2'
access-mocsy:
require:
- '@git.2017.12.0'
# Specifications that apply to all packages
all:
require:
- '%[email protected]'
Expand All @@ -48,8 +63,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_2024.08.14-{hash:7}'
libaccessom2: '{name}/2023.10.26-{hash:7}'
oasis3-mct: '{name}/2023.11.09-{hash:7}'
Loading