PEP 571: Remove Continuum Analytics reference (#594)

Resolves #592 in the simplest possible way.
This commit is contained in:
Nick Coghlan 2018-03-15 19:28:23 +10:00 committed by GitHub
parent 1f3e69eaa4
commit db3223abeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 8 deletions

View File

@ -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