math/z3: Update to 4.7.1.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15864
This commit is contained in:
Gleb Popov
2018-06-17 17:23:32 +00:00
parent 6cd1c9bc4c
commit 7f1022a97f
3 changed files with 5 additions and 16 deletions

View File

@@ -2,10 +2,10 @@
PORTNAME= z3
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 4.6.0
DISTVERSION= 4.7.1
CATEGORIES= math
MAINTAINER= 6yearold@gmail.com
MAINTAINER= arrowd@FreeBSD.org
COMMENT= Z3 Theorem Prover
LICENSE= MIT

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1516713093
SHA256 (Z3Prover-z3-z3-4.6.0_GH0.tar.gz) = 511da31d1f985cf0c79b2de05bda4e057371ba519769d1546ff71e1304fe53c9
SIZE (Z3Prover-z3-z3-4.6.0_GH0.tar.gz) = 3987830
TIMESTAMP = 1529241358
SHA256 (Z3Prover-z3-z3-4.7.1_GH0.tar.gz) = a353e3da00cdaffd258052cc1406efc854606855222ab4bfd5679c58af5c11c7
SIZE (Z3Prover-z3-z3-4.7.1_GH0.tar.gz) = 4015416

View File

@@ -1,11 +0,0 @@
--- src/util/lp/lp_solver_instances.cpp.orig 2018-01-23 13:13:30 UTC
+++ src/util/lp/lp_solver_instances.cpp
@@ -34,6 +34,8 @@ template void lp::lp_solver<double, doub
template bool lp::lp_solver<double, double>::problem_is_empty();
template void lp::lp_solver<double, double>::scale();
template void lp::lp_solver<double, double>::set_scaled_cost(unsigned int);
+template std::string lp::lp_solver<double, double>::get_column_name(unsigned int) const;
+template std::string lp::lp_solver<rational, rational>::get_column_name(unsigned int) const;
template lp::lp_solver<double, double>::~lp_solver();
template void lp::lp_solver<lp::mpq, lp::mpq>::add_constraint(lp::lp_relation, lp::mpq, unsigned int);
template void lp::lp_solver<lp::mpq, lp::mpq>::cleanup();