aboutsummaryrefslogtreecommitdiff
path: root/reproduce/src/make/initialize.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-11-19 13:50:44 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-11-19 13:50:44 +0000
commit9bf8de7155e2a7917c7c972ab332da0c758a0d6d (patch)
treefc313027aaaadd0b576366b550e5a64d0f899dda /reproduce/src/make/initialize.mk
parent5ae1fdc475d4476c6371fc5b27880634782549d9 (diff)
Minor corrections for easy applying of checklist
After going through the checklist for starting a new project based on the pipeline, I noticed some parts that could be modified to be more clear. They are now applied.
Diffstat (limited to 'reproduce/src/make/initialize.mk')
-rw-r--r--reproduce/src/make/initialize.mk12
1 files changed, 8 insertions, 4 deletions
diff --git a/reproduce/src/make/initialize.mk b/reproduce/src/make/initialize.mk
index 9639c79..2cc393c 100644
--- a/reproduce/src/make/initialize.mk
+++ b/reproduce/src/make/initialize.mk
@@ -40,9 +40,10 @@ lockdir = $(BDIR)/locks
texbdir = $(texdir)/build
tikzdir = $(texbdir)/tikz
mtexdir = $(texdir)/macros
-gconfdir = reproduce/config/gnuastro
pconfdir = reproduce/config/pipeline
-
+# --------- Delete for no Gnuastro ---------
+gconfdir = reproduce/config/gnuastro
+# ------------------------------------------
@@ -199,8 +200,6 @@ $(mtexdir)/initialize.tex: | $(mtexdir)
$(call pvcheck, gs, $(ghostscript-version), GPL Ghostscript, \
ghostscriptversion)
$(call pvcheck, git, $(git-version), Git, gitversion)
- $(call pvcheck, astnoisechisel, $(gnuastro-version), Gnuastro, \
- gnuastroversion)
$(call pvcheck, grep, $(grep-version), GNU Grep, grepversion)
$(call pvcheck, libtool, $(libtool-version), GNU Libtool, \
libtoolversion)
@@ -211,6 +210,11 @@ $(mtexdir)/initialize.tex: | $(mtexdir)
$(call pvcheck, which, $(which-version), GNU Which, whichversion)
$(call pvcheck, xz, $(xz-version), XZ Utils, xzversion)
+ # --------- Delete for no Gnuastro ---------
+ $(call pvcheck, astnoisechisel, $(gnuastro-version), Gnuastro, \
+ gnuastroversion)
+ # ------------------------------------------
+
# Bzip2 prints its version in standard error, not standard output!
echo "" | bzip2 --version &> $@_bzip2_ver;
v=$$(awk 'NR==1 && /'$(bzip2-version)'/{print "y"; exit 0}' \