We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb51d0 commit 12bf585Copy full SHA for 12bf585
1 file changed
spack.yaml
@@ -62,24 +62,21 @@ spack:
62
hdf5:
63
require:
64
- '@1.14.3'
65
- # System dependencies
66
- gcc-runtime:
67
- require:
68
- - '%access_gcc'
69
- glibc:
70
71
- - '@2.28'
72
73
74
# Compilers
75
- intel-oneapi-compilers:
+ c:
+ require:
+ - 'intel-oneapi-compilers@2025.2.0'
+ cxx:
76
77
- - '@2025.2.0'
+ fortran:
78
79
# Preferences for all packages
80
all:
81
82
- - '%access_oneapi'
+ prefer:
83
- 'target=x86_64_v4'
84
view: true
85
concretizer:
0 commit comments