Port details |
- py-pyquil PyQuil: Quantum programming in Python
- 4.6.1_3 devel
=2 4.6.1_2Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2022-05-31 03:21:21
- Last Update: 2024-08-04 17:14:30
- Commit Hash: 12bd478
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/rigetti/pyquil
- Description:
- PyQuil is a Python library for quantum programming using Quil, the quantum
instruction language developed at Rigetti Computing. PyQuil serves three main
functions:
* Easily generating Quil programs from quantum gates and classical operations
* Compiling and simulating Quil programs using the Quil Compiler (quilc) and the
Quantum Virtual Machine (QVM)
* Executing Quil programs on real quantum processors (QPUs) using Quantum Cloud
Services (QCS)
¦ ¦ ¦ ¦ 
- 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}pyquil>0:devel/py-pyquil@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pyquil/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pyquil
- pkg install py311-pyquil
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-pyquil listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pyquil
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1707202360
SHA256 (pyquil-4.6.1.tar.gz) = 508d23bc2bc88c2b5a0e4f29e7ae9e0307d61c6cdab34b1bd342404d30fdf56c
SIZE (pyquil-4.6.1.tar.gz) = 164140
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:
-
- py311-poetry-core>=1.0.0 : devel/py-poetry-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-lark>=0.11.1 : devel/py-lark@py311
- py311-networkx>=2.5 : math/py-networkx@py311
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-packaging>=23.1<25 : devel/py-packaging@py311
- py311-pydantic>=1.10.7 : devel/py-pydantic@py311
- py311-qcs-sdk-python>=0.16.3 : devel/py-qcs-sdk-python@py311
- py311-retry2>=0.9.2,<0.10.0 : devel/py-retry2@py311
- py311-rpcq>=3.10.0<4.0.0 : devel/py-rpcq@py311
- py311-scipy>=1.7.3,1<2.0.0,1 : science/py-scipy@py311
- py311-tenacity8>=8.2.2<9.0.0 : devel/py-tenacity8@py311
- py311-types-python-dateutil>=2.8.19 : devel/py-types-python-dateutil@py311
- py311-types-retry>=0.9.9<1.0.0 : devel/py-types-retry@py311
- quilc : lang/quilc
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- science/py-cirq-rigetti
Configuration Options:
- No options to configure
- Options name:
- devel_py-pyquil
- USES:
- 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.6.1_3 04 Aug 2024 17:14:30
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyquil: Change RUN_DEPENDS from py-tenacity to py-tenacity8
- Bump PORTREVISION for dependency change |
4.6.1_2 10 Jun 2024 08:27:11
    |
Yuri Victorovich (yuri)  |
devel/py-pyquil: Fix build by updating version of scipy dependency
Reported by: fallout |
4.6.1_2 20 May 2024 10:33:03
    |
Vsevolod Stakhov (vsevolod)  |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
4.6.1_1 20 Apr 2024 18:29:28
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyquil: Allow build with py-packaging 24.0+
- Bump PORTREVISION for package change |
4.6.1 06 Feb 2024 08:06:36
    |
Yuri Victorovich (yuri)  |
devel/py-pyquil: update 4.5.0 → 4.6.1
Reported by: portscout |
4.5.0 27 Jan 2024 08:25:16
    |
Yuri Victorovich (yuri)  |
devel/py-pyquil: update 3.5.0 → 4.5.0 |
3.5.0 25 Jan 2024 06:40:19
    |
Yuri Victorovich (yuri)  |
devel/py-pyquil: update 3.5.4 → 3.5.0
Reported by: portscout |
3.5.4 22 Jan 2024 06:12:17
    |
Yuri Victorovich (yuri)  |
devel/py-pyquil: Fix build
Reported by: fallout |
3.5.4 05 Sep 2023 20:46:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyquil: Fix BUILD_DEPENDS
from pyproject.toml:
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Approved by: portmgr (blanket)
With hat: python
Reference: https://github.com/rigetti/pyquil/blob/v3.5.4/pyproject.toml#L87-L89 |
3.5.4 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> |
3.5.4 16 Jun 2023 21:46:56
    |
Yuri Victorovich (yuri)  |
devel/py-pyquil: Update 3.3.1 → 3.5.4
Reported by: portscout |
3.3.1_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.3.1 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.3.1 31 Dec 2022 14:52:52
    |
Rene Ladan (rene)  |
all: undeprecate www/py-pyjwt1 and consumers
py-pyjwt1 only uses expired security/py-pycrypto as a test dependency
and according to the source code it is not even mentioned as a
requirement, but according to the port Makefile some tests are
skipped without it. |
3.3.1 30 Sep 2022 20:06:28
    |
Rene Ladan (rene)  |
all: deprecate ports depending on expired py-pyjwt1 |
3.3.1 30 Sep 2022 03:50:49
    |
Yuri Victorovich (yuri)  |
devel/py-pyquil: Update 3.3.0 -> 3.3.1
Reported by: portscout |
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) |
3.3.0 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 ) |
3.3.0 20 Aug 2022 19:04:17
    |
Yuri Victorovich (yuri)  |
devel/py-pyquil: Update 3.2.0 -> 3.3.0
Reported by: portscout |
3.2.0 05 Aug 2022 09:16:20
    |
Yuri Victorovich (yuri)  |
devel/py-pyquil: Update 3.1.0 -> 3.2.0
Reported by: portscout |
3.1.0_1 09 Jun 2022 23:32:47
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyquil: Change RUN_DEPENDS from py-lark-parser to py-lark
- Bump PORTREVISION for dependency change |
3.1.0 31 May 2022 03:18:03
    |
Yuri Victorovich (yuri)  |
devel/py-pyquil: New port: PyQuil: Quantum programming in Python |