Skip to content

Commit

Permalink
spack.yaml: depend on generic tracers Spack components
Browse files Browse the repository at this point in the history
* Use tag dev_2024.08.14 instead of branch name
* Set config to: "spack": "0.22", "spack-packages": "development",
  • Loading branch information
harshula committed Nov 15, 2024
1 parent 47bc7bf commit b4e6338
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 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.03.22"
"spack-packages": "development"
}
21 changes: 17 additions & 4 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
spack:
# add package specs to the `specs` list
specs:
- [email protected].03.0
- [email protected].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'
Expand All @@ -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:
- '%[email protected]'
Expand All @@ -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}'

0 comments on commit b4e6338

Please sign in to comment.