From bfb3809466b035d5f568217596e81601c18549d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=B0=20=28Zhao=20Feng=29?= <616545598@qq.com> Date: Wed, 23 Oct 2019 07:37:24 +0800 Subject: [PATCH] PEP 0571: compiler version matching x86_64 docker image (#1210) --- pep-0571.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pep-0571.rst b/pep-0571.rst index 096c0bd98..d9ef4f3d1 100644 --- a/pep-0571.rst +++ b/pep-0571.rst @@ -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`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~