generated from ACCESS-NRI/model-deployment-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspack.yaml
78 lines (77 loc) · 1.9 KB
/
spack.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# This is a Spack Environment file.
#
# It describes a set of packages to be installed, along with
# configuration settings.
#
# Build with:
# - UM7 from dev-access-esm1.6 branch
# - MOM5 from development branch
# - CICE4 from ESM1.5 and change to CICE5 once CICE5 SPR has been updated.
spack:
specs:
- [email protected]_2025.03.0
packages:
mom5:
require:
- '@git.dev-2025.03.001=access-esm1.6'
- '+access-gtracers'
cice4:
require:
- '@git.370e61e8a21e75e3bbcbea7effce55a58e398112=access-esm1.5'
um7:
require:
- '@git.86a4e1fc37cb1d6fc1dae536deb5c0bd104506bf=access-esm1.6'
gcom4:
require:
- '@git.2024.05.28=access-esm1.5'
oasis3-mct:
require:
- '@git.access-esm1.5-2025.03.001=access-esm1.5'
openmpi:
require:
- '@4.0.2'
netcdf-c:
require:
- '@4.7.4'
netcdf-fortran:
require:
- '@4.5.2'
hdf5:
require:
- '@1.10.11'
access-fms:
require:
- '@git.mom5-dev-2025.02.3'
access-generic-tracers:
require:
- '@git.dev-2025.02.1'
access-mocsy:
require:
- '@git.2017.12.0'
# Preferences for all packages
all:
require:
- '%[email protected]'
- 'target=x86_64_v4'
view: true
concretizer:
unify: true
modules:
default:
tcl:
include:
- access-esm1p6
- cice4
- um7
- mom5
projections:
access-esm1p6: '{name}/dev_2025.03.0'
cice4: '{name}/370e61e8a21e75e3bbcbea7effce55a58e398112-{hash:7}'
um7: '{name}/86a4e1fc37cb1d6fc1dae536deb5c0bd104506bf-{hash:7}'
mom5: '{name}/dev-2025.03.001-{hash:7}'
config:
install_tree:
root: $spack/../restricted/ukmo/release
source_cache: $spack/../restricted/ukmo/source_cache
build_stage:
- $TMPDIR/restricted/spack-stage