-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spack.yaml: depend on generic tracers Spack components
* Use tag dev_2024.08.14 instead of branch name * Set config to: "spack": "0.22", "spack-packages": "development",
- Loading branch information
Showing
2 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
@@ -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]' | ||
|
@@ -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}' |