@@ -83,12 +83,12 @@ the ``manylinux2014`` tag:
83
83
x86_64
84
84
i686
85
85
aarch64
86
- armhfp
86
+ armv7l
87
87
ppc64
88
88
ppc64le
89
89
s390x
90
90
91
- This list adds support for ARM (aarch64, armhfp ) and PowerPC
91
+ This list adds support for ARMv7 (armv7l), ARMv8 (aarch64 ) and PowerPC
92
92
(ppc64, ppc64le) architectures supported by the CentOS Alternative
93
93
Architecture Special Interest Group, as well as the IBM Z (s390x)
94
94
architecture. [5 ]_
@@ -166,7 +166,7 @@ the ``manylinux2014`` tag:
166
166
GLIBC_2.17
167
167
CXXABI_1.3.7
168
168
GLIBCXX_3.4.19
169
- GCC_4.8.5
169
+ GCC_4.8.0
170
170
171
171
As an example, ``manylinux2014 `` wheels may include binary
172
172
artifacts that require ``glibc `` symbols at version ``GLIBC_2.12 ``,
@@ -229,7 +229,7 @@ Specifically, the algorithm we propose is::
229
229
"linux-x86_64",
230
230
"linux-i686",
231
231
"linux-aarch64",
232
- "linux-armhfp ",
232
+ "linux-armv7l ",
233
233
"linux-ppc64",
234
234
"linux-ppc64le",
235
235
"linux-s390x",
@@ -280,19 +280,18 @@ References
280
280
281
281
.. [1 ] CentOS Product Specifications
282
282
(https://wiki.centos.org/About/Product)
283
- .. [2 ] PEP 425 -- Compatibility Tags for Built Distributions
283
+ .. [2 ] PEP 425: Compatibility Tags for Built Distributions
284
284
(https://www.python.org/dev/peps/pep-0425/)
285
285
.. [3 ] Tracking issue for manylinux2010 rollout
286
286
(https://github.com/pypa/manylinux/issues/179)
287
287
.. [4 ] Red Hat Universal Base Image 7
288
288
(https://access.redhat.com/containers/?tab=overview#/registry.access.redhat.com/ubi7)
289
- (https://wiki.centos.org/SpecialInterestGroup/AltArch)
290
289
.. [5 ] The CentOS Alternative Architecture Special Interest Group
291
290
(https://wiki.centos.org/SpecialInterestGroup/AltArch)
292
- .. [6 ] PEP 3149
293
- https://www.python.org/dev/peps/pep-3149/
291
+ .. [6 ] PEP 3149: ABI version tagged .so files
292
+ ( https://www.python.org/dev/peps/pep-3149/)
294
293
.. [7 ] SOABI support for Python 2.X and PyPy
295
- https://github.com/pypa/pip/pull/3075
294
+ ( https://github.com/pypa/pip/pull/3075)
296
295
.. [8 ] auditwheel
297
296
(https://github.com/pypa/auditwheel/)
298
297
0 commit comments