Skip to content
Closed
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": "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"
}
50 changes: 31 additions & 19 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand All @@ -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}'