Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions config/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
],
"injection": [
"openmpi",
"issm",
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.

Why is this part of injection when it is already part of provenance? Provenance does injection too, so this is kind of a noop

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Thanks for letting me know. issm isn't being loaded in the released version so I assumed this was required, but perhaps other updates in the meantime meant it wasn't, as you suggest. I'll remove and test that it works as expected.

"access-triangle"
]
}
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/3-0-0.json",
"spack": "0.22",
"spack-packages": "2025.04.001"
"spack-packages": "2025.09.004"
}
Loading