-
Notifications
You must be signed in to change notification settings - Fork 253
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
Support PEP 600 #280
Labels
Comments
In general the changes are probably going to be:
|
I think there needs to be a tracking issue for full rollout and I asked about that in Discourse just now. |
Does the tracking issue belong in pypa/manylinux ? |
Merged
Closing, thanks |
Thanks @mattip - pypa/manylinux#542 will be a good place for tracking this progress. And thank you for your work! |
3 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am interested in getting PEP 600 and general
manylinux_X_Y
support out, since it turns outmanylinux2014
limits us toglibc2.17
, and NumPy has found that many trigonometric functions are inaccurate in that glibc. Also, the aarch64 gcc compiler in manylinux2014 has a bug that was fixed upstream but it seems will take quite some time to percolate out into the image. xref numpy/numpy#15763, numpy/numpy#7518, pypa/manylinux#494.I am not sure how to do this and still respect the Package Installers section of the PEP. Any thoughts, especially in light of PR gh-262?
The text was updated successfully, but these errors were encountered: