-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspack.yaml
55 lines (53 loc) · 1.13 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
# This is a Spack Environment file.
#
# It describes a set of packages to be installed, along with
# configuration settings.
# Instructions for editing this file are found in
# https://github.com/ACCESS-NRI/model-deployment-template/blob/main/spack.yaml
spack:
specs:
- access-om3@git.2024.09.0
packages:
# Main Dependencies
access-om3-nuopc:
require:
- '@git.0.3.1'
# Other Dependencies
esmf:
require:
- '@8.5.0'
parallelio:
require:
- '@2.6.2'
netcdf-c:
require:
- '@4.9.2'
- build_system=cmake build_type=RelWithDebInfo
netcdf-fortran:
require:
- '@4.6.1'
fms:
require:
- '@2023.02'
openmpi:
require:
- '@4.1.5'
fortranxml:
require:
- '@4.1.2'
all:
require:
- '%intel@2021.10.0'
- 'target=x86_64'
view: true
concretizer:
unify: true
modules:
default:
tcl:
include:
- access-om3
- access-om3-nuopc
projections:
access-om3: '{name}/2024.09.0'
access-om3-nuopc: '{name}/0.3.1-{hash:7}'