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

Fix binary wheel builds #129

Merged
merged 4 commits into from
Nov 25, 2022
Merged

Fix binary wheel builds #129

merged 4 commits into from
Nov 25, 2022

Conversation

jrs65
Copy link
Collaborator

@jrs65 jrs65 commented Nov 25, 2022

This limits the building of binary wheels in the CI to Haswell
microarchitectures and stops AVX512 instructions accidentally appearing.

Fixes #121

@jrs65 jrs65 force-pushed the wheel-build-march branch 2 times, most recently from abe8bd9 to 45c6f74 Compare November 25, 2022 17:58
@kiyo-masui
Copy link
Owner

This looks good to me.

This avoids the wheels accidentally being built with AVX512 instructions
and failing on many platforms. It will also increase the optimisation
level targetted on macOS platforms.
@jrs65 jrs65 merged commit eebf617 into master Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wheel on PyPi doesn't work on systems without AVX512
2 participants