We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62cd0a commit c5293feCopy full SHA for c5293fe
1 file changed
spack.yaml
@@ -22,14 +22,21 @@ spack:
22
netcdf-c:
23
require:
24
- '@4.7.3'
25
+
26
# Compilers
- intel-oneapi-compilers:
27
+ c:
28
- - '@2021.8.0'
29
+ - intel-oneapi-compilers-classic@2021.8.0
30
+ cxx:
31
+ require:
32
33
+ fortran:
34
35
36
37
# Specifications that apply to all packages
38
all:
- require:
- - '%access_intel'
39
+ prefer:
40
- 'target=x86_64'
41
view: true
42
concretizer:
0 commit comments