diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-06-28 01:14:48 +0200 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-06-28 01:14:48 +0200 |
commit | 5761eecf6c9018f204c9b3a4e6b9313d24ae7d16 (patch) | |
tree | 1fcad3da9c59242ac4cbbc03dab40ea4928b21ad /reproduce/software/config | |
parent | 9684bf87d69bdc19a43b022b558974b7e46b74b2 (diff) |
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.
Diffstat (limited to 'reproduce/software/config')
-rw-r--r-- | reproduce/software/config/installation/versions.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 |