From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 440E11382C5 for ; Wed, 21 Apr 2021 07:00:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90E8AE0827; Wed, 21 Apr 2021 07:00:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76561E0827 for ; Wed, 21 Apr 2021 07:00:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37B79335D19 for ; Wed, 21 Apr 2021 07:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 819DD673 for ; Wed, 21 Apr 2021 07:00:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1618988429.f2dd91d7e6fae86d831e9231ddda11d03a366a02.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libomp/libomp-12.0.0.9999.ebuild sys-libs/libomp/libomp-12.0.0.ebuild sys-libs/libomp/libomp-13.0.0.9999.ebuild X-VCS-Directories: sys-libs/libomp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f2dd91d7e6fae86d831e9231ddda11d03a366a02 X-VCS-Branch: master Date: Wed, 21 Apr 2021 07:00:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3b5f0dec-6f10-4327-8495-ed0f5d9d324c X-Archives-Hash: 8c39cadc6c2f5fa20d2f246785645b1d commit: f2dd91d7e6fae86d831e9231ddda11d03a366a02 Author: Ionen Wolkens gmail com> AuthorDate: Wed Apr 21 06:47:35 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 21 07:00:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2dd91d7 sys-libs/libomp: fix /dev/nvidiactl sandbox issues with cuda+offload Closes: https://bugs.gentoo.org/784539 Signed-off-by: Ionen Wolkens gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20483 Signed-off-by: Michał Górny gentoo.org> sys-libs/libomp/libomp-12.0.0.9999.ebuild | 3 ++- sys-libs/libomp/libomp-12.0.0.ebuild | 1 + sys-libs/libomp/libomp-13.0.0.9999.ebuild | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-libs/libomp/libomp-12.0.0.9999.ebuild b/sys-libs/libomp/libomp-12.0.0.9999.ebuild index 0e4b59de3db..0fd7afe0ff4 100644 --- a/sys-libs/libomp/libomp-12.0.0.9999.ebuild +++ b/sys-libs/libomp/libomp-12.0.0.9999.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 @@ -94,6 +94,7 @@ multilib_src_configure() { -DOPENMP_TEST_C_COMPILER="$(type -P "${CHOST}-clang")" -DOPENMP_TEST_CXX_COMPILER="$(type -P "${CHOST}-clang++")" ) + addpredict /dev/nvidiactl cmake_src_configure } diff --git a/sys-libs/libomp/libomp-12.0.0.ebuild b/sys-libs/libomp/libomp-12.0.0.ebuild index c5871d23a87..a1640af9cb7 100644 --- a/sys-libs/libomp/libomp-12.0.0.ebuild +++ b/sys-libs/libomp/libomp-12.0.0.ebuild @@ -94,6 +94,7 @@ multilib_src_configure() { -DOPENMP_TEST_C_COMPILER="$(type -P "${CHOST}-clang")" -DOPENMP_TEST_CXX_COMPILER="$(type -P "${CHOST}-clang++")" ) + addpredict /dev/nvidiactl cmake_src_configure } diff --git a/sys-libs/libomp/libomp-13.0.0.9999.ebuild b/sys-libs/libomp/libomp-13.0.0.9999.ebuild index 592037ef0b2..0fd7afe0ff4 100644 --- a/sys-libs/libomp/libomp-13.0.0.9999.ebuild +++ b/sys-libs/libomp/libomp-13.0.0.9999.ebuild @@ -94,6 +94,7 @@ multilib_src_configure() { -DOPENMP_TEST_C_COMPILER="$(type -P "${CHOST}-clang")" -DOPENMP_TEST_CXX_COMPILER="$(type -P "${CHOST}-clang++")" ) + addpredict /dev/nvidiactl cmake_src_configure }