8000 GitHub - femorph/manylinux: Python wheels that work on any linux (almost)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

femorph/manylinux

 
 

Repository files navigation

Build Python With Shared Libraries - manylinux

This fork of pypa/manylinux builds a ManyLinux2014 docker image with --enable-shared and was inspred by pypa/manylinux #1185.

To improve build time and decrease image size, only Python 3.10 is built. Additionally, images are tagged femorph/..., something you might want to modify if you use the build script.

Usage:

PLATFORM=$(uname -m) POLICY=manylinux2014 ./build.sh

Note that many build steps features have been removed, including building PyPy.

About

Python wheels that work on any linux (almost)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.4%
  • Python 31.2%
  • Dockerfile 9.7%
  • Other 1.7%
0