From fce83e86fa98084220e36c1ee0819e467ed10d45 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Thu, 5 Sep 2019 19:42:52 -0400 Subject: [PATCH] Backport PR #15197: Remove mention of now-removed basedir setup option. --- INSTALL.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 9e7528b68bd0..087ff0dd2e3a 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -112,13 +112,6 @@ file will be particularly useful to those packaging Matplotlib. .. _setup.cfg: https://raw.githubusercontent.com/matplotlib/matplotlib/master/setup.cfg.template -If you have installed prerequisites to nonstandard places and need to -inform Matplotlib where they are, edit ``setupext.py`` and add the base -dirs to the ``basedir`` dictionary entry for your ``sys.platform``; -e.g., if the header of some required library is in -``/some/path/include/someheader.h``, put ``/some/path`` in the -``basedir`` list for your platform. - .. _install_requirements: Dependencies