From 5761eecf6c9018f204c9b3a4e6b9313d24ae7d16 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Fri, 28 Jun 2019 01:14:48 +0200 Subject: Libiconv built as a dependency of Git Prasenjit Saha reported that while building on a macOS, Git complained about not finding `libiconv' functions. Therefore with this commit, `libiconv' is also built as a dependency of Git. Also, since the build of Binutils (and the subsequent GCC) doesn't depend on the exact versions of the other basic software, they are set as existance-only prerequsites (ignoring their timestamps). This is done to avoid re-building when it is not needed. --- reproduce/software/config/installation/versions.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'reproduce/software/config') diff --git a/reproduce/software/config/installation/versions.mk b/reproduce/software/config/installation/versions.mk index d0174c8..3bc95fc 100644 --- a/reproduce/software/config/installation/versions.mk +++ b/reproduce/software/config/installation/versions.mk @@ -37,6 +37,8 @@ grep-version = 3.3 gzip-version = 1.10 isl-version = 0.18 libbsd-version = 0.9.1 +libiconv-version = 1.16 +libtool-version = 2.4.6 lzip-version= 1.20 m4-version = 1.4.18 make-version = 4.2.90 @@ -87,7 +89,6 @@ 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 openblas-version = 0.3.5 openmpi-version = 4.0.1 -- cgit v1.2.1