We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3cdea commit cb9dcb2Copy full SHA for cb9dcb2
repos/spack_repo/builtin/packages/qt/package.py
@@ -329,11 +329,11 @@ class Qt(Package):
329
330
# Mapping for compilers/systems in the QT 'mkspecs'
331
compiler_mapping = {
332
- "intel": ("icc",),
+ "intel-oneapi-compilers-classic": ("icc",),
333
# This only works because we apply patch "qt51514-oneapi.patch"
334
# above that replaces calls to "icc" with calls to "icx" in
335
# qtbase/mkspecs/*
336
- "oneapi": ("icc",),
+ "intel-oneapi-compilers": ("icc",),
337
"apple-clang": ("clang-libc++", "clang"),
338
"clang": ("clang-libc++", "clang"),
339
"aocc": ("clang-libc++", "clang"),
0 commit comments