We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67377da commit 63c29d0Copy full SHA for 63c29d0
1 file changed
spack.yaml
@@ -57,16 +57,21 @@ spack:
57
- '@2025.07.002'
58
gcc-runtime:
59
require:
60
- - '%gcc'
+ - '%access_gcc'
61
glibc:
62
63
- '@2.28'
64
65
+
66
+ # Compilers
67
+ intel-oneapi-compilers:
68
+ require:
69
+ - '@2025.2.0'
70
71
# Preferences for all packages
72
all:
73
- - '%oneapi@2025.2.0'
74
+ - '%access_oneapi'
75
- 'target=x86_64_v4'
76
view: true
77
concretizer:
0 commit comments