diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-01-22 04:06:38 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-01-22 04:06:38 +0000 |
commit | 5fb2a51bafbef91ced2f72267b6e7dde69c474b9 (patch) | |
tree | 0e285df506a14dc66fcba7838cf243e4aa1691d5 /reproduce | |
parent | 8aee1fd032bbfcee3ef0618f683723d119850da0 (diff) |
Not checking metastore's version temporarily
Until we see what happens with the pull request of our suggested features
in metastore, its version isn't written directly into the executable, so we
won't actually check it, but write the version directly into the paper.
Diffstat (limited to 'reproduce')
-rw-r--r-- | reproduce/src/make/initialize.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/reproduce/src/make/initialize.mk b/reproduce/src/make/initialize.mk index da2d012..ac01f9e 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,6 +258,11 @@ $(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) |