commit: 57df15db2d32f2337b4022ae8fb9c2bf7b134765 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun Oct 31 02:39:34 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <lssndrbarbieri <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22769 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> 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
