From bb701d31ae816e3764fabec1fc6f63ab7b27e14c Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Wed, 15 Jul 2026 10:20:13 +0200 Subject: high-level.mk: libgit2 removed as a Gnuastro dependency 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. --- reproduce/software/make/high-level.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'reproduce') 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)) -- cgit v1.2.1