Skip to content

Commit

Permalink
spack.yaml: Modified the other requirements to use the @git.TAG=VERSI…
Browse files Browse the repository at this point in the history
…ON syntax
  • Loading branch information
CodeGat committed Jun 3, 2024
1 parent 5dd1749 commit 7908d22
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,20 @@ spack:
# the usual '@git.DATE' format.
mom5:
require:
- '@access-esm1.5'
- '@git.access-esm1.5_2024.05.24=access-esm1.5'
cice4:
require:
- '@git.2024.05.21'
- '@git.2024.05.21=access-esm1.5'
um7:
require:
- '@git.2024.05.21'

- '@git.2024.05.21=7.3'
# Lower-level ACCESS-NRI dependencies
gcom4:
require:
- '@git.2024.05.28'
- '@git.2024.05.28=access-esm1.5'
oasis3-mct:
require:
- '@access-esm1.5'

- '@git.access-esm1.5_2024.05.24=access-esm1.5'
# Other dependencies
openmpi:
require:
Expand Down Expand Up @@ -66,10 +64,10 @@ spack:
access-esm1p5: '{name}/2024.05.0'
cice4: '{name}/2024.05.21'
um7: '{name}/2024.05.21'
mom5: '{name}/access-esm1.5'
mom5: '{name}/access-esm1.5_2024.05.24'
config:
install_tree:
root: "$spack/../restricted/ukmo/release"
source_cache: "$spack/../restricted/ukmo/source_cache"
root: $spack/../restricted/ukmo/release
source_cache: $spack/../restricted/ukmo/source_cache
build_stage:
- "$TMPDIR/restricted/spack-stage"
- $TMPDIR/restricted/spack-stage

0 comments on commit 7908d22

Please sign in to comment.