Skip to content

Update Intel compiler from icc to icx #152902

Description

@hpkfft

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildThe build process and cross-buildtype-featureA feature request or enhancement

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions