From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2FFD415800A for ; Wed, 30 Aug 2023 05:16:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E6332BC01C; Wed, 30 Aug 2023 05:16:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FD702BC01C for ; Wed, 30 Aug 2023 05:16:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17E91335D74 for ; Wed, 30 Aug 2023 05:16:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AEAB10DD for ; Wed, 30 Aug 2023 05:16:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1693372563.6a74d54a20889040b5c7c182bcd15528f1f643aa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qiskit-aer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qiskit-aer/qiskit-aer-0.12.2.ebuild X-VCS-Directories: dev-python/qiskit-aer/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6a74d54a20889040b5c7c182bcd15528f1f643aa X-VCS-Branch: master Date: Wed, 30 Aug 2023 05:16:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 40c36720-9564-4ddf-b7ac-a78345ecdb51 X-Archives-Hash: e39da447bd1a6bd1858301fa08466bee commit: 6a74d54a20889040b5c7c182bcd15528f1f643aa Author: Sam James gentoo org> AuthorDate: Wed Aug 30 05:15:40 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 30 05:16:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a74d54a dev-python/qiskit-aer: keyword 0.12.2 Thanks to mgorny for doing a lot of work on this and figuring out nlohmann_json was to blame. Put back tests which fail for me too (revert some of 24963bcd1828a41b98a09ef6eb66f62e7ad246fe). Signed-off-by: Sam James gentoo.org> dev-python/qiskit-aer/qiskit-aer-0.12.2.ebuild | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/dev-python/qiskit-aer/qiskit-aer-0.12.2.ebuild b/dev-python/qiskit-aer/qiskit-aer-0.12.2.ebuild index 2a51f570fc73..9224a7dcb613 100644 --- a/dev-python/qiskit-aer/qiskit-aer-0.12.2.ebuild +++ b/dev-python/qiskit-aer/qiskit-aer-0.12.2.ebuild @@ -21,14 +21,15 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -# Tests fail: https://github.com/Qiskit/qiskit-aer/issues/1742 -#KEYWORDS="~amd64" +KEYWORDS="~amd64" # The reference implementation of BLAS/CBLAS is not compatible with qiskit-aer right now, # because importing library causes an error. # /usr/lib/python3.9/site-packages/qiskit/providers/aer/backends/controller_wrappers.cpython-39-x86_64-linux-gnu.so: undefined symbol: slamch_ # Using sci-libs/openblas instead here, # with the option to switch between reference/openblas implementation runtime (eselect-ldso). +# +#