Feature or enhancement
Proposal:
The configure script for CPython has code for the Intel classic compiler (icc for C and icpc for C++). The last version of the classic compiler was 2021.10 and it stopped shipping in 2023. Intel has moved its compiler to one based on clang. It's named the Intel(R) oneAPI DPC++/C++ Compiler and is invoked as icx for C and as icpx for C++.
As documented in PEP11, these compilers are unsupported by the core team. I would like to suggest updating icc to icx in CPython's configure script (i.e., removing configuration code for icc and adding it for icx).
See also: PR #152825
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
Feature or enhancement
Proposal:
The
configurescript for CPython has code for the Intel classic compiler (iccfor C andicpcfor C++). The last version of the classic compiler was 2021.10 and it stopped shipping in 2023. Intel has moved its compiler to one based on clang. It's named the Intel(R) oneAPI DPC++/C++ Compiler and is invoked asicxfor C and asicpxfor C++.As documented in PEP11, these compilers are unsupported by the core team. I would like to suggest updating
icctoicxin CPython'sconfigurescript (i.e., removing configuration code foriccand adding it foricx).See also: PR #152825
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
icctoicx#152825