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 4D9671382C5 for ; Tue, 18 May 2021 15:45:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45911E079E; Tue, 18 May 2021 15:06:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2D2EFE079E for ; Tue, 18 May 2021 15:06:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DFF6E340AC0 for ; Tue, 18 May 2021 15:06:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E1A963D for ; Tue, 18 May 2021 15:06:21 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1621350377.f32ed0e9c59158047fb10f8e8c0d27d232f015b8.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-roc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm-roc/llvm-roc-4.1.1.ebuild X-VCS-Directories: sys-devel/llvm-roc/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: f32ed0e9c59158047fb10f8e8c0d27d232f015b8 X-VCS-Branch: master Date: Tue, 18 May 2021 15:06:21 +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: cd6c976d-48ac-45c9-8adc-a2432ded44c1 X-Archives-Hash: ff95af4554af0505f5d53480a7a26022 commit: f32ed0e9c59158047fb10f8e8c0d27d232f015b8 Author: Craig Andrews gentoo org> AuthorDate: Tue May 18 15:05:45 2021 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue May 18 15:06:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32ed0e9 sys-devel/llvm-roc: Disable CUDA target autodetection This package is for AMD ROC, so Nvidia CUDA detection is irrelevant. Closes: https://bugs.gentoo.org/789693 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Craig Andrews gentoo.org> sys-devel/llvm-roc/llvm-roc-4.1.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-devel/llvm-roc/llvm-roc-4.1.1.ebuild b/sys-devel/llvm-roc/llvm-roc-4.1.1.ebuild index 68df2726a37..051b2af18e3 100644 --- a/sys-devel/llvm-roc/llvm-roc-4.1.1.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-4.1.1.ebuild @@ -77,6 +77,7 @@ src_configure() { -DLLVM_INSTALL_UTILS=ON -DLLVM_VERSION_SUFFIX=roc -DOCAMLFIND=NO + -DCMAKE_DISABLE_FIND_PACKAGE_CUDA=ON ) use debug || local -x CPPFLAGS="${CPPFLAGS} -DNDEBUG"