We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8d864 commit 26c053cCopy full SHA for 26c053c
1 file changed
spack.yaml
@@ -40,14 +40,18 @@ spack:
40
require:
41
- '@4.1.7'
42
# Compilers
43
- intel-oneapi-compilers-classic:
+ c:
44
45
- - '@2021.10.0'
46
-
+ - intel-oneapi-compilers-classic@2021.10.0
+ cxx:
47
+ require:
48
49
+ fortran:
50
51
52
# Specifications that apply to all packages
53
all:
- require:
- - '%access_intel'
54
+ prefer:
55
- target=x86_64_v4
56
view: true
57
concretizer:
0 commit comments