Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 33ef669

Browse filesBrowse files
authored
Merge pull request #16720 from anntzer/dqh
Download qhull at build-or-sdist time.
2 parents 6429e9d + 94e8196 commit 33ef669
Copy full SHA for 33ef669
Expand file treeCollapse file tree

37 files changed

+101
-27960
lines changed

‎.gitignore

Copy file name to clipboardExpand all lines: .gitignore
+2Lines 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

Copy file name to clipboardExpand all lines: INSTALL.rst
+9-7Lines 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

Copy file name to clipboardExpand all lines: extern/libqhull/COPYING.txt
-38Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.