manylinux
manylinux copied to clipboard
Python wheels that work on any linux (almost)
Hi, Ive pulled the manylinux2014 docker image from quay.io and would like to manually build manylinux wheels, but when I use docker exec to run python3.8 -m build. The packages...
How do we upgrade library versions in manylinux build? Avoiding potential security vulnerability...
Hello everyone, One of the users of the klayout package has reported a (potential) security vulnerability in our manylinux wheels. I believe it is stemming from the curl library dependencies...
I'm currently experimenting with building my own copy of the images (as I'm using/building panda3d), but my CI system uses a docker executor (and builds the image with docker-in-docker), and...
CentOS 5 support - which is used as the base image for `manylinux1` - has been EOL for almost 4 years. There's now very little need for `manylinux1` compatible wheels...
As mentioned in https://github.com/pypa/manylinux/pull/1135#issuecomment-922366826 & https://github.com/pypa/manylinux/pull/1135#issuecomment-922725120, musllinux should be documented in the README file.
This commit integrates [Pyston](https://github.com/pyston/pyston) into manylinux. While Pyston 2.x is based on CPython 3.8 it's not ABI compatible so recompiling of binary extensions is required. Providing precompiled pip installable packages...
Hello. I'm in the situation where I have a C++14 extension (using the brilliant (pybind11)[https://github.com/pybind/pybind11] library), but the GCC version installed on the docker images are 4.8 and do not...
ARM builds?
This is a very speculative issue. I'm aware that PEP 513 says manylinux1 is only defined for i686 and x86_64. But it would be nice if instructions telling people to...
Sorry if this is a duplicate of anything that has been requested or noted before. Please close this if that is the case. Manylinux makes compiling for many linuxes very...
Hello! I've been working on a PEP that I want to bring to the attention of manylinux contributors for feedback and critique. Titled **Build Dependency Specification for Manylinux Wheels**, it...