Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 33ef669

Browse files
authored
Merge pull request #16720 from anntzer/dqh
Download qhull at build-or-sdist time.
2 parents 6429e9d + 94e8196 commit 33ef669

37 files changed

+101
-27960
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,5 @@ lib/z.lib
105105
#########################
106106
lib/matplotlib/backends/web_backend/node_modules/
107107
lib/matplotlib/backends/web_backend/package-lock.json
108+
109+
LICENSE/LICENSE_QHULL

INSTALL.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,15 @@ etc., you can install the following:
220220
FreeType and Qhull
221221
------------------
222222

223-
Matplotlib depends on `FreeType <https://www.freetype.org/>`_ (>=
224-
2.3), a font rendering library, and on `Qhull
225-
<http://www.qhull.org/>`_ (>= 2015.2), a library for computing
226-
triangulations. By default (except on AIX) Matplotlib downloads and
227-
builds its own copy of FreeType (this is necessary to run the test
228-
suite, because different versions of FreeType rasterize characters
229-
differently), and uses its own copy of Qhull.
223+
Matplotlib depends on FreeType_ (>= 2.3), a font rendering library, and on
224+
Qhull_ (>= 2020.2), a library for computing triangulations. By default,
225+
Matplotlib downloads and builds its own copies of FreeType (this is necessary
226+
to run the test suite, because different versions of FreeType rasterize
227+
characters differently) and of Qhull. As an exception, Matplotlib defaults to
228+
the system version of FreeType on AIX.
229+
230+
.. _FreeType: https://www.freetype.org/
231+
.. _Qhull: http://www.qhull.org/
230232

231233
To force Matplotlib to use a copy of FreeType or Qhull already installed in
232234
your system, create a :file:`setup.cfg` file with the following contents:

extern/libqhull/COPYING.txt

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)