From 22b0aca66e91fa237da5a093082046fb952bebbc Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 9 Apr 2021 11:29:09 -0500 Subject: 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 --- sci-mathematics/petsc/petsc-3.13.1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sci-mathematics/petsc') 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 -- cgit v1.2.3-65-gdbad