-
Notifications
You must be signed in to change notification settings - Fork 26
Conversation
oh, is |
Yep, |
4310e94
to
0a07e27
Compare
After removing that, |
We are way behind NumPy in terms of the OpenBLAS version we are shipping with wheels, not sure if related. |
You might want to sync |
Maybe connected to downloading a manylinux1 openblas which later on cannot be linked since it is missing some gfortran symbols |
xref scipy/scipy#14316 |
Makes sense, we got blocked by that linear algebra testing issue for 4-5 versions of OpenBLAS I think, so all the attempts to bump failed. Looks like someone is chipping away at the issue a little at least. |
NumPy will only build manylinux2014 wheels for 1.22. I'm also going to release manylinux2014 3.10 wheels for 1.21.2 so more people can start testing. |
You also need cython >= 0.29.22, but might as well use the latest version 0.29.24. |
Ah, I guess I had assumed I needed manylinux 2014, guess I can try removing that at least. |
0a07e27
to
45e268e
Compare
* mimic the approach used by NumPy wheels in: MacPython/numpy-wheels#129 * what could go wrong.. (skip Travis for now) [skip travis] [skip travis ci] [skip travis-ci] [travis skip]
45e268e
to
0b1c064
Compare
manylinux 2014 is OK. There are two sides to moving off manylinux1 and manylinux2010:
|
mimic the approach used by NumPy wheels
in: ENH: Build Python3.10.0rc1 64 bit wheels on Intel. numpy-wheels#129
what could go wrong.. (skip Travis for now)
I'm guessing it is not going to be as easy as just copying what @mattip and @charris did but isn't going to stop me from trying :) Some of our SciPy wheels infra/base images normally used are a bit older perhaps too?
I think even if we do succeed I'd be hesitant to actually put the rc wheel on PyPI vs. just making it available on the anaconda testbed.