aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/make/high-level.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-06-20 01:13:09 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-06-20 01:13:09 +0100
commit9684bf87d69bdc19a43b022b558974b7e46b74b2 (patch)
treea36f65afee242381cd47eebf48f0f9f20253fd01 /reproduce/software/make/high-level.mk
parent2671a7a19675e6814f160ff92d4004c4d9175fd4 (diff)
Removed old comment above Gnuastro's build rule
The comment above Gnuastro's build rule is not longer relevant, so it has been removed.
Diffstat (limited to 'reproduce/software/make/high-level.mk')
-rw-r--r--reproduce/software/make/high-level.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/reproduce/software/make/high-level.mk b/reproduce/software/make/high-level.mk
index d609535..daad4f9 100644
--- a/reproduce/software/make/high-level.mk
+++ b/reproduce/software/make/high-level.mk
@@ -581,11 +581,6 @@ $(ibidir)/ghostscript: $(tdir)/ghostscript-$(ghostscript-version).tar.gz
$(call gbuild, $<, ghostscript-$(ghostscript-version)) \
&& echo "GPL Ghostscript $(ghostscript-version)" > $@
-# The order of dependencies is based on how long they take to build (how
-# large they are): Libgit2 depends on CMake which takes a VERY long time to
-# build. Also, Ghostscript and GSL are relatively large packages. So when
-# building in parallel, its better to have these packages start building
-# early.
$(ibidir)/gnuastro: $(tdir)/gnuastro-$(gnuastro-version).tar.lz \
$(ibidir)/ghostscript \
$(ibidir)/libjpeg \