diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-06-20 01:13:09 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-06-20 01:13:09 +0100 |
commit | 9684bf87d69bdc19a43b022b558974b7e46b74b2 (patch) | |
tree | a36f65afee242381cd47eebf48f0f9f20253fd01 /reproduce/software | |
parent | 2671a7a19675e6814f160ff92d4004c4d9175fd4 (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')
-rw-r--r-- | reproduce/software/make/high-level.mk | 5 |
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 \ |