We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3457d3 commit 09303dcCopy full SHA for 09303dc
2 files changed
.github/build-ci/manifests/gcc.spack.yaml.j2
@@ -2,9 +2,12 @@ spack:
2
specs:
3
- cable@git.{{ ref }}
4
packages:
5
+ gcc:
6
+ require:
7
+ - '@13.2.0'
8
all:
9
require:
- - '%gcc@13.2.0'
10
+ - '%access_gcc'
11
- target=x86_64
12
concretizer:
13
unify: false
.github/build-ci/manifests/intel.spack.yaml.j2
+ intel-oneapi-compilers:
+ - '@2021.10.0'
- - '%intel@2021.10.0'
+ - '%access_intel'
0 commit comments