From e19c7d38f00fe3612a8c499f8ac4c965f52cb86b Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 5 Feb 2019 23:31:27 +0000 Subject: Ability to package project into tarball or zip file With this commit, it is now possible to package the project into a tarball or zip file, ready to be distributed to collaborators who only want to modify the final paper (and not do the analysis technicalities), or for uploading to sites like arXiv, or online LaTeX sharing pages. --- reproduce/config/pipeline/dependency-versions.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'reproduce/config/pipeline') diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk index 3e588f1..41a4cf9 100644 --- a/reproduce/config/pipeline/dependency-versions.mk +++ b/reproduce/config/pipeline/dependency-versions.mk @@ -32,9 +32,11 @@ pkgconfig-version = 0.29.2 readline-version = 8.0 sed-version = 4.7 tar-version = 1.31 +unzip-version = 6.0 wget-version = 1.20.1 which-version = 2.21 xz-version = 5.2.4 +zip-version = 3.0 # Libraries cfitsio-version = 3.45 -- cgit v1.2.1