diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-10-31 03:39:34 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-11-08 13:30:58 +0100 |
commit | 57df15db2d32f2337b4022ae8fb9c2bf7b134765 (patch) | |
tree | 044959e430c5d0a6a9838b0002c2da5555be466d /sci-mathematics | |
parent | app-emacs/pariemacs: EAPI 8 (diff) | |
download | gentoo-57df15db2d32f2337b4022ae8fb9c2bf7b134765.tar.gz gentoo-57df15db2d32f2337b4022ae8fb9c2bf7b134765.tar.bz2 gentoo-57df15db2d32f2337b4022ae8fb9c2bf7b134765.zip |
sci-mathematics/petsc: addpredict /dev/kfd
Closes: https://bugs.gentoo.org/810841
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22769
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/petsc/petsc-3.13.1.ebuild | 3 | ||||
-rw-r--r-- | sci-mathematics/petsc/petsc-3.14.6.ebuild | 3 | ||||
-rw-r--r-- | sci-mathematics/petsc/petsc-3.15.0.ebuild | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/sci-mathematics/petsc/petsc-3.13.1.ebuild b/sci-mathematics/petsc/petsc-3.13.1.ebuild index dce92fc6e36a..23e1117a52c6 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 f9221853d5d6..5bd50a9d32fe 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 b728a0178015..8286baab9803 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 |