Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 584 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 584 Bytes

manylinux

We add libpython to pypa/manylinux. We use the default install locations even though we should really stay in sync with the existing locations and scripts that return LDFLAGS and other flags.

We also violate the manylinux principle by installing some libraries that are not named in PEP-0513.

Getting started

We build tags of Python that match those already in manylinux. Users can specify which versions to build via the build command.

VERSIONS="3.4.7 3.5.4 3.6.2" ./bin/build