aboutsummaryrefslogtreecommitdiff
path: root/reproduce
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2026-07-15 10:20:13 +0200
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2026-07-15 10:20:13 +0200
commitbb701d31ae816e3764fabec1fc6f63ab7b27e14c (patch)
tree1e3fe685aab6d95f23076096cbbb1f70b68a897c /reproduce
parenta9a04fd61e33b1beb1625e7af526851a53222491 (diff)
high-level.mk: libgit2 removed as a Gnuastro dependencyjournal-a-and-a
Until now, libgit2 was a dependency of Gnuastro on this branch. However, it has been removed as a dependency from the Maneage branch and this caused work done on this branch to also attempt to build it; even though it is not desired (see the description on top of Gnuastro in 'high-level.mk'). With this commit, the problem has been solved by removing libgit2 as a prerequisite of Gnuastro.
Diffstat (limited to 'reproduce')
-rw-r--r--reproduce/software/make/high-level.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/reproduce/software/make/high-level.mk b/reproduce/software/make/high-level.mk
index 67ca8b6..d64008c 100644
--- a/reproduce/software/make/high-level.mk
+++ b/reproduce/software/make/high-level.mk
@@ -1229,7 +1229,6 @@ $(ibidir)/gnuastro-$(gnuastro-version): \
$(ibidir)/wcslib-$(wcslib-version) \
$(ibidir)/libjpeg-$(libjpeg-version) \
$(ibidir)/libtiff-$(libtiff-version) \
- $(ibidir)/libgit2-$(libgit2-version) \
$(ibidir)/ghostscript-$(ghostscript-version)
tarball=gnuastro-$(gnuastro-version).tar.lz
$(call import-source, $(gnuastro-url), $(gnuastro-checksum))