Skip to content
Open
Show file tree
Hide file tree
Changes from 6 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
2 changes: 1 addition & 1 deletion config/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/ACCESS-NRI/schema/main/au.org.access-nri/model/deployment/config/versions/4-0-0.json",
"spack": "1.1",
"access-spack-packages": "2026.03.001"
"access-spack-packages": "justinh2002/issm_release_production"
}
5 changes: 3 additions & 2 deletions spack.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
spack:
definitions:
- _name: [access-issm]
- _version: [2025.11.0]
- _version: [2026.05.0]
specs:
- access-issm
packages:
issm:
require:
- '@git.2025.11.24'
- '@git.2026.04.16'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be a version defined in the spack package. See https://github.com/ACCESS-NRI/access-spack-packages/pull/411/changes#r3097862716

- +wrappers
- +py-tools
- ~ad
- +production

python:
require:
Expand Down
Loading