Skip to content

Commit 84b8f0b

Browse files
committed
better manifests
1 parent 74ada75 commit 84b8f0b

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
spack:
2+
specs:
3+
# package is defined in the workflows inputs.spack-manifest-data-pairs
4+
# intel_compiler_ver is defined in the standard_definitions.json data file
5+
- '{{ package }} configurations='MOM6-CICE6-UM13,MOM6-UM13'
6+
packages:
7+
python:
8+
require:
9+
- '@3.11.14'
10+
intel-oneapi-compilers-classic:
11+
require:
12+
- '{{ intel_compiler_ver }}'
13+
all:
14+
require:
15+
- '%access_intel'
16+
- 'target={{ target }}'
17+
concretizer:
18+
unify: false
19+
view: false

.github/build-ci/manifests/access3/intel.spack.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ spack:
22
specs:
33
# package is defined in the workflows inputs.spack-manifest-data-pairs
44
# intel_compiler_ver is defined in the standard_definitions.json data file
5-
- '{{ package }} configurations=MOM6,CICE6,WW3,MOM6-WW3,MOM6-CICE6,CICE6-WW3,MOM6-CICE6-WW3'
5+
- '{{ package }} configurations=MOM6,CICE6,WW3,MOM6-WW3,MOM6-CICE6,CICE6-WW3,MOM6-CICE6-WW3,MOM6-CICE6-UM13,MOM6-UM13'
66
packages:
77
python:
88
require:

0 commit comments

Comments
 (0)