aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-07-24 14:46:01 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-07-24 14:46:01 +0100
commit1997431321f1a00ecc201e60c569cf3d05398552 (patch)
treefe5851bf3e2fb7c35edffe7e550208701aeed674 /reproduce/software
parentdbf525a90a096931551274f3e2fce49e00d0bf72 (diff)
libgit2 updated to version 0.28.2, from 0.26.0
More than two releases and bug fixes have been made to libgit2. So we are now using a more recent version in the template.
Diffstat (limited to 'reproduce/software')
-rw-r--r--reproduce/software/config/installation/versions.mk2
-rw-r--r--reproduce/software/make/high-level.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/reproduce/software/config/installation/versions.mk b/reproduce/software/config/installation/versions.mk
index 1f862ba..b6c5517 100644
--- a/reproduce/software/config/installation/versions.mk
+++ b/reproduce/software/config/installation/versions.mk
@@ -175,6 +175,6 @@ bzip2-version = 1.0.6
# Optional/high-level
lapack-version = 3.8.0
-libgit2-version = 0.26.0
+libgit2-version = 0.28.2
netpbm-version = 10.86.99
wcslib-version = 6.2
diff --git a/reproduce/software/make/high-level.mk b/reproduce/software/make/high-level.mk
index 05e9433..a1850b3 100644
--- a/reproduce/software/make/high-level.mk
+++ b/reproduce/software/make/high-level.mk
@@ -491,8 +491,8 @@ $(ibidir)/libgit2: $(tdir)/libgit2-$(libgit2-version).tar.gz \
-DUSE_SSH=OFF -DBUILD_CLAR=OFF \
-DTHREADSAFE=ON ) \
&& if [ x$(on_mac_os) = xyes ]; then \
- install_name_tool -id $(ildir)/libgit2.26.dylib \
- $(ildir)/libgit2.26.dylib; \
+ install_name_tool -id $(ildir)/libgit2.28.dylib \
+ $(ildir)/libgit2.28.dylib; \
fi \
&& echo "Libgit2 $(libgit2-version)" > $@