Skip to content

gh-125206: don't use CMPLX in configure test #132865

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

Merged
merged 1 commit into from
Apr 24, 2025

Conversation

skirpichev
Copy link
Member

@skirpichev skirpichev commented Apr 24, 2025

@vstinner
Copy link
Member

How can I test this change? On my Fedora 42 with clang 20.1.2, complex is already detected as supported:

$ ./configure CC=clang LD=clang
(...)
checking libffi has complex type support... yes
(...)

@skirpichev
Copy link
Member Author

skirpichev commented Apr 24, 2025

We need glibc as libc & clang version ancient enough. v14 (default for Debian 12) - "works for me".

@vstinner vstinner merged commit bab59a9 into python:main Apr 24, 2025
41 checks passed
@vstinner
Copy link
Member

Merged, thanks. Let's hope that it works on old clang versions :-)

@skirpichev skirpichev deleted the avoid-CMPLX/125206 branch April 24, 2025 15:56
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.

2 participants