8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
related to #17964
TODO:
Sorry, something went wrong.
This is OK, but I am concerned that the no-optimizations path led to a segfault. If that is the case, perhaps the detection code should raise an error earlier instead of allowing a bad build.
Will this need a backport?
@mattip, just another bug discovered by the build log in #17964. the current patch didn't fix the issue I thought the problem is CCompilerOpt detecting the arch as it was armv7 but after a deep look in the build log I found that CCompilerOpt actually detecting CPU arch as x86_64 because Xcode toolchain adds -arch x86_64 to the compiler build options. So I gonna need to fix CCompilerOpt::dist_info to avoid searching on command options.
CCompilerOpt
armv7
x86_64
-arch x86_64
CCompilerOpt::dist_info
@charris, yes, I think we need a backport to 1.20.
1.20
0f22ec4
46459b5
c6434f5
211034f
BLD, BUG: Fix detecting aarch64 on macOS
c553945
Co-authored-by: h-vetinari <h.vetinari@gmx.com>
BLD, MAINT: add platform info to the final optimization report
3944f40
aeb3e46
Let's get this into 1.20.0rc2. Thanks Sayed.
2e5502e
h-vetinari h-vetinari left review comments
Successfully merging this pull request may close these issues.