Skip to content
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

improve configure checks for broken systems #8141

Merged
merged 2 commits into from
Oct 13, 2016

Conversation

juliantaylor
Copy link
Contributor

@juliantaylor juliantaylor commented Oct 11, 2016

Add check that linker can handle AVX and make sure __builtin_cpu_supports is not optimized away.

some people use new compilers with old linkers so the target attribute
check for AVX is not enough
closes numpygh-8128
OSX 10.11 ships a clang that uses it but does not implement the necesary
library function
closes numpygh-8130
@juliantaylor
Copy link
Contributor Author

@rgommers can you check this again on mac, my previous patch had an error that also made it work

@rgommers
Copy link
Member

also works, and LGTM as far as I understand this patch

@rgommers rgommers added this to the 1.12.0 release milestone Oct 11, 2016
@charris charris merged commit edf2130 into numpy:master Oct 13, 2016
@charris
Copy link
Member

charris commented Oct 13, 2016

Let's give this a shot. Thanks Julian.

@juliantaylor juliantaylor deleted the build-fixes branch March 24, 2017 19:32
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.

None yet

3 participants