nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 13 lines 417 B view raw
1diff --git a/configure b/configure 2index d96114619..119040151 100755 3--- a/configure 4+++ b/configure 5@@ -1913,7 +1913,7 @@ set_default_version() 6 echo "${script_name}: determining default version string." 7 8 # Use what's in the version file as-is. 9- version="AOCL-BLAS $(cat "${version_file}") Build $(date +%Y%m%d)" 10+ version="AOCL-BLAS $(cat "${version_file}") Build $(date -d "@$SOURCE_DATE_EPOCH" +%Y%m%d)" 11 } 12 13