Skip to content
Draft
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
22 changes: 18 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=latest
- access-om2@git.2025.01.2
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_2024.08.14=access-om2'
- '+access-gtracers'
libaccessom2:
require:
- '@git.2023.10.26=access-om2'
Expand All @@ -31,6 +33,18 @@ 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'
access-generic-tracers:
require:
# FIXME: This would need to be changed to a stable version before release.
- '@git.1e16b98aeb139122086f38231ab3a93b283caf37' # On dev_2025.01.2-Shouzheng_devs
access-mocsy:
require:
- '@git.2017.12.0'
# Specifications that apply to all packages
all:
require:
- '%intel@19.0.5.281'
Expand All @@ -48,8 +62,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