summaryrefslogtreecommitdiff
path: root/math/z3/files/patch-scripts_mk__util.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/z3: Update to 4.8.6.Gleb Popov2019-09-211-11/+4
|
* Update to 4.6.0 release and create shared lib symlink.Alex Dupre2018-01-231-4/+4
| | | | | Differential Revision: https://reviews.freebsd.org/D13637 Submitted by: maintainer
* math/z3: Patch to add SONAME to shared libraryJoseph Mingrone2017-09-051-1/+1
| | | | | | | | Also ensure that python is available at build time when the PYTHON option (for python bindings) is off. PR: 221321 Submitted by: 6yearold@gmail.com (maintainer)
* - Update to 4.5.0Wen Heping2016-12-091-71/+12
| | | | | | PR: 215126 Submitted by: itbot@list.ru Approved by: 6yearold@gmail.com(maintainer)
* Port improvements and modernizationMark Felder2015-09-231-0/+9
| | | | | | This is a no-op Submitted by: jbeich
* Z3 is a high-performance theorem prover developedMark Felder2015-09-221-0/+70
at Microsoft Research. WWW: https://github.com/Z3Prover/z3 PR: 202136 Submitted by: 6yearold@gmail.com