diff options
author | Matthias Maier <tamiko@gentoo.org> | 2021-04-09 11:29:09 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2021-04-09 13:26:15 -0500 |
commit | 22b0aca66e91fa237da5a093082046fb952bebbc (patch) | |
tree | b733806a5ce0202308d5a943391e5c05938de46d | |
parent | app-metrics/prometheus-bin: Version bump (v2.26.0) (diff) | |
download | gentoo-22b0aca66e91fa237da5a093082046fb952bebbc.tar.gz gentoo-22b0aca66e91fa237da5a093082046fb952bebbc.tar.bz2 gentoo-22b0aca66e91fa237da5a093082046fb952bebbc.zip |
sci-mathematics/petsc: add addpredict statement
Closes: https://bugs.gentoo.org/771711
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
-rw-r--r-- | sci-mathematics/petsc/petsc-3.13.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sci-mathematics/petsc/petsc-3.13.1.ebuild b/sci-mathematics/petsc/petsc-3.13.1.ebuild index 11693456cfb5..dce92fc6e36a 100644 --- a/sci-mathematics/petsc/petsc-3.13.1.ebuild +++ b/sci-mathematics/petsc/petsc-3.13.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -102,6 +102,10 @@ src_configure() { # governor rw. addpredict /sys/devices/system/cpu/ + # bug 771711 + # configureMPIEXEC and configureMPITypes access /dev/nvidiactl + addpredict /dev/nvidiactl + local mylang local myopt |