Skip to content

Commit 4ff0c09

Browse files
Fix variant setting. Should be in packages
1 parent 6f909b0 commit 4ff0c09

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

spack.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
# configuration settings.
55
spack:
66
specs:
7-
- coastri-roms@git.2025.06.000 roms_application='upwelling'
7+
- coastri-roms@git.2025.06.000
88
packages:
99
# Specification of dependency versions and variants. CI/CD requires that
1010
# the first element of the require is only a version
1111
ancoms-roms:
1212
require:
13-
- '@4.2'
13+
- '@4.2'
14+
- roms_application='upwelling'
1415
openmpi:
1516
require:
1617
- '@4.1.4'

0 commit comments

Comments
 (0)