We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14083b0 commit b87217cCopy full SHA for b87217c
build/pkgs/matplotlib/spkg-install.in
@@ -1,7 +1,9 @@
1
-# Write a configuration file to src/setup.cfg
+# Write a configuration file to src/mplsetup.cfg
2
python3 make-setup-config.py
3
4
cd src
5
6
# Finally install
7
-sdh_pip_install .
+# https://matplotlib.org/stable/install/dependencies.html#use-system-libraries
8
+sdh_pip_install -C setup-args="-Dsystem-freetype=true" \
9
+ -C setup-args="-Dsystem-qhull=true" .
0 commit comments