-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspack.yaml
More file actions
84 lines (83 loc) · 1.89 KB
/
spack.yaml
File metadata and controls
84 lines (83 loc) · 1.89 KB
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
79
80
81
82
83
84
# 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 master branch with access-generic-tracers (wombatlite) as a library
# - CICE5 from ESM1.6 branch
spack:
specs:
- access-esm1p6@git.2025.09.000 cice=5
packages:
mom5:
require:
- '@git.2025.05.000=access-esm1.6'
cice5:
require:
- '@git.access-esm1.6-2025.07.001=access-esm1.6'
um7:
require:
- '@git.access-esm1.6-2025.06.000=access-esm1.6'
gcom4:
require:
- '@git.2025.08.000=access-esm1.5'
oasis3-mct:
require:
- '@git.2025.03.001'
openmpi:
require:
- '@5.0.8'
netcdf-c:
require:
- '@4.9.2'
netcdf-fortran:
require:
- '@4.6.1'
hdf5:
require:
- '@1.14.3'
access-fms:
require:
- '@git.mom5-2025.05.000=mom5'
access-generic-tracers:
require:
- '@2025.08.000'
access-mocsy:
require:
- '@2025.07.002'
gcc-runtime:
require:
- '%gcc'
glibc:
require:
- '@2.28'
- '%gcc'
# Preferences for all packages
all:
require:
- '%oneapi@2025.2.0'
- 'target=x86_64_v4'
view: true
concretizer:
unify: true
modules:
default:
tcl:
include:
- access-esm1p6
- cice5
- um7
- mom5
projections:
access-esm1p6: '{name}/2025.09.000'
cice5: '{name}/access-esm1.6-2025.07.001-{hash:7}'
um7: '{name}/access-esm1.6-2025.06.000-{hash:7}'
mom5: '{name}/2025.05.000-{hash:7}'
config:
install_tree:
root: $spack/../restricted/ukmo/release
source_cache: $spack/../restricted/ukmo/source_cache
build_stage:
- $TMPDIR/restricted/spack-stage