Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-roc/
Date: Mon, 05 Jul 2021 01:08:08
Message-Id: 1625447280.3d624f2c37495585b893baa8e9524f4c1a73b625.candrews@gentoo
1 commit: 3d624f2c37495585b893baa8e9524f4c1a73b625
2 Author: Ryan Slawson <ryangslawson <AT> gmail <DOT> com>
3 AuthorDate: Mon Jul 5 00:22:04 2021 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 01:08:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d624f2c
7
8 sys-devel/llvm-roc: add back -DCMAKE_DISABLE_FIND_PACKAGE_CUDA=ON
9
10 Signed-off-by: Ryan Slawson <ryangslawson <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/21531
12 Closes: https://bugs.gentoo.org/800554
13 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
14
15 sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild b/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild
19 index 473d4458155..b008b6ca513 100644
20 --- a/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild
21 +++ b/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild
22 @@ -67,6 +67,7 @@ src_configure() {
23
24 local mycmakeargs=(
25 -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/lib/llvm/roc"
26 + -DCMAKE_DISABLE_FIND_PACKAGE_CUDA=ON
27 -DLLVM_ENABLE_PROJECTS="${PROJECTS}"
28 -DLLVM_TARGETS_TO_BUILD="AMDGPU;X86"
29 -DLLVM_BUILD_DOCS=NO