Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/petsc/
Date: Mon, 08 Nov 2021 12:31:31
Message-Id: 1636374658.57df15db2d32f2337b4022ae8fb9c2bf7b134765.andrewammerlaan@gentoo
1 commit: 57df15db2d32f2337b4022ae8fb9c2bf7b134765
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 31 02:39:34 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 8 12:30:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57df15db
7
8 sci-mathematics/petsc: addpredict /dev/kfd
9
10 Closes: https://bugs.gentoo.org/810841
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/22769
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
14
15 sci-mathematics/petsc/petsc-3.13.1.ebuild | 3 +++
16 sci-mathematics/petsc/petsc-3.14.6.ebuild | 3 +++
17 sci-mathematics/petsc/petsc-3.15.0.ebuild | 3 +++
18 3 files changed, 9 insertions(+)
19
20 diff --git a/sci-mathematics/petsc/petsc-3.13.1.ebuild b/sci-mathematics/petsc/petsc-3.13.1.ebuild
21 index dce92fc6e36..23e1117a52c 100644
22 --- a/sci-mathematics/petsc/petsc-3.13.1.ebuild
23 +++ b/sci-mathematics/petsc/petsc-3.13.1.ebuild
24 @@ -106,6 +106,9 @@ src_configure() {
25 # configureMPIEXEC and configureMPITypes access /dev/nvidiactl
26 addpredict /dev/nvidiactl
27
28 + # bug 810841
29 + addpredict /dev/kfd
30 +
31 local mylang
32 local myopt
33
34
35 diff --git a/sci-mathematics/petsc/petsc-3.14.6.ebuild b/sci-mathematics/petsc/petsc-3.14.6.ebuild
36 index f9221853d5d..5bd50a9d32f 100644
37 --- a/sci-mathematics/petsc/petsc-3.14.6.ebuild
38 +++ b/sci-mathematics/petsc/petsc-3.14.6.ebuild
39 @@ -104,6 +104,9 @@ src_configure() {
40 # configureMPIEXEC and configureMPITypes access /dev/nvidiactl
41 addpredict /dev/nvidiactl
42
43 + # bug 810841
44 + addpredict /dev/kfd
45 +
46 local mylang
47 local myopt
48
49
50 diff --git a/sci-mathematics/petsc/petsc-3.15.0.ebuild b/sci-mathematics/petsc/petsc-3.15.0.ebuild
51 index b728a017801..8286baab980 100644
52 --- a/sci-mathematics/petsc/petsc-3.15.0.ebuild
53 +++ b/sci-mathematics/petsc/petsc-3.15.0.ebuild
54 @@ -105,6 +105,9 @@ src_configure() {
55 # configureMPIEXEC and configureMPITypes access /dev/nvidiactl
56 addpredict /dev/nvidiactl
57
58 + # bug 810841
59 + addpredict /dev/kfd
60 +
61 local mylang
62 local myopt