diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-05-22 00:01:22 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-05-22 00:01:22 +0100 |
commit | fd119ef0edbc2f8b0ee2b4827c8faed78adc0cb1 (patch) | |
tree | 295f45822912baeb105c7a68dbf9187b9103d07f /reproduce | |
parent | 10587c040309cf4d745782f438b81bc770119f3a (diff) |
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.
Diffstat (limited to 'reproduce')
-rw-r--r-- | reproduce/software/make/python.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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)) \ |