-
Notifications
You must be signed in to change notification settings - Fork 5
Update spack.yaml to demonstrate new spack packages #35
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
Closed
Closed
Changes from 6 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
a51c303
Update spack.yaml to demonstrate new spack components
anton-seaice 99a3c68
Update versions.json
anton-seaice 8d650f7
Update spack.yaml
anton-seaice e24e701
Update spack.yaml
anton-seaice 03144e0
Update spack.yaml
anton-seaice e750ce8
Update spack.yaml
anton-seaice a9748ed
Update spack.yaml
anton-seaice 5e06739
Update spack.yaml
anton-seaice e7cb77a
Update spack.yaml
anton-seaice 07c8aa5
Update spack.yaml
anton-seaice b7a9299
use git hash for share
anton-seaice e882039
Update spack.yaml
anton-seaice 495adc0
Force spack to use the right cice commit
anton-seaice 23cfecd
Use commit hashes
anton-seaice 9b9cea2
Update spack.yaml
anton-seaice 775024b
Use some release tags
anton-seaice 4268294
Some '
anton-seaice 5d3d92c
Name change access3-exe to access3
anton-seaice File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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": "http://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.07.08" | ||
| "spack-packages": "163-om3-components" | ||
| } |
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -4,19 +4,38 @@ | |
| # configuration settings. | ||
| # Instructions for editing this file are found in | ||
| # https://github.com/ACCESS-NRI/model-deployment-template/blob/main/spack.yaml | ||
| # This is a Spack Environment file. | ||
| # | ||
| # It describes a set of packages to be installed, along with | ||
| # configuration settings. | ||
| spack: | ||
| # add package specs to the `specs` list | ||
| specs: | ||
| - access-om3@git.2024.09.0 | ||
| - access-om3@git.2025.x.0 | ||
| packages: | ||
| # Main Dependencies | ||
| access-om3-nuopc: | ||
| access3-exe: | ||
| require: | ||
| - '@git.share_prototype' | ||
| - 'configurations=CICE6' | ||
| access-cice: | ||
| require: | ||
| - '@git.5-port_cmake_build' | ||
| - 'io_type=PIO' | ||
| # access-mom6: | ||
| # require: | ||
| # - '@git.5-port_cmake_build io_type=PIO' | ||
| # access-ww3: | ||
| # require: | ||
| # - '@git.5-port_cmake_build io_type=PIO' | ||
| access3-share: | ||
| require: | ||
| - '@git.0.3.1' | ||
|
|
||
| # Other Dependencies | ||
| - '@git.share_prototype' | ||
| esmf: | ||
| require: | ||
| - '@8.5.0' | ||
| - '@git.v8.7.0' | ||
| fms: | ||
| require: | ||
| - '@git.2024.03' | ||
| parallelio: | ||
| require: | ||
| - '@2.6.2' | ||
|
|
@@ -27,20 +46,13 @@ spack: | |
| netcdf-fortran: | ||
| require: | ||
| - '@4.6.1' | ||
| fms: | ||
| require: | ||
| - '@2023.02' | ||
| openmpi: | ||
| require: | ||
| - '@4.1.5' | ||
| fortranxml: | ||
| require: | ||
| - '@4.1.2' | ||
|
|
||
| - '@4.1.7' | ||
| all: | ||
| require: | ||
| - '%[email protected]' | ||
| - 'target=x86_64' | ||
| - target=x86_64 | ||
| view: true | ||
| concretizer: | ||
| unify: true | ||
|
|
@@ -49,7 +61,7 @@ spack: | |
| tcl: | ||
| include: | ||
| - access-om3 | ||
| - access-om3-nuopc | ||
| - access3-exe | ||
| projections: | ||
| access-om3: '{name}/2024.09.0' | ||
| access-om3-nuopc: '{name}/0.3.1-{hash:7}' | ||
| access-om3: '{name}/2025.x.0' | ||
| access3-exe: '{name}/share_prototype-{hash:7}' | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.