forked from NOAA-EMC/fv3atm
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathspack.yaml
32 lines (32 loc) · 1.16 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
# This file is used in the CI to define the libraries needed to build fv3atm. It
# is used by the 'spack env create' command to generate a Spack environment. It
# is generally preferred to avoid defining settings here that are not shared
# across CI workflows, such as requiring the use of a specific compiler. Any
# such modifications should be done in the appropriate CI workflow using the
# 'spack config add' command, or with search-and-replace.
# WARNING: Changing this file will automatically cause the cached Spack builds
# in GitHub Actions to be regenerated, which takes a considerable amount of
# time.
#
# Alex Richert, 6 Dec 2023
spack:
specs:
- [email protected] +gfs_phys +openmp +pic +quad_precision +deprecated_io constants=GFS precision=32,64
- [email protected] precision=4,d,8
- [email protected] ~blosc
- [email protected] precision=4,d,8
- [email protected] precision=4,d,8
view: false
concretizer:
unify: true
packages:
mpich:
require: ['~libxml2 ~hwloc ~pci'] # minimize unneeded dependencies
yaksa:
buildable: false # minimize unneeded dependencies