commit:     08cecb3302abe4a4fa441a5334ba71d4f5f722f2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  5 06:34:25 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr  5 06:37:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08cecb33

llvm-core/llvm: llvm-gpu-loader is no longer built by default

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 llvm-core/llvm/llvm-21.0.0.9999.ebuild | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/llvm-core/llvm/llvm-21.0.0.9999.ebuild 
b/llvm-core/llvm/llvm-21.0.0.9999.ebuild
index 3ca0c5392316..68b0dfb7fe08 100644
--- a/llvm-core/llvm/llvm-21.0.0.9999.ebuild
+++ b/llvm-core/llvm/llvm-21.0.0.9999.ebuild
@@ -63,7 +63,7 @@ PDEPEND="
        binutils-plugin? ( >=llvm-core/llvmgold-${LLVM_MAJOR} )
 "
 
-LLVM_COMPONENTS=( llvm cmake libc third-party )
+LLVM_COMPONENTS=( llvm cmake third-party )
 LLVM_MANPAGES=1
 LLVM_USE_TARGETS=provide
 llvm.org_set_globals
@@ -282,7 +282,6 @@ get_distribution_components() {
                        llvm-dwp
                        llvm-exegesis
                        llvm-extract
-                       llvm-gpu-loader
                        llvm-gsymutil
                        llvm-ifs
                        llvm-install-name-tool
@@ -424,12 +423,6 @@ multilib_src_configure() {
 
                # disable OCaml bindings (now in dev-ml/llvm)
                -DOCAMLFIND=NO
-
-               # disable automagic dependencies on hsa/CUDA runtimes
-               # these are only used to run tests on GPU and we don't care
-               # about that
-               -DCMAKE_DISABLE_FIND_PACKAGE_hsa-runtime64=ON
-               -DCMAKE_DISABLE_FIND_PACKAGE_CUDAToolkit=ON
        )
 
        local suffix=

Reply via email to