From cbd448bb7412e147fc1c22406c458c71954535cb Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 3 Dec 2018 04:51:45 +0000 Subject: Preference for shared library linking Some high-level programs like Wget and cURL need to be built in shared mode because they also include dynamic loading of libraries. Therefore, if we only build the lower-level libraries in static mode, our own build will be ignored and they will go and find the system's shared libraries to link with. Because of this, for now, we have manually set the `static_build' variable in the configure script to `no'. Also, if the downloader fails, we'll delete the output (an empty file in the case of Wget) because it interefers with a target definition. --- reproduce/config/pipeline/dependency-versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reproduce/config/pipeline') diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk index 25aa277..99d55ee 100644 --- a/reproduce/config/pipeline/dependency-versions.mk +++ b/reproduce/config/pipeline/dependency-versions.mk @@ -14,7 +14,7 @@ gcc-version = 8.2.0 ghostscript-version = 9.26 git-version = 2.19.1 gmp-version = 6.1.2 -gnuastro-version = 0.7.66-0ad3 +gnuastro-version = 0.7.67-4a59 grep-version = 3.1 gzip-version = 1.9.10-051e isl-version = 0.18 -- cgit v1.2.1