-
Notifications
You must be signed in to change notification settings - Fork 14
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
Manylinux 2 24 #54
Manylinux 2 24 #54
Conversation
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.
Not sure if it helps, but looks like CI may be choking because of this and similar multibuild
lines: https://github.com/matthew-brett/multibuild/blob/devel/common_utils.sh#L343
I checked the same docker image locally and python3
works with that command, but not python
itself.
Thanks. The image is based on Debian not CentOS, and they do not install python by default. I will make a PR to multibuild. |
It seems we need support for gcc7+ to build OpenBLAS, manylinux_2_24 comes with gcc 6.3.10. I will try to update the manylinux image. |
ahh, not so simple. Updating gcc on debian will also update libgcc++. :( |
Is it practical to compile gcc? |
I guess that is what needs to be done, in a way that preserves the system libraries so they will be "portable" to standard debian9 machines. |
Closing as abandoned. |
Add a manylinux_2_24 build and update multibuild