This repository was archived by the owner on Feb 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Update to manylinux2010 #62
Comments
You can use multibuild to build and test any current manylinux wheel, including arm64 and pypy. Over at numpy-wheels we are using travis (for arm64 and pypy linux64) and azure (for all the rest), and we ship manylinux1 (for legacy), manylinux2010 (which is the majority) and manylinux2014 for arm64. |
On numpy-wheels, were you able to build and run the complete test suite when building for arm64? (Within the 1 hr time limit that travis sets) |
Yup (I hope you can see the link to the test-runs). But the runs are about 2x slower than our azure ones |
The new cibuildwheel-based system in scikit-learn master is already building 2010 wheel by default. I don't think we need to generate manylinux1 wheels for scikit-learn anymore. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From https://www.python.org/dev/peps/pep-0571/#id48
Should we update the wheels to manylinux2010? Or at least would it be OK to build manylinux2010 directly in scikit-learn/scikit-learn#17921 (comment) ?
BTW,
In general, are there some guidelines as to when one should update the manylinux version?
Edit: I guess the thread from pypa/manylinux#179 (comment) answers some of these questions.
In particular manylinux2010 would require pip > 19.0
The text was updated successfully, but these errors were encountered: