aboutsummaryrefslogtreecommitdiff
path: root/reproduce/config/pipeline
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-01-15 13:25:13 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-01-15 13:25:13 +0000
commit7443b0fbeb11f59539be6d374d5a1483c2edf13c (patch)
tree1780dcacffb23d4b588043edef95ee2b6be762ba /reproduce/config/pipeline
parent4ba552ec163574ff25fef6b4134e0c77342fcc53 (diff)
Many network-related libraries ignored in Wget and cURL
Wget and cURL depend on many network related libraries by default and if they are present on the host operating system, they will be linked with. This causes problems for the pipeline when these libraries are updated on the host system. With this commit, I went through the configure time options of both Wget and cURL and removed any library that didn't seem related to merely downloading of files (possibly with SSL, because we do build OpenSSL in the pipeline). Also, I noticed a new version of cURL has come, so that is also updated.
Diffstat (limited to 'reproduce/config/pipeline')
-rw-r--r--reproduce/config/pipeline/dependency-versions.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk
index 6fbdaf7..7cd6fc9 100644
--- a/reproduce/config/pipeline/dependency-versions.mk
+++ b/reproduce/config/pipeline/dependency-versions.mk
@@ -35,7 +35,7 @@ xz-version = 5.2.4
# Libraries
cfitsio-version = 3.45
-curl-version = 7.62.0
+curl-version = 7.63.0
gsl-version = 2.5
libjpeg-version = v9b
libtiff-version = 4.0.10