-
Notifications
You must be signed in to change notification settings - Fork 16
add manylinux2014 build targets for linux #37
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
Conversation
Seems appveyor is failing due to this issue msys2/MSYS2-packages#2058. Tangled web indeed. Luckily , appveyor is not needed for this PR which only involves linux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to update the OpenBLAS submodule? I thought we were pulling in the version/hash based on BUILD_COMMIT
?
No, that was a mistake, thanks. |
bbafb89
to
d7e1f5a
Compare
Alright, I'll put this in. I believe NumPy is using an even newer version of OpenBLAS in SciPy is still on OpenBLAS |
Thanks @mattip |
So I presume this won't actually appear at https://anaconda.org/multibuild-wheels-staging/openblas-libs/files (without a hash) until the next version of OpenBLAS is released. Just asking, is there an estimate for when that would be? |
The newer one already appears https://anaconda.org/multibuild-wheels-staging/openblas-libs/v0.3.9-452-g349b722d/download/openblas-v0.3.9-452-g349b722d-manylinux2014_x86_64.tar.gz. For matthew-brett/multibuild#355 we should also rebuild v0.3.10, which I thought this PR would do. |
@radarhere I created the v0.3.10 manylinux2014 tarballs as well. Thanks for pointing it out. |
we have manylinux1, manylinux2010, but not manylinux2014 x86 tarballs.
xref matthew-brett/multibuild#355
At some point we could rename these to not use manylinux tags to save the triple builds.