ports/math/cvc4/files/patch-src_base_configuration.cpp
Yuri Victorovich d3677c4d7d math/cvc4: Update 1.5 -> 1.6
Port changes:
* Add dependency on cryptominisat, and the corresponding port option
* Add USES=autoreconf, the suplied configure fails, see https://github.com/CVC4/CVC4/issues/2192
* Now build depends on python
* Force clang-60 to prevent build failures on 10

PR:		229780
Submitted by:	Greg V <greg@unrelenting.technology>
2018-07-22 18:30:29 +00:00

12 lines
329 B
C++

--- src/base/configuration.cpp.orig 2018-06-25 21:13:17 UTC
+++ src/base/configuration.cpp
@@ -405,7 +405,7 @@ std::string Configuration::getCompiler() {
}
std::string Configuration::getCompiledDateTime() {
- return __DATE__ " " __TIME__;
+ return "(timestamp removed for reproducible builds)";
}
}/* CVC4 namespace */