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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11B0D158020 for ; Tue, 1 Nov 2022 13:10:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C8EAE0B93; Tue, 1 Nov 2022 13:10:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3587AE0B61 for ; Tue, 1 Nov 2022 13:10:44 +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 695B1340CC0 for ; Tue, 1 Nov 2022 13:10:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA684625 for ; Tue, 1 Nov 2022 13:10:41 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1667308234.12121e67bbbd982f7f689b5ccc13d0774da447ff.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyopencl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyopencl/pyopencl-2022.2.3.ebuild X-VCS-Directories: dev-python/pyopencl/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 12121e67bbbd982f7f689b5ccc13d0774da447ff X-VCS-Branch: master Date: Tue, 1 Nov 2022 13:10:41 +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: e56106f6-112d-4ec5-93c0-be906ba7691a X-Archives-Hash: f84857dcb7696244322bad39933f81df commit: 12121e67bbbd982f7f689b5ccc13d0774da447ff Author: Marek Szuba gentoo org> AuthorDate: Tue Nov 1 13:08:23 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Nov 1 13:10:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12121e67 dev-python/pyopencl: restrict tests again Worked for a while, now it triggers errors inside pOCL for at least some users. It was fun while it lasted. Closes: https://bugs.gentoo.org/872308 Signed-off-by: Marek Szuba gentoo.org> dev-python/pyopencl/pyopencl-2022.2.3.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/pyopencl/pyopencl-2022.2.3.ebuild b/dev-python/pyopencl/pyopencl-2022.2.3.ebuild index e966b7e97d34..253582817f5b 100644 --- a/dev-python/pyopencl/pyopencl-2022.2.3.ebuild +++ b/dev-python/pyopencl/pyopencl-2022.2.3.ebuild @@ -18,6 +18,11 @@ SLOT="0" KEYWORDS="~amd64 ~ppc64" IUSE="examples opengl" +# Running tests on GPUs requires both appropriate hardware and additional permissions +# having been granted to the user running them. Testing on CPUs with dev-libs/pocl +# is in theory possible but has been found to be very fragile, see e.g. Bug #872308. +RESTRICT="test" + COMMON=">=virtual/opencl-2" # libglvnd is only needed for the headers DEPEND="${COMMON}