diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-11-14 20:01:19 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-11-14 20:07:38 +0000 |
commit | bb563a8fbefbc636d34247df735801a23badc750 (patch) | |
tree | edd63102e742a11073f7ef9e527445c4fd8d31ac /reproduce/config | |
parent | a56b46a7dde09d7cb24abb53598bd777b5c89577 (diff) |
Lzip and Tar also built as basic dependencies
To ensure the easy unpacking and building of the programs, Lzip and Tar are
now also build during the initial setup phase.
Some minor corrections were also applied to make things cleaner and
smoother.
Diffstat (limited to 'reproduce/config')
-rw-r--r-- | reproduce/config/pipeline/dependency-versions.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk index ad8dd2c..6d305cb 100644 --- a/reproduce/config/pipeline/dependency-versions.mk +++ b/reproduce/config/pipeline/dependency-versions.mk @@ -10,8 +10,10 @@ git-version = 2.19.1 gnuastro-version = 0.7.60-4c9eb grep-version = 3.1 libtool-version = 2.4.6 +lzip-version = 1.20 make-version = 4.2.90 sed-version = 4.5 +tar-version = 1.30 # Libraries cfitsio-version = 3.45 |