FreeBSD Bugzilla – Attachment 255348 Details for
Bug 282882
math/py-matplotlib: Update to 3.9.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Update to 3.9.2
matplotlib-3.9.2.diff.txt (text/plain), 15.47 KB, created by
wen
on 2024-11-21 06:22:11 UTC
(
hide
)
Description:
Update to 3.9.2
Filename:
MIME Type:
Creator:
wen
Created:
2024-11-21 06:22:11 UTC
Size:
15.47 KB
patch
obsolete
>diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile >index bd10c3cdb71e..659359a34b5b 100644 >--- a/math/py-matplotlib/Makefile >+++ b/math/py-matplotlib/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= matplotlib >-DISTVERSION= 3.8.0 >-PORTREVISION= 1 >+DISTVERSION= 3.9.2 > CATEGORIES= math python > MASTER_SITES= PYPI > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -11,10 +10,10 @@ WWW= https://matplotlib.org/ > > LICENSE= PSFL > >-BUILD_DEPENDS= ${PYNUMPY} \ >- ${PY_SETUPTOOLS} \ >+BUILD_DEPENDS= ${PYNUMPY2} \ >+ ${PYTHON_PKGNAMEPREFIX}meson-python>=0:devel/meson-python@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>7.0:devel/py-setuptools-scm@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pillow>=6.2:graphics/py-pillow@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}certifi>=0.10:security/py-certifi@${PY_FLAVOR} \ >@@ -25,7 +24,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ > libpng.so:graphics/png \ > libfontconfig.so:x11-fonts/fontconfig > >-RUN_DEPENDS= ${PYNUMPY} \ >+RUN_DEPENDS= ${PYNUMPY2} \ > ${PYTHON_PKGNAMEPREFIX}contourpy>=1.0.1:math/py-contourpy@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}cycler>=0.10:devel/py-cycler@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.7:devel/py-python-dateutil@${PY_FLAVOR} \ >@@ -41,8 +40,8 @@ RUN_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}fonttools>=4.22.0:print/py-fonttools@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}packaging>=20.0:devel/py-packaging@${PY_FLAVOR} > >-USES= compiler:c++11-lib gettext gnome localbase pkgconfig python shebangfix uniquefiles:dirs >-USE_CXXSTD= c++14 >+USES= compiler:c++17-lang gettext gnome localbase pkgconfig python shebangfix uniquefiles:dirs >+USE_CXXSTD= c++17 > USE_PYTHON= pep517 > > PLIST_SUB= VER=${PORTVERSION} >diff --git a/math/py-matplotlib/distinfo b/math/py-matplotlib/distinfo >index ac41aed069ea..dab451512261 100644 >--- a/math/py-matplotlib/distinfo >+++ b/math/py-matplotlib/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1697593172 >-SHA256 (matplotlib-3.8.0.tar.gz) = df8505e1c19d5c2c26aff3497a7cbd3ccfc2e97043d1e4db3e76afa399164b69 >-SIZE (matplotlib-3.8.0.tar.gz) = 35864435 >+TIMESTAMP = 1732152786 >+SHA256 (matplotlib-3.9.2.tar.gz) = 96ab43906269ca64a6366934106fa01534454a69e471b7bf3d79083981aaab92 >+SIZE (matplotlib-3.9.2.tar.gz) = 36088381 >diff --git a/math/py-matplotlib/files/patch-mplsetup.cfg b/math/py-matplotlib/files/patch-mplsetup.cfg >deleted file mode 100644 >index 99a3541ace30..000000000000 >--- a/math/py-matplotlib/files/patch-mplsetup.cfg >+++ /dev/null >@@ -1,41 +0,0 @@ >---- mplsetup.cfg.orig 2023-03-07 12:24:54 UTC >-+++ mplsetup.cfg >-@@ -0,0 +1,38 @@ >-+# Rename this file to mplsetup.cfg to modify Matplotlib's build options. >-+ >-+[libs] >-+# By default, Matplotlib builds with LTO, which may be slow if you re-compile >-+# often, and don't need the space saving/speedup. >-+# >-+#enable_lto = True >-+# >-+# By default, Matplotlib downloads and builds its own copies of FreeType and of >-+# Qhull. You may set the following to True to instead link against a system >-+# FreeType/Qhull. As an exception, Matplotlib defaults to the system version >-+# of FreeType on AIX. >-+# >-+system_freetype = True >-+system_qhull = True >-+ >-+[packages] >-+# Some of Matplotlib's components are optional: the MacOSX backend (installed >-+# by default on MacOSX; requires the Cocoa headers included with XCode), and >-+# the test data (i.e., the baseline image files; not installed by default). >-+# You can control whether they are installed by uncommenting the following >-+# lines. Note that the MacOSX backend is never built on Linux or Windows, >-+# regardless of the config value. >-+# >-+#tests = False >-+#macosx = True >-+ >-+[rc_options] >-+# User-configurable options >-+# >-+# Default backend, one of: Agg, Cairo, GTK3Agg, GTK3Cairo, GTK4Agg, GTK4Cairo, >-+# MacOSX, Pdf, Ps, QtAgg, QtCairo, SVG, TkAgg, WX, WXAgg. >-+# >-+# The Agg, Ps, Pdf and SVG backends do not require external dependencies. Do >-+# not choose MacOSX if you have disabled the relevant extension modules. The >-+# default is determined by fallback. >-+# >-+backend = TkAgg >diff --git a/math/py-matplotlib/files/patch-setup.py b/math/py-matplotlib/files/patch-setup.py >deleted file mode 100644 >index 67ef39dc1530..000000000000 >--- a/math/py-matplotlib/files/patch-setup.py >+++ /dev/null >@@ -1,10 +0,0 @@ >---- setup.py.orig 2023-09-15 02:26:52 UTC >-+++ setup.py >-@@ -278,6 +278,7 @@ setup( # Finally, pass this all along to setuptools t >- >- setup( # Finally, pass this all along to setuptools to do the heavy lifting. >- name="matplotlib", >-+ version="3.8.0", >- description="Python plotting package", >- author="John D. Hunter, Michael Droettboom", >- author_email="matplotlib-users@python.org", >diff --git a/math/py-matplotlib/pkg-plist b/math/py-matplotlib/pkg-plist >index 870a5672e517..b2cb1fb87738 100644 >--- a/math/py-matplotlib/pkg-plist >+++ b/math/py-matplotlib/pkg-plist >@@ -1,19 +1,7 @@ > %%PYTHON_SITELIBDIR%%/matplotlib-%%VER%%.dist-info/LICENSE >-%%PYTHON_SITELIBDIR%%/matplotlib-%%VER%%.dist-info/LICENSE_AMSFONTS >-%%PYTHON_SITELIBDIR%%/matplotlib-%%VER%%.dist-info/LICENSE_BAKOMA >-%%PYTHON_SITELIBDIR%%/matplotlib-%%VER%%.dist-info/LICENSE_CARLOGO >-%%PYTHON_SITELIBDIR%%/matplotlib-%%VER%%.dist-info/LICENSE_COLORBREWER >-%%PYTHON_SITELIBDIR%%/matplotlib-%%VER%%.dist-info/LICENSE_COURIERTEN >-%%PYTHON_SITELIBDIR%%/matplotlib-%%VER%%.dist-info/LICENSE_JSXTOOLS_RESIZE_OBSERVER >-%%PYTHON_SITELIBDIR%%/matplotlib-%%VER%%.dist-info/LICENSE_QHULL >-%%PYTHON_SITELIBDIR%%/matplotlib-%%VER%%.dist-info/LICENSE_QT4_EDITOR >-%%PYTHON_SITELIBDIR%%/matplotlib-%%VER%%.dist-info/LICENSE_SOLARIZED >-%%PYTHON_SITELIBDIR%%/matplotlib-%%VER%%.dist-info/LICENSE_STIX >-%%PYTHON_SITELIBDIR%%/matplotlib-%%VER%%.dist-info/LICENSE_YORICK > %%PYTHON_SITELIBDIR%%/matplotlib-%%VER%%.dist-info/METADATA > %%PYTHON_SITELIBDIR%%/matplotlib-%%VER%%.dist-info/RECORD > %%PYTHON_SITELIBDIR%%/matplotlib-%%VER%%.dist-info/WHEEL >-%%PYTHON_SITELIBDIR%%/matplotlib-%%VER%%.dist-info/top_level.txt > %%PYTHON_SITELIBDIR%%/__pycache__/pylab.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc > %%PYTHON_SITELIBDIR%%/__pycache__/pylab.cpython-%%PYTHON_SUFFIX%%.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/__init__.py >@@ -76,8 +64,8 @@ > %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/bezier.cpython-%%PYTHON_SUFFIX%%.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/category.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/category.cpython-%%PYTHON_SUFFIX%%.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/cbook%%PYTHON_EXT_SUFFIX%%.opt-1.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/cbook%%PYTHON_EXT_SUFFIX%%.pyc >+%%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/cbook.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/cbook.cpython-%%PYTHON_SUFFIX%%.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/cm.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/cm.cpython-%%PYTHON_SUFFIX%%.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/collections.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc >@@ -156,8 +144,8 @@ > %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/ticker.cpython-%%PYTHON_SUFFIX%%.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/transforms.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/transforms.cpython-%%PYTHON_SUFFIX%%.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/typing%%PYTHON_EXT_SUFFIX%%.opt-1.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/typing%%PYTHON_EXT_SUFFIX%%.pyc >+%%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/typing.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/typing.cpython-%%PYTHON_SUFFIX%%.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/units.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/units.cpython-%%PYTHON_SUFFIX%%.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/widgets.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc >@@ -303,6 +291,8 @@ > %%PYTHON_SITELIBDIR%%/matplotlib/backends/__pycache__/backend_wxcairo.cpython-%%PYTHON_SUFFIX%%.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/backends/__pycache__/qt_compat.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/backends/__pycache__/qt_compat.cpython-%%PYTHON_SUFFIX%%.pyc >+%%PYTHON_SITELIBDIR%%/matplotlib/backends/__pycache__/registry.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/matplotlib/backends/__pycache__/registry.cpython-%%PYTHON_SUFFIX%%.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/backends/_backend_agg.cpython-%%PYTHON_SUFFIX%%.so > %%PYTHON_SITELIBDIR%%/matplotlib/backends/_backend_agg.pyi > %%PYTHON_SITELIBDIR%%/matplotlib/backends/_backend_gtk.py >@@ -350,9 +340,7 @@ > %%PYTHON_SITELIBDIR%%/matplotlib/backends/qt_editor/__pycache__/figureoptions.cpython-%%PYTHON_SUFFIX%%.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/backends/qt_editor/_formlayout.py > %%PYTHON_SITELIBDIR%%/matplotlib/backends/qt_editor/figureoptions.py >-%%PYTHON_SITELIBDIR%%/matplotlib/backends/web_backend/.eslintrc.js >-%%PYTHON_SITELIBDIR%%/matplotlib/backends/web_backend/.prettierignore >-%%PYTHON_SITELIBDIR%%/matplotlib/backends/web_backend/.prettierrc >+%%PYTHON_SITELIBDIR%%/matplotlib/backends/registry.py > %%PYTHON_SITELIBDIR%%/matplotlib/backends/web_backend/all_figures.html > %%PYTHON_SITELIBDIR%%/matplotlib/backends/web_backend/css/boilerplate.css > %%PYTHON_SITELIBDIR%%/matplotlib/backends/web_backend/css/fbm.css >@@ -362,8 +350,6 @@ > %%PYTHON_SITELIBDIR%%/matplotlib/backends/web_backend/js/mpl.js > %%PYTHON_SITELIBDIR%%/matplotlib/backends/web_backend/js/mpl_tornado.js > %%PYTHON_SITELIBDIR%%/matplotlib/backends/web_backend/js/nbagg_mpl.js >-%%PYTHON_SITELIBDIR%%/matplotlib/backends/web_backend/nbagg_uat.ipynb >-%%PYTHON_SITELIBDIR%%/matplotlib/backends/web_backend/package.json > %%PYTHON_SITELIBDIR%%/matplotlib/backends/web_backend/single_figure.html > %%PYTHON_SITELIBDIR%%/matplotlib/bezier.py > %%PYTHON_SITELIBDIR%%/matplotlib/bezier.pyi >@@ -649,9 +635,12 @@ > %%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/__pycache__/mathmpl.cpython-%%PYTHON_SUFFIX%%.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/__pycache__/plot_directive.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/__pycache__/plot_directive.cpython-%%PYTHON_SUFFIX%%.pyc >+%%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/__pycache__/roles.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/__pycache__/roles.cpython-%%PYTHON_SUFFIX%%.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/figmpl_directive.py > %%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/mathmpl.py > %%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/plot_directive.py >+%%PYTHON_SITELIBDIR%%/matplotlib/sphinxext/roles.py > %%PYTHON_SITELIBDIR%%/matplotlib/spines.py > %%PYTHON_SITELIBDIR%%/matplotlib/spines.pyi > %%PYTHON_SITELIBDIR%%/matplotlib/stackplot.py >@@ -794,6 +783,8 @@ > %%PYTHON_SITELIBDIR%%/matplotlib/tests/__pycache__/test_contour.cpython-%%PYTHON_SUFFIX%%.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/tests/__pycache__/test_cycles.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/tests/__pycache__/test_cycles.cpython-%%PYTHON_SUFFIX%%.pyc >+%%PYTHON_SITELIBDIR%%/matplotlib/tests/__pycache__/test_datetime.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc >+%%PYTHON_SITELIBDIR%%/matplotlib/tests/__pycache__/test_datetime.cpython-%%PYTHON_SUFFIX%%.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/tests/__pycache__/test_dates.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/tests/__pycache__/test_dates.cpython-%%PYTHON_SUFFIX%%.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/tests/__pycache__/test_determinism.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc >@@ -933,6 +924,7 @@ > %%PYTHON_SITELIBDIR%%/matplotlib/tests/test_container.py > %%PYTHON_SITELIBDIR%%/matplotlib/tests/test_contour.py > %%PYTHON_SITELIBDIR%%/matplotlib/tests/test_cycles.py >+%%PYTHON_SITELIBDIR%%/matplotlib/tests/test_datetime.py > %%PYTHON_SITELIBDIR%%/matplotlib/tests/test_dates.py > %%PYTHON_SITELIBDIR%%/matplotlib/tests/test_determinism.py > %%PYTHON_SITELIBDIR%%/matplotlib/tests/test_doc.py >@@ -1013,22 +1005,6 @@ > %%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/_trirefine.cpython-%%PYTHON_SUFFIX%%.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/_tritools.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/_tritools.cpython-%%PYTHON_SUFFIX%%.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/triangulation.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/triangulation.cpython-%%PYTHON_SUFFIX%%.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/tricontour.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/tricontour.cpython-%%PYTHON_SUFFIX%%.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/trifinder.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/trifinder.cpython-%%PYTHON_SUFFIX%%.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/triinterpolate.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/triinterpolate.cpython-%%PYTHON_SUFFIX%%.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/tripcolor.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/tripcolor.cpython-%%PYTHON_SUFFIX%%.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/triplot.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/triplot.cpython-%%PYTHON_SUFFIX%%.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/trirefine.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/trirefine.cpython-%%PYTHON_SUFFIX%%.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/tritools.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/__pycache__/tritools.cpython-%%PYTHON_SUFFIX%%.pyc > %%PYTHON_SITELIBDIR%%/matplotlib/tri/_triangulation.py > %%PYTHON_SITELIBDIR%%/matplotlib/tri/_triangulation.pyi > %%PYTHON_SITELIBDIR%%/matplotlib/tri/_tricontour.py >@@ -1045,14 +1021,6 @@ > %%PYTHON_SITELIBDIR%%/matplotlib/tri/_trirefine.pyi > %%PYTHON_SITELIBDIR%%/matplotlib/tri/_tritools.py > %%PYTHON_SITELIBDIR%%/matplotlib/tri/_tritools.pyi >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/triangulation.py >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/tricontour.py >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/trifinder.py >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/triinterpolate.py >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/tripcolor.py >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/triplot.py >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/trirefine.py >-%%PYTHON_SITELIBDIR%%/matplotlib/tri/tritools.py > %%PYTHON_SITELIBDIR%%/matplotlib/typing.py > %%PYTHON_SITELIBDIR%%/matplotlib/units.py > %%PYTHON_SITELIBDIR%%/matplotlib/widgets.py >diff --git a/math/py-matplotlib/files/patch-meson.options b/math/py-matplotlib/files/patch-meson.options >new file mode 100644 >index 000000000000..bcc1028333d3 >--- /dev/null >+++ b/math/py-matplotlib/files/patch-meson.options >@@ -0,0 +1,14 @@ >+--- meson.options.orig 2024-11-21 01:56:16 UTC >++++ meson.options >+@@ -5,9 +5,9 @@ >+ # Qhull. You may use the following options to instead link against a system >+ # FreeType/Qhull. As an exception, Matplotlib defaults to the system version of >+ # FreeType on AIX. >+-option('system-freetype', type: 'boolean', value: false, >++option('system-freetype', type: 'boolean', value: true, >+ description: 'Build against system version of FreeType') >+-option('system-qhull', type: 'boolean', value: false, >++option('system-qhull', type: 'boolean', value: true, >+ description: 'Build against system version of Qhull') >+ >+ # Some of Matplotlib's components are optional: the MacOSX backend (installed
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 282882
: 255348