Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit 38342ab

Browse files
authored
Update versions to test MOM5 CMake
See ACCESS-NRI/MOM5#39
1 parent d6851a2 commit 38342ab

2 files changed

Lines changed: 23 additions & 30 deletions

File tree

config/versions.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"$schema": "http://github.com/ACCESS-NRI/schema/blob/main/au.org.access-nri/model/deployment/config/versions/2-0-0.json",
33
"spack": "0.22",
4-
"spack-packages": "2024.07.08",
5-
"spack-config": "2024.07.05"
4+
"spack-packages": "2a7949b8602eed0e4c65280ab2aedb8055ab9f32"
65
}

spack.yaml

Lines changed: 22 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ spack:
1313
# Direct ACCESS-NRI Dependencies
1414
cice5:
1515
require:
16-
- '@git.2023.10.19'
16+
- '@git.2023.10.19=access-om2'
1717
mom5:
1818
require:
19-
- '@git.2024.06.27'
19+
- '@git.1fdf6ffe8098189e159f8daae93c3b8a66c12add=access-om2' # On update_cmake
2020
libaccessom2:
2121
require:
22-
- '@git.2023.10.26'
22+
- '@git.db8a7352ebb2811693c8a2b698a861ba66189ea2=access-om2' # On fix-pkgconfig
2323
oasis3-mct:
2424
require:
25-
- '@git.2023.11.09'
25+
- '@git.2023.11.09=access-om2'
2626
# Other Dependencies
2727
netcdf-c:
2828
require:
@@ -36,6 +36,15 @@ spack:
3636
openmpi:
3737
require:
3838
- '@4.0.2'
39+
access-fms:
40+
require:
41+
- '@git.c56cd23ed38ee84ae3c4e57fb4cb0d18ecfe1c70' # On mom5-preserve-answers
42+
access-generic-tracers:
43+
require:
44+
- '@git.14922cbe00013f6f29b4f827f4dacdf8af634656' # On update-cmake
45+
access-mocsy:
46+
require:
47+
- '@git.2017.12.0'
3948
all:
4049
# Enforce these versions rather than a preference, as in 'spack.packages.all.compilers/target'
4150
require:
@@ -46,31 +55,16 @@ spack:
4655
unify: true
4756
modules:
4857
default:
49-
enable:
50-
- tcl
51-
roots:
52-
tcl: $spack/../release/modules
53-
lmod: $spack/../release/lmod
5458
tcl:
55-
hash_length: 0
5659
include:
57-
- access-om2-bgc
58-
- mom5
59-
- cice5
60-
- libaccessom2
61-
- oasis3-mct
62-
exclude_implicits: true
63-
all:
64-
autoload: run
65-
conflict:
66-
- '{name}'
67-
environment:
68-
set:
69-
'SPACK_{name}_ROOT': '{prefix}'
60+
- access-om2-bgc
61+
- mom5
62+
- cice5
63+
- libaccessom2
64+
- oasis3-mct
7065
projections:
71-
all: '{name}/{version}'
7266
access-om2-bgc: '{name}/2024.07.0'
73-
cice5: '{name}/2023.10.19'
74-
mom5: '{name}-bgc/2024.06.27'
75-
libaccessom2: '{name}/2023.10.26'
76-
oasis3-mct: '{name}/2023.11.09'
67+
cice5: '{name}/2023.10.19-{hash:7}'
68+
mom5: '{name}/1fdf6ffe8098189e159f8daae93c3b8a66c12add-{hash:7}'
69+
libaccessom2: '{name}/db8a7352ebb2811693c8a2b698a861ba66189ea2-{hash:7}'
70+
oasis3-mct: '{name}/2023.11.09-{hash:7}'

0 commit comments

Comments
 (0)