Skip to content

Commit cb9dcb2

Browse files
qt: Update compiler mapping for Intel (#2393)
1 parent 6a3cdea commit cb9dcb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repos/spack_repo/builtin/packages/qt/package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,11 +329,11 @@ class Qt(Package):
329329

330330
# Mapping for compilers/systems in the QT 'mkspecs'
331331
compiler_mapping = {
332-
"intel": ("icc",),
332+
"intel-oneapi-compilers-classic": ("icc",),
333333
# This only works because we apply patch "qt51514-oneapi.patch"
334334
# above that replaces calls to "icc" with calls to "icx" in
335335
# qtbase/mkspecs/*
336-
"oneapi": ("icc",),
336+
"intel-oneapi-compilers": ("icc",),
337337
"apple-clang": ("clang-libc++", "clang"),
338338
"clang": ("clang-libc++", "clang"),
339339
"aocc": ("clang-libc++", "clang"),

0 commit comments

Comments
 (0)