Skip to content

configure.ac, configure: FIX compiler check too permissive #99562

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

LocutusOfBorg
Copy link

Patch from @struktured to properly fix #72770

Fix ICC compiler check too permissive (Closes: python#72770)

Checking the full CC (containing PATH), might lead to incorrect
assumption to be detected as icc if the path contains *icc* string.

Using basename fixes the dectection in a proper way
@bedevere-bot
Copy link

Most changes to Python require a NEWS entry.

Please add it using the blurb_it web app or the blurb command-line tool.

@ghost
Copy link

ghost commented Nov 17, 2022

The following commit authors need to sign the Contributor License Agreement:

Click the button to sign:
CLA not signed

@LocutusOfBorg
Copy link
Author

@struktured can you please sign the contributor agreement?

@bedevere-bot
Copy link

Most changes to Python require a NEWS entry.

Please add it using the blurb_it web app or the blurb command-line tool.

@bedevere-bot
Copy link

Most changes to Python require a NEWS entry.

Please add it using the blurb_it web app or the blurb command-line tool.

@encukou
Copy link
Member

encukou commented Mar 25, 2024

Sorry for the delay!

AFAIK, this has been fixed in #108392.

Could you check if that fixes the issue?
(I'll close in a week if there's no reply.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ICC compiler check is too permissive
4 participants