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

Skip to content

Download qhull at build-or-sdist time. #16720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,5 @@ lib/z.lib
#########################
lib/matplotlib/backends/web_backend/node_modules/
lib/matplotlib/backends/web_backend/package-lock.json

LICENSE/LICENSE_QHULL
16 changes: 9 additions & 7 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,15 @@ etc., you can install the following:
FreeType and Qhull
------------------

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

.. _FreeType: https://www.freetype.org/
.. _Qhull: http://www.qhull.org/

To force Matplotlib to use a copy of FreeType or Qhull already installed in
your system, create a :file:`setup.cfg` file with the following contents:
Expand Down
38 changes: 0 additions & 38 deletions extern/libqhull/COPYING.txt

This file was deleted.

Loading