Skip to content

Commit 0db9e04

Browse files
committed
Modified spack.yaml to be in line with the original 0.2.0 spack.yaml
1 parent 36bc51b commit 0db9e04

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

spack.yaml

+17-19
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,41 @@
44
# configuration settings.
55
spack:
66
specs:
7-
- access-om3-virtual@git.2024.04.0
7+
88
packages:
9-
access-om3:
9+
access-om3-nuopc:
1010
require:
11-
- '@git.v0.2.0'
11+
- '@git.0.2.0'
1212
- '+install_libraries'
1313
esmf:
1414
require:
15-
- '@8.5.0'
16-
- '+debug'
15+
- '@8.4.2'
16+
- +debug
1717
parallelio:
1818
require:
19-
- '@2.6.2'
20-
- build_type=RelWithDebInfo fflags='-qno-opt-dynamic-align -convert big_endian -assume byterecl -ftz -traceback -assume realloc_lhs -fp-model source' cflags='-qno-opt-dynamic-align -fp-model precise -std=gnu99'
19+
- '@2.5.10'
20+
- "build_type=RelWithDebInfo fflags='-qno-opt-dynamic-align -convert big_endian -assume byterecl -ftz -traceback -assume realloc_lhs -fp-model source -O2 -debug minimal' cflags='-qno-opt-dynamic-align -fp-model precise -std=gnu99 -O2 -debug minimal'"
2121
netcdf-c:
2222
require:
2323
- '@4.9.2'
24-
- 'build_system=cmake build_type=RelWithDebInfo'
24+
- build_system=cmake build_type=RelWithDebInfo
2525
netcdf-fortran:
2626
require:
27-
- '@4.6.1'
27+
- '@4.6.0'
2828
fms:
2929
require:
30-
- '@2023.02'
31-
- precision=64 +large_file +deprecated_io ~gfs_phys ~openmp ~quad_precision build_type=RelWithDebInfo
30+
- '@git.2021.03.01'
31+
- "precision=64 +large_file ~gfs_phys ~openmp ~quad_precision build_type=RelWithDebInfo fflags='-qno-opt-dynamic-align -convert big_endian -assume byterecl -ftz -traceback -assume realloc_lhs -fp-model source -O2 -debug minimal' cflags='-qno-opt-dynamic-align -fp-model precise -std=gnu99 -O2 -debug minimal'"
3232
openmpi:
3333
require:
34-
- '@4.1.5'
35-
fortranxml:
36-
require:
37-
- '@4.1.2'
38-
# Defaulting all packages to the given compiler
34+
- '@4.1.4'
3935
all:
40-
compiler: [intel@2021.10.0]
36+
compiler: [intel@2021.6.0]
4137
view: true
4238
concretizer:
4339
unify: true
40+
targets:
41+
granularity: generic
4442
modules:
4543
default:
4644
enable:
@@ -51,7 +49,7 @@ spack:
5149
tcl:
5250
hash_length: 0
5351
include:
54-
- access-om3-virtual
52+
- access-om3
5553
exclude_implicits: true
5654
all:
5755
autoload: direct
@@ -62,4 +60,4 @@ spack:
6260
'SPACK_{name}_ROOT': '{prefix}'
6361
projections:
6462
all: '{name}/{version}'
65-
access-om3-virtual: 'access-om3/2024.04.0'
63+
access-om3: '{name}/2024.04.0'

0 commit comments

Comments
 (0)