From 98176063ff38962080772b47104911a607131428 Mon Sep 17 00:00:00 2001 From: Raul Infante-Sainz Date: Sat, 27 Apr 2019 15:11:55 +0100 Subject: Libpng updated (version 1.6.37) Until this commit, we were using `libpng' version 1.4.22 (out dated). The reason is that with `libpng` versions > 1.5, there was some problems with `netpbm'. But we have update `netpbm' version and now there is no conflict betweem them. With this commit, we increase the version of `libpng' to have the most recent one. --- reproduce/software/config/installation/versions.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'reproduce/software/config') diff --git a/reproduce/software/config/installation/versions.mk b/reproduce/software/config/installation/versions.mk index e6c1c89..5c7743d 100644 --- a/reproduce/software/config/installation/versions.mk +++ b/reproduce/software/config/installation/versions.mk @@ -83,6 +83,7 @@ gsl-version = 2.5 hdf5-version = 1.10.5 libffi-version = 3.2.1 libjpeg-version = v9b +libpng-version = 1.6.37 libtiff-version = 4.0.10 libtool-version = 2.4.6 libxml2-version = 2.9.9 @@ -158,8 +159,6 @@ webencodings-version = 0.5.1 # during their build and must be accounted for. # # Special notes: -# - `libpng' is downgraded: the current installation of `netpbm' requires -# a version less than 1.5. # - `netpbm' questions in the configure steps maybe change with different # or new versions. @@ -169,6 +168,5 @@ bzip2-version = 1.0.6 # Optional/high-level lapack-version = 3.8.0 libgit2-version = 0.26.0 -libpng-version = 1.4.22 netpbm-version = 10.86.99 wcslib-version = 6.2 -- cgit v1.2.1