Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Dec 2024 21:49:15 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ecdf17503431 - main - science/qiskit-aer: update 0.10.4 =?utf-8?Q?=E2=86=92?= 0.15.1
Message-ID:  <202412092149.4B9LnFqp033609@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ecdf175034314889ad69929418dda92b86026685

commit ecdf175034314889ad69929418dda92b86026685
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-09 14:56:30 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-09 21:49:09 +0000

    science/qiskit-aer: update 0.10.4 → 0.15.1
---
 science/qiskit-aer/Makefile | 11 ++++-------
 science/qiskit-aer/distinfo |  2 +-
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/science/qiskit-aer/Makefile b/science/qiskit-aer/Makefile
index 2492385bd38c..1164f6a904a3 100644
--- a/science/qiskit-aer/Makefile
+++ b/science/qiskit-aer/Makefile
@@ -1,11 +1,7 @@
 PORTNAME=	qiskit-aer
-DISTVERSION=	0.10.4
-PORTREVISION=	5
+DISTVERSION=	0.15.1
 CATEGORIES=	science # quantum-computing
 
-PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES=	46d86944f349a177acb40fb8a3adc301c395fe60.patch:-p1 # https://github.com/Qiskit/qiskit-aer/pull/1576
-
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Quantum circuits simulator submodule of the Qiskit framework
 WWW=		https://qiskit.org/aer/ \
@@ -17,7 +13,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 BROKEN_FreeBSD_15=	compilation fails with clang-19: error: no member named 'size_' in 'QubitVector<data_t>'
 BROKEN_i386=	undefined reference to `__atomic_load' # '
 
-BUILD_DEPENDS=	nlohmann-json>0:devel/nlohmann-json
+BUILD_DEPENDS=	nlohmann-json>0:devel/nlohmann-json \
+		pybind11>0:devel/pybind11
 LIB_DEPENDS=	libfmt.so:devel/libfmt \
 		libopenblas.so:math/openblas \
 		libspdlog.so:devel/spdlog
@@ -29,6 +26,6 @@ GH_ACCOUNT=	Qiskit
 
 CONFIGURE_ENV=	DISABLE_CONAN=yes
 
-PLIST_FILES=	bin/qasm_simulator
+PLIST_FILES=	qiskit_aer/backends/controller_wrappers
 
 .include <bsd.port.mk>
diff --git a/science/qiskit-aer/distinfo b/science/qiskit-aer/distinfo
index d8a6e5c68f63..883fdd98fd76 100644
--- a/science/qiskit-aer/distinfo
+++ b/science/qiskit-aer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1731124130
+TIMESTAMP = 1733772124
 SHA256 (Qiskit-qiskit-aer-0.15.1_GH0.tar.gz) = e1c45f10467ec1c64b021d44b6ab9a69b645dfc444036960e057b3058f70c6dd
 SIZE (Qiskit-qiskit-aer-0.15.1_GH0.tar.gz) = 7136084



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412092149.4B9LnFqp033609>