-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspack.yaml
76 lines (76 loc) · 1.78 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
# Copyright 2024 ACCESS-NRI and contributors. See the top-level COPYRIGHT file for details.
# SPDX-License-Identifier: Apache-2.0
#
# 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:
packages:
# Direct ACCESS-NRI Dependencies
cice5:
require:
- '@git.2023.10.19'
mom5:
require:
- '@git.2024.06.27'
libaccessom2:
require:
- '@git.2023.10.26'
oasis3-mct:
require:
- '@git.2023.11.09'
# Other Dependencies
netcdf-c:
require:
- '@4.7.4'
netcdf-fortran:
require:
- '@4.5.2'
parallelio:
require:
- '@2.5.2'
openmpi:
require:
- '@4.0.2'
all:
# Enforce these versions rather than a preference, as in 'spack.packages.all.compilers/target'
require:
- '%[email protected]'
- 'target=x86_64'
view: true
concretizer:
unify: true
modules:
default:
enable:
- tcl
roots:
tcl: $spack/../release/modules
lmod: $spack/../release/lmod
tcl:
hash_length: 0
include:
- access-om2-bgc
- mom5
- cice5
- libaccessom2
- oasis3-mct
exclude_implicits: true
all:
autoload: run
conflict:
- '{name}'
environment:
set:
'SPACK_{name}_ROOT': '{prefix}'
projections:
all: '{name}/{version}'
access-om2-bgc: '{name}/2024.07.0'
cice5: '{name}/2023.10.19'
mom5: '{name}-bgc/2024.06.27'
libaccessom2: '{name}/2023.10.26'
oasis3-mct: '{name}/2023.11.09'