Skip to content

Commit b87217c

Browse files
committed
extra options to pip command for mpl: cf #38525
1 parent 14083b0 commit b87217c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build/pkgs/matplotlib/spkg-install.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Write a configuration file to src/setup.cfg
1+
# Write a configuration file to src/mplsetup.cfg
22
python3 make-setup-config.py
33

44
cd src
55

66
# Finally install
7-
sdh_pip_install .
7+
# 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

Comments
 (0)