commit:     d6499d1914c84089fc7955043340965821a35c4a
Author:     Yiyang Wu <xgreenlandforwyy <AT> gmail <DOT> com>
AuthorDate: Sun Jan 12 13:58:41 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 13:59:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6499d19

sci-libs/rocThrust: Fix benchmark binaries installation

Now the benchmark binaries installation is handled by cmake. dobin will
fail.

Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/rocThrust/rocThrust-6.3.0.ebuild | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/sci-libs/rocThrust/rocThrust-6.3.0.ebuild 
b/sci-libs/rocThrust/rocThrust-6.3.0.ebuild
index 7850be793886..9588f9f0fc74 100644
--- a/sci-libs/rocThrust/rocThrust-6.3.0.ebuild
+++ b/sci-libs/rocThrust/rocThrust-6.3.0.ebuild
@@ -70,9 +70,3 @@ src_test() {
        # uses HMM to fit tests to default <512M iGPU VRAM
        ROCTHRUST_USE_HMM="1" cmake_src_test -j1
 }
-
-src_install() {
-       cmake_src_install
-
-       use benchmark && dobin "${BUILD_DIR}"/benchmarks/benchmark_thrust_bench
-}

Reply via email to