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

Update spack.yaml #19

Closed
wants to merge 3 commits into from
Closed
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
10 changes: 5 additions & 5 deletions spack.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# This is a Spack Environment file.
# This is a Spack Environment file.
#
# It describes a set of packages to be installed, along with
# configuration settings.
spack:
specs:
- [email protected].09.0
- [email protected].11.a
packages:
# Main Dependencies
access-om3-nuopc:
require:
- '@git.0.3.1'
- '@git.5e0c44444f43ea1d424a8f4d6989c5f59686d3a1'

# Other Dependencies
esmf:
Expand Down Expand Up @@ -49,5 +49,5 @@ spack:
- access-om3
- access-om3-nuopc
projections:
access-om3: '{name}/2024.09.0'
access-om3-nuopc: '{name}/0.3.1-{hash:7}'
access-om3: '{name}/2024.11.a'
access-om3-nuopc: '{name}/5e0c44444f43ea1d424a8f4d6989c5f59686d3a1-{hash:7}'
Loading