Do not gather CPU, user and host info about the build host
commit21d82916e11d8e9683224debb204e4c31768c723
authorBernhard M. Wiedemann <bwiedemann@suse.de>
Tue, 7 Aug 2018 19:12:40 +0000 (7 21:12 +0200)
committerErik Lindahl <erik.lindahl@gmail.com>
Sun, 30 Sep 2018 07:13:39 +0000 (30 09:13 +0200)
treeed44e358e60d2d353c8692463ac782bbc0e8007e
parent4d6252adf2db70503443924a7669478a19ccb3c6
Do not gather CPU, user and host info about the build host

as it is rather irrelevant, but makes the build results vary
across hosts (sometimes even with different microcode versions).
See https://reproducible-builds.org/ for why this matters.

Bumped checkpoint version number, as the header information
is now semantically different. All code versions can still
read checkpoints as well as they used to be able to.

Change-Id: Ifec9d03001ba1826f900d092c359bca1d218f7f7
cmake/gmxSetBuildInformation.cmake
src/buildinfo.h.cmakein
src/gromacs/fileio/checkpoint.cpp
src/gromacs/utility/binaryinformation.cpp