Skip to content
Open
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"
}
15 changes: 8 additions & 7 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'
- +wrappers
- +py-tools
- ~ad
- +production

python:
require:
Expand All @@ -36,9 +37,9 @@ spack:
require:
- '@5.1.0'

mumps:
access-mumps:
require:
- '@5.6.2'
- '@5.8.2'

parmetis:
require:
Expand Down Expand Up @@ -76,13 +77,13 @@ spack:
# Compilers
c:
require:
- 'gcc@13.2.0'
- 'intel-oneapi-compilers-classic'
cxx:
require:
- 'gcc@13.2.0'
- 'intel-oneapi-compilers-classic'
fortran:
require:
- 'gcc@13.2.0'
- 'intel-oneapi-compilers-classic'

# “all” can remain empty if you aren’t forcing any particular compiler / MPI
all:
Expand Down
Loading