Port details |
- py-z3-solver Python binding for Z3 Theorem Prover
- 4.13.3 math =2 4.8.17_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-07-24 21:04:04
- Last Update: 2024-11-08 06:37:40
- Commit Hash: 71827f2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/Z3Prover/z3
- Description:
- Python binding for Z3, a high-performance theorem prover developed
at Microsoft Research.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}z3-solver>0:math/py-z3-solver@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/math/py-z3-solver/ && make install clean
- To add the package, run one of these commands:
- pkg install math/py-z3-solver
- pkg install py311-z3-solver
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-z3-solver listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-z3-solver
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1731045651
SHA256 (Z3Prover-z3-z3-4.13.3_GH0.tar.gz) = f59c9cf600ea57fb64ffeffbffd0f2d2b896854f339e846f48f069d23bc14ba0
SIZE (Z3Prover-z3-z3-4.13.3_GH0.tar.gz) = 5583533
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libz3.so : math/z3
- This port is required by:
- for Run
-
- devel/py-crosshair-tool
- math/py-claripy
Configuration Options:
- No options to configure
- Options name:
- math_py-z3-solver
- USES:
- cmake python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.13.3 08 Nov 2024 06:37:40 |
Yuri Victorovich (yuri) |
math/py-z3-solver: update 4.13.2 → 4.13.3 |
4.13.2 08 Oct 2024 03:44:40 |
Yuri Victorovich (yuri) |
math/py-z3-solver: update 4.8.17 → 4.13.2
This fixes the problem from bug#280689.
PR: 280689 |
4.8.17_1 18 Sep 2024 19:14:49 |
Gleb Popov (arrowd) |
math/py-z3-solver: Mark BROKEN
PR: 280689 |
4.8.17_1 04 Aug 2024 17:14:33 |
Po-Chuan Hsieh (sunpoet) |
math/py-z3-solver: Add NO_ARCH
Approved by: portmgr (blanket) |
4.8.17_1 11 Apr 2024 09:16:53 |
Max Brazhnikov (makc) |
*/*: convert to cmake:indirect
Convert bunch of ports to USES=cmake:indirect |
4.8.17_1 13 Aug 2023 14:48:43 |
Piotr Kubaj (pkubaj) |
math/py-z3-solver: remove not anymore needed knob for powerpc |
4.8.17 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.8.17 27 Nov 2022 05:49:19 |
Yuri Victorovich (yuri) |
math/py-z3-solver: Broken on armv7
Reported by: fallout |
4.8.17 09 Sep 2022 20:32:24 |
Daniel Engberg (diizzy) |
*/*: Update path set in BUILD_DEPENDS for CMake
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.8.17 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.8.17 21 Jul 2022 19:47:18 |
Yuri Victorovich (yuri) |
math/py-z3-solver: Re-enable on i386; Broken on riscv64 |
4.8.17 11 May 2022 06:21:10 |
Yuri Victorovich (yuri) |
math/py-z3-solver: Update 4.8.10 -> 4.8.17 |
4.8.10 12 Nov 2021 14:48:46 |
Piotr Kubaj (pkubaj) |
math/py-z3-solver: fix build on armv7
Same issue as on powerpc. |
4.8.10 10 Jun 2021 12:39:17 |
Piotr Kubaj (pkubaj) |
math/py-z3-solver: fix build on powerpc
ld: error: can't create dynamic relocation R_PPC_ADDR16_LO against local symbol
in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext'
to allow text relocations in the output |
4.8.10 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.8.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.8.10 15 Feb 2021 05:33:37 |
yuri |
math/py-z3-solver: Update 4.8.9 -> 4.8.10 |
4.8.9 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
4.8.9 11 Nov 2020 05:25:15 |
yuri |
math/py-z3-solver: Update 4.8.8 -> 4.8.9 |
4.8.8 22 Jul 2020 00:47:13 |
yuri |
math/py-z3-solver: Update 4.8.7 -> 4.8.8 |
4.8.7 06 Mar 2020 02:17:03 |
yuri |
math/py-z3-solver: Update 4.8.4 -> 4.8.7 |
4.8.4_3 28 Jul 2019 18:29:13 |
yuri |
math/py-z3-solver: Broken on i386, workaround suggested by the error didn't help
Reported to the upstream.
Reported by: fallout |
4.8.4_3 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
4.8.4_2 09 Jun 2019 04:17:35 |
yuri |
math/py-z3-solver: Move -fPIC to CXXFLAGS where it belongs |
4.8.4_1 19 May 2019 04:35:11 |
yuri |
math/py-z3-solver: Fix build on 13-CURRENT i386
Reported by: fallout |
4.8.4 10 Feb 2019 18:17:14 |
yuri |
math/py-z3-solver: Update 4.7.1 -> 4.8.4 |
4.7.1 12 Jan 2019 23:11:23 |
linimon |
This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.
PR: 234336
Submitted by: Piotr Kubaj
Approved by: maintainer |
4.7.1 30 Jul 2018 20:17:05 |
yuri |
math/py-z3: Rename back to math/py-z3-solver to match it on PyPI website
z3 is a different project on PyPI.
Reported by: koobs |
4.7.1 25 Jul 2018 19:14:54 |
yuri |
math/py-z3-solver: Rename to math/py-z3 to have a more intuitive name
Reported by: arrowd |
4.7.1 24 Jul 2018 21:03:48 |
yuri |
math/z3: Fix the python binding to work for all python versions
The python binding is removed from math/z3 and placed into a separate
port math/mpy-z3-solver that builds for all python versions.
While here, remove the unnecessary CONFLICTS statement.
PR: 229937
Approved by: portmgr |