PEP 571: Remove Continuum Analytics reference (#594)
Resolves #592 in the simplest possible way.
This commit is contained in:
parent
1f3e69eaa4
commit
db3223abeb
11
pep-0571.rst
11
pep-0571.rst
|
@ -217,10 +217,8 @@ all. [16]_
|
|||
CentOS 5.11 and 6 both include versions of ``glibc`` that depend on
|
||||
the ``vsyscall`` page (2.5 and 2.12.2 respectively), so containers
|
||||
based on either cannot run under kernels provided with many
|
||||
distribution's upcoming releases. [17]_ Continuum Analytics faces a
|
||||
related problem with its conda software suite, and as they point out,
|
||||
this will pose a significant obstacle to using these tools in hosted
|
||||
services. [18]_ If Travis CI, for example, begins running jobs under
|
||||
distribution's upcoming releases. [17]_ If Travis CI, for example,
|
||||
begins running jobs under
|
||||
a kernel that does not provide the ``vsyscall`` interface, Python
|
||||
packagers will not be able to use our Docker images there to build
|
||||
``manylinux`` wheels. [19]_
|
||||
|
@ -314,10 +312,7 @@ References
|
|||
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852620)
|
||||
.. [17] [Wheel-builders] Heads-up re: new kernel configurations breaking the manylinux docker image
|
||||
(https://mail.python.org/pipermail/wheel-builders/2016-December/000239.html)
|
||||
.. [18] Due to glibc 2.12 limitation, static executables that use
|
||||
time(), cpuinfo() and maybe a few others cannot be run on systems
|
||||
that do not support or use `vsyscall=emulate`
|
||||
(https://github.com/ContinuumIO/anaconda-issues/issues/8203)
|
||||
.. [18] No longer used
|
||||
.. [19] Travis CI
|
||||
(https://travis-ci.org/)
|
||||
.. [20] remove-vsyscall.patch
|
||||
|
|
Loading…
Reference in New Issue