Skip to content

Commit 09303dc

Browse files
committed
Update manifests to be in line with spack v1
1 parent e3457d3 commit 09303dc

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/build-ci/manifests/gcc.spack.yaml.j2

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ spack:
22
specs:
33
- cable@git.{{ ref }}
44
packages:
5+
gcc:
6+
require:
7+
- '@13.2.0'
58
all:
69
require:
7-
- '%gcc@13.2.0'
10+
- '%access_gcc'
811
- target=x86_64
912
concretizer:
1013
unify: false

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ spack:
22
specs:
33
- cable@git.{{ ref }}
44
packages:
5+
intel-oneapi-compilers:
6+
require:
7+
- '@2021.10.0'
58
all:
69
require:
7-
- '%intel@2021.10.0'
10+
- '%access_intel'
811
- target=x86_64
912
concretizer:
1013
unify: false

0 commit comments

Comments
 (0)