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 4A5EE158086 for ; Mon, 8 Nov 2021 12:31:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BA94E09CD; Mon, 8 Nov 2021 12:31:30 +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 E4948E09CD for ; Mon, 8 Nov 2021 12:31: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 3CE58342B36 for ; Mon, 8 Nov 2021 12:31:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 850B3156 for ; Mon, 8 Nov 2021 12:31:25 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1636374658.57df15db2d32f2337b4022ae8fb9c2bf7b134765.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/petsc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/petsc/petsc-3.13.1.ebuild sci-mathematics/petsc/petsc-3.14.6.ebuild sci-mathematics/petsc/petsc-3.15.0.ebuild X-VCS-Directories: sci-mathematics/petsc/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 57df15db2d32f2337b4022ae8fb9c2bf7b134765 X-VCS-Branch: master Date: Mon, 8 Nov 2021 12:31: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: cbe41cbb-b111-4eb7-866f-61f8569a0b97 X-Archives-Hash: 6afadfa1ad4715cb7a2d3131b8112367 commit: 57df15db2d32f2337b4022ae8fb9c2bf7b134765 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Oct 31 02:39:34 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Nov 8 12:30:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57df15db sci-mathematics/petsc: addpredict /dev/kfd Closes: https://bugs.gentoo.org/810841 Signed-off-by: Alessandro Barbieri gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22769 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-mathematics/petsc/petsc-3.13.1.ebuild | 3 +++ sci-mathematics/petsc/petsc-3.14.6.ebuild | 3 +++ sci-mathematics/petsc/petsc-3.15.0.ebuild | 3 +++ 3 files changed, 9 insertions(+) diff --git a/sci-mathematics/petsc/petsc-3.13.1.ebuild b/sci-mathematics/petsc/petsc-3.13.1.ebuild index dce92fc6e36..23e1117a52c 100644 --- a/sci-mathematics/petsc/petsc-3.13.1.ebuild +++ b/sci-mathematics/petsc/petsc-3.13.1.ebuild @@ -106,6 +106,9 @@ src_configure() { # configureMPIEXEC and configureMPITypes access /dev/nvidiactl addpredict /dev/nvidiactl + # bug 810841 + addpredict /dev/kfd + local mylang local myopt diff --git a/sci-mathematics/petsc/petsc-3.14.6.ebuild b/sci-mathematics/petsc/petsc-3.14.6.ebuild index f9221853d5d..5bd50a9d32f 100644 --- a/sci-mathematics/petsc/petsc-3.14.6.ebuild +++ b/sci-mathematics/petsc/petsc-3.14.6.ebuild @@ -104,6 +104,9 @@ src_configure() { # configureMPIEXEC and configureMPITypes access /dev/nvidiactl addpredict /dev/nvidiactl + # bug 810841 + addpredict /dev/kfd + local mylang local myopt diff --git a/sci-mathematics/petsc/petsc-3.15.0.ebuild b/sci-mathematics/petsc/petsc-3.15.0.ebuild index b728a017801..8286baab980 100644 --- a/sci-mathematics/petsc/petsc-3.15.0.ebuild +++ b/sci-mathematics/petsc/petsc-3.15.0.ebuild @@ -105,6 +105,9 @@ src_configure() { # configureMPIEXEC and configureMPITypes access /dev/nvidiactl addpredict /dev/nvidiactl + # bug 810841 + addpredict /dev/kfd + local mylang local myopt