Skip to content

BUILD: remove SSE2 flag from numpy.random builds #14878

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
Nov 14, 2019

Conversation

mattip
Copy link
Member

@mattip mattip commented Nov 11, 2019

fixes gh-14861

We used to have code in the BitGenerators that benefitted from compilation with SSE2. Those BitGenerators were removed, and it turns out setting this flag breaks cross-compilation builds

@rgommers rgommers added the 08 - Backport Used to tag backport PRs label Nov 11, 2019
@charris charris added 09 - Backport-Candidate PRs tagged should be backported and removed component: build labels Nov 11, 2019
@charris charris added this to the 1.17.5 release milestone Nov 11, 2019
@charris charris added component: build and removed 08 - Backport Used to tag backport PRs labels Nov 12, 2019
@WarrenWeckesser WarrenWeckesser merged commit 1ebf711 into numpy:master Nov 14, 2019
@WarrenWeckesser
Copy link
Member

Thanks, @mattip.

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.

Cross-compiling for ARM fails due to platform detection code in random/setup.py
4 participants