From 08cecb3302abe4a4fa441a5334ba71d4f5f722f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 5 Apr 2025 08:34:25 +0200 Subject: [PATCH] llvm-core/llvm: llvm-gpu-loader is no longer built by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 3ca0c53923163..68b0dfb7fe088 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=