diff options
-rw-r--r-- | .file-metadata | bin | 4492 -> 4492 bytes | |||
-rw-r--r-- | paper.tex | 2 | ||||
-rw-r--r-- | reproduce/config/pipeline/dependency-versions.mk | 2 | ||||
-rw-r--r-- | reproduce/src/make/initialize.mk | 9 |
4 files changed, 4 insertions, 9 deletions
diff --git a/.file-metadata b/.file-metadata Binary files differindex dcfeb8b..8f05592 100644 --- a/.file-metadata +++ b/.file-metadata @@ -213,7 +213,7 @@ Libtool \libtoolversion, GNU Make \makeversion, GNU NCURSES Scientific Library (GSL) \gslversion, GNU Tar \tarversion, GNU Wget \wgetversion, GNU Which \whichversion, Lzip \lzipversion, GPL Ghostscript \ghostscriptversion, Libbsd \libbsdversion, Libgit2 \libgitwoversion, -Libjpeg \libjpegversion, Libtiff \libtiffversion, Metastore +Libjpeg \libjpegversion, Libtiff \libtiffversion, Metastore (forked) \metastoreversion, OpenSSL \opensslversion, Pkg-config \pkgconfigversion, WCSLIB \wcslibversion, XZ Utils \xzversion, and ZLib \zlibversion. The final paper was produced with \TeX{} Live \texliveversion, using the diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk index e86a0fe..e6cfcee 100644 --- a/reproduce/config/pipeline/dependency-versions.mk +++ b/reproduce/config/pipeline/dependency-versions.mk @@ -22,7 +22,7 @@ libtool-version = 2.4.6 libbsd-version = 0.9.1 lzip-version = 1.20 make-version = 4.2.90 -metastore-version = v1.1.2-17-g6c56e14 +metastore-version = 1.1.2-21-dbc7b9b mpfr-version = 4.0.1 mpc-version = 1.1.0 ncurses-version = 6.1 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) |