PEP 0571: compiler version matching x86_64 docker image (#1210)

This commit is contained in:
赵丰 (Zhao Feng) 2019-10-23 07:37:24 +08:00 committed by Brett Cannon
parent eee4d01a19
commit bfb3809466
1 changed files with 5 additions and 4 deletions

View File

@ -181,11 +181,12 @@ platform tags to ``linux`` wheels built by ``pip wheel`` or
Docker Image
------------
A ``manylinux2010`` Docker image based on CentOS 6 x86_64 is
Two ``manylinux2010`` Docker images based on CentOS 6 are
provided for building binary ``linux`` wheels that can reliably be
converted to ``manylinux2010`` wheels. [10]_ This image comes with a
full compiler suite installed (``gcc``, ``g++``, and ``gfortran``
4.8.2) as well as the latest releases of Python and ``pip``.
converted to ``manylinux2010`` wheels. [10]_ The x86_64 image comes with a
new compiler suite installed (``gcc``, ``g++``, and ``gfortran``
from ``devtoolset-8``) as well as the latest releases of Python and ``pip``.
For the i686 image, the compiler suite installed is from ``devtoolset-7``.
Compatibility with kernels that lack ``vsyscall``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~