From e80bb66527089db74c04481fe6e3646e8a0910f4 Mon Sep 17 00:00:00 2001 From: Raul Infante-Sainz Date: Tue, 21 May 2019 16:15:52 +0100 Subject: 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. --- .file-metadata | Bin 6919 -> 6829 bytes reproduce/software/make/python.mk | 1 + 2 files changed, 1 insertion(+) diff --git a/.file-metadata b/.file-metadata index 01feaea..6230664 100644 Binary files a/.file-metadata and b/.file-metadata 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 \ -- cgit v1.2.1