From d42329ed84e99f9ab351af291c42dbd06ca9cb59 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 14 Jul 2018 13:10:41 +0200 Subject: Guix: add more build information to the final binary --- src/gemma.cpp | 1 + src/version.h | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/gemma.cpp b/src/gemma.cpp index 758aa24..4c7799a 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -3106,6 +3106,7 @@ void GEMMA::WriteLog(int argc, char **argv, PARAM &cPar) { outfile << "##" << endl; outfile << "## GEMMA Version = " << version << " (" << date << ")" << endl; + outfile << "## Build profile = " << GEMMA_PROFILE << endl ; outfile << "## GSL Version = " << GSL_VERSION << endl; outfile << "## Eigen Version = " << EIGEN_WORLD_VERSION << "." << EIGEN_MAJOR_VERSION << "." << EIGEN_MINOR_VERSION << endl; #ifdef OPENBLAS diff --git a/src/version.h b/src/version.h index 3f6f38f..518a9f3 100644 --- a/src/version.h +++ b/src/version.h @@ -1,4 +1,5 @@ -// version.h generated by GEMMA ./scripts/gen_version_info.sh -#define GEMMA_VERSION "0.98-pre1" -#define GEMMA_DATE "2018/02/10" +// version.h generated by GEMMA scripts/gen_version_info.sh +#define GEMMA_VERSION "0.98-pre2" +#define GEMMA_DATE "2018-07-14" #define GEMMA_YEAR "2018" +#define GEMMA_PROFILE "/gnu/store/9ahrb1swr06kjm2gr2zg0fsyvps3xqgz-profile" -- cgit v1.2.3