mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
549b27dafd
ChangeLog: https://github.com/CVC4/CVC4/releases/tag/1.7 * New Features: Proofs: Support for bit-vector proofs with eager bitblasting Strings: Support for str.replaceall operator. New option --re-elim SyGuS: Support for abduction (--sygus-abduct) * Improvements: Strings: Significantly better performance * Changes: API change: Expr::iffExpr() is renamed to Expr::eqExpr() Compiling the language bindings now requires SWIG 3 instead of SWIG 2. The CVC3 compatibility layer has been removed. The build system now uses CMake instead of Autotools
14 lines
434 B
CMake
14 lines
434 B
CMake
We fetch 3.4 (since 3.5 breaks it), we don't want it to find
|
|
system antlr3 (3.5) and overwrite our fetched one
|
|
|
|
--- cmake/FindANTLR.cmake.orig 2019-04-09 16:14:31 UTC
|
|
+++ cmake/FindANTLR.cmake
|
|
@@ -27,7 +27,6 @@ find_library(ANTLR_LIBRARIES
|
|
NO_DEFAULT_PATH)
|
|
|
|
if(CHECK_SYSTEM_VERSION)
|
|
- find_program(ANTLR_BINARY NAMES antlr3)
|
|
find_path(ANTLR_INCLUDE_DIR NAMES antlr3.h)
|
|
find_library(ANTLR_LIBRARIES NAMES antlr3c)
|
|
endif()
|