aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/make/python.mk
diff options
context:
space:
mode:
authorRaul Infante-Sainz <infantesainz@gmail.com>2019-05-21 16:15:52 +0100
committerRaul Infante-Sainz <infantesainz@gmail.com>2019-05-21 16:15:52 +0100
commite80bb66527089db74c04481fe6e3646e8a0910f4 (patch)
tree5b7d6981c25c7cb2d22ece95a52dcf6c7752609d /reproduce/software/make/python.mk
parente196361b708b9a3f159dee25643fc95c230938de (diff)
ImageMagick put as prerequisite of Matplotlib
With this commit, ImageMagick program has been set as prerequisite of Matplotlib Python package. Since some submodules of Matplotlib rely on ImageMagick programs (for example, those to make image animations), and now we have ImageMagick into the project, it is good to install ImageMagick when Matplotlib is requested to be installed.
Diffstat (limited to 'reproduce/software/make/python.mk')
-rw-r--r--reproduce/software/make/python.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/reproduce/software/make/python.mk b/reproduce/software/make/python.mk
index 1a7be56..ef42c87 100644
--- a/reproduce/software/make/python.mk
+++ b/reproduce/software/make/python.mk
@@ -389,6 +389,7 @@ $(ipydir)/kiwisolver: $(tdir)/kiwisolver-$(kiwisolver-version).tar.gz \
$(ipydir)/matplotlib: $(tdir)/matplotlib-$(matplotlib-version).tar.gz \
$(ipydir)/python-dateutil \
+ $(ibidir)/imagemagick \
$(ipydir)/kiwisolver \
$(ipydir)/pyparsing \
$(ibidir)/freetype \