aboutsummaryrefslogtreecommitdiff
path: root/reproduce/src/make/initialize.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-01-22 19:59:10 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-01-22 20:36:58 +0000
commit86888f4b305d3725335b9be44d6659b1a07e5d34 (patch)
tree8d19a3e60bccf3b8e2f840da1b0968669b13e26e /reproduce/src/make/initialize.mk
parent5fb2a51bafbef91ced2f72267b6e7dde69c474b9 (diff)
Updated to newly modified version of metastore
In this version, too many extra notices (just regarding a change from branch to branch) are not printed with `-q'. Instead only a one line statement is printed that it is saved or applied.
Diffstat (limited to 'reproduce/src/make/initialize.mk')
-rw-r--r--reproduce/src/make/initialize.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/reproduce/src/make/initialize.mk b/reproduce/src/make/initialize.mk
index ac01f9e..da2d012 100644
--- a/reproduce/src/make/initialize.mk
+++ b/reproduce/src/make/initialize.mk
@@ -248,8 +248,8 @@ $(mtexdir)/initialize.tex: | $(mtexdir)
coreutilsversion)
$(call pvcheck, lzip, $(lzip-version), Lzip, lzipversion)
$(call pvcheck, make, $(make-version), GNU Make, makeversion)
-# $(call pvcheck, metastore, $(metastore-version), Metastore, \
-# metastoreversion)
+ $(call pvcheck, metastore, $(metastore-version), Metastore, \
+ metastoreversion)
$(call pvcheck, pkg-config, $(pkgconfig-version), pkg-config, \
pkgconfigversion)
$(call pvcheck, sed, $(sed-version), GNU SED, sedversion)
@@ -258,11 +258,6 @@ $(mtexdir)/initialize.tex: | $(mtexdir)
$(call pvcheck, which, $(which-version), GNU Which, whichversion)
$(call pvcheck, xz, $(xz-version), XZ Utils, xzversion)
- # We are currently using a temporary fork of meta-project and the
- # version is not incoded in its output properly. So we won't check
- # the result until/if its merged into the main project.
- echo "\newcommand{\\metastoreversion}{$(metastore-version)}" >> $@
-
# --------- Delete for no Gnuastro ---------
$(call pvcheck, astnoisechisel, $(gnuastro-version), Gnuastro, \
gnuastroversion)