aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--.file-metadatabin6919 -> 6829 bytes
-rw-r--r--reproduce/software/make/python.mk1
2 files changed, 1 insertions, 0 deletions
diff --git a/.file-metadata b/.file-metadata
index 01feaea..6230664 100644
--- a/.file-metadata
+++ b/.file-metadata
Binary files differ
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 \