From fd119ef0edbc2f8b0ee2b4827c8faed78adc0cb1 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Wed, 22 May 2019 00:01:22 +0100 Subject: TeXLive and Ghostscript also added as dependencies of Matplotlib Matplotlib can optionally use LaTeX and Ghostscript as dependencies to render text with LaTeX. Since we already have their build rules, with this commit, they have been added as its prerequisites. --- reproduce/software/make/python.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'reproduce/software/make/python.mk') diff --git a/reproduce/software/make/python.mk b/reproduce/software/make/python.mk index ef42c87..592ca2f 100644 --- a/reproduce/software/make/python.mk +++ b/reproduce/software/make/python.mk @@ -389,10 +389,12 @@ $(ipydir)/kiwisolver: $(tdir)/kiwisolver-$(kiwisolver-version).tar.gz \ $(ipydir)/matplotlib: $(tdir)/matplotlib-$(matplotlib-version).tar.gz \ $(ipydir)/python-dateutil \ + $(ibidir)/ghostscript \ $(ibidir)/imagemagick \ $(ipydir)/kiwisolver \ $(ipydir)/pyparsing \ $(ibidir)/freetype \ + $(itidir)/texlive \ $(ipydir)/cycler \ $(ipydir)/numpy $(call pybuild, tar xf, $<, matplotlib-$(matplotlib-version)) \ -- cgit v1.2.1