summaryrefslogtreecommitdiff
path: root/math/z3/files/patch-scripts_mk__util.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-21math/z3: Update to 4.8.6.Gleb Popov1-11/+4
2018-01-23Update to 4.6.0 release and create shared lib symlink.Alex Dupre1-4/+4
Differential Revision: https://reviews.freebsd.org/D13637 Submitted by: maintainer
2017-09-05math/z3: Patch to add SONAME to shared libraryJoseph Mingrone1-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)
2016-12-09- Update to 4.5.0Wen Heping1-71/+12
PR: 215126 Submitted by: itbot@list.ru Approved by: 6yearold@gmail.com(maintainer)
2015-09-23Port improvements and modernizationMark Felder1-0/+9
This is a no-op Submitted by: jbeich
2015-09-22Z3 is a high-performance theorem prover developedMark Felder1-0/+70
at Microsoft Research. WWW: https://github.com/Z3Prover/z3 PR: 202136 Submitted by: 6yearold@gmail.com