Remove/patch unreproducible config data. diff --git a/configure b/configure index eb9f346..ebab94d 100755 --- a/configure +++ b/configure @@ -23163,7 +23163,7 @@ H4_VERSION="`cut -d' ' -f3 $srcdir/README.txt | head -1`" ## Configuration date - CONFIG_DATE="`date`" +CONFIG_DATE=`date -u -d "@$SOURCE_DATE_EPOCH"` ## User doing the configuration CONFIG_USER="`whoami`@`hostname`" diff --git a/libhdf4.settings.in b/libhdf4.settings.in index 1d9bbb9..4180d72 100644 --- a/libhdf4.settings.in +++ b/libhdf4.settings.in @@ -5,10 +5,10 @@ General Information: ------------------- HDF4 Version: @H4_VERSION@ Configured on: @CONFIG_DATE@ - Configured by: @CONFIG_USER@ + Configured by: guix Configure mode: @CONFIG_MODE@ - Host system: @host_cpu@-@host_vendor@-@host_os@ - Uname information: @UNAME_INFO@ + Host system: guix + Uname information: guix Libraries: @STATIC_SHARED@ Installation point: @prefix@ -- 2.10.0 aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Expand)Author
2019-01-09build: Require Guile 2.2....Ludovic Courtès
2018-12-02Make Guile-JSON a required dependency....Eric Bavier
2018-11-23Update Guile-SQLite3 URL everywhere....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-06-27doc: Specify Guile-SQLite3 minimum version....Ludovic Courtès
2018-06-14build: Require Guile-SQLite3....Ludovic Courtès
2018-02-26build: Require Guile >= 2.0.13....Ludovic Courtès
2018-01-07doc: Mark zlib as mandatory, libbz2 as optional....Ludovic Courtès
2018-01-01doc: Update requirements in 'README'....Mathieu Lirzin
2017-09-25README: Replace http:// with https:// where applicable.Marius Bakke
2017-03-18build: Require Guile >= 2.0.9....Ludovic Courtès
2017-01-30maint: Fix invalid calls to 'info'....Mathieu Lirzin
2015-10-06build: Automatically determine libgcrypt's file name....Ludovic Courtès
2015-06-14doc: Move most 'HACKING' informations into the manual....Mathieu Lirzin
2015-06-04Document 'guix environment guix' in README....Ludovic Courtès
2015-05-10doc: Mention GNU Make as a requirement....Ludovic Courtès
2015-05-10build: Require Guile >= 2.0.7....Ludovic Courtès
2014-10-27doc: Add a note about optional GnuTLS dependency....Ian Denhardt
2014-10-06doc: Mention optional dependency on Guile-JSON....Ludovic Courtès