Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2026 07:16:17 +0000
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: 5b44a01dd731 - main - science/py-qiskit: Broken on i386; Update WWW
Message-ID:  <69bf9741.3dce9.3835e79@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit 5b44a01dd731e2a8422efbd244274f9feb5989f5
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-22 07:15:36 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-22 07:15:36 +0000

    science/py-qiskit: Broken on i386; Update WWW
    
    Reported by:    fallout (i386)
---
 science/py-qiskit/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/science/py-qiskit/Makefile b/science/py-qiskit/Makefile
index 956b554ca0ee..ab67faff0465 100644
--- a/science/py-qiskit/Makefile
+++ b/science/py-qiskit/Makefile
@@ -6,11 +6,14 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Open-source SDK for working with quantum computers
-WWW=		https://github.com/Qiskit/qiskit
+WWW=		https://www.ibm.com/quantum/qiskit \
+		https://github.com/Qiskit/qiskit
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_i386=	compilation fails: error[E0277]: the trait bound `u64: Index` is not satisfied, see https://codeberg.org/sarah-quinones/faer/issues/283
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools-rust>0:devel/py-setuptools-rust@${PY_FLAVOR}
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}symengine>0.11:math/py-symengine@${PY_FLAVOR} \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69bf9741.3dce9.3835e79>