diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-11-13 16:58:13 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-11-13 16:58:13 +0000 |
commit | 66c1b59ea170032f54441fed39a3ed255070c400 (patch) | |
tree | f9c9dc1c710d73669ff4085d25a272615bafa1ef /reproduce/config/pipeline | |
parent | 080d9176fa3fc281cf7974b8431a6c5f3be62dab (diff) |
Most library versions are now also checked
All the libraries that define their version string as a macro in their
headers are now also checked in `reproduce/src/make/initialize.mk'.
Also, the CFITSIO tarball now follows the same versioning style as the rest
of the tarballs: a script is added to convert the version string into what
is included in the tarball.
Diffstat (limited to 'reproduce/config/pipeline')
-rw-r--r-- | reproduce/config/pipeline/dependency-versions.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk index bf19dc1..ad8dd2c 100644 --- a/reproduce/config/pipeline/dependency-versions.mk +++ b/reproduce/config/pipeline/dependency-versions.mk @@ -9,16 +9,16 @@ ghostscript-version = 9.25 git-version = 2.19.1 gnuastro-version = 0.7.60-4c9eb grep-version = 3.1 +libtool-version = 2.4.6 make-version = 4.2.90 sed-version = 4.5 # Libraries -cfitsio-version = 3450 +cfitsio-version = 3.45 curl-version = 7.62.0 gsl-version = 2.5 libjpeg-version = v9b libgit2-version = 0.26.0 libtiff-version = 4.0.10 -libtool-version = 2.4.6 wcslib-version = 6.2 zlib-version = 1.2.11 |