From 0b1eb82c0f9c56ad857bda3fe944112196ce8a95 Mon Sep 17 00:00:00 2001 From: "Sv. Lockal" Date: Sat, 5 Apr 2025 22:57:50 +0000 Subject: [PATCH] sci-libs/rocBLAS: DEPENDS on dev-cpp/gtest for USE=benchmark. Closes: https://github.com/gentoo/gentoo/pull/41469 Closes: https://bugs.gentoo.org/952128 Signed-off-by: Sv. Lockal Signed-off-by: Benda Xu --- sci-libs/rocBLAS/rocBLAS-6.3.2.ebuild | 1 + sci-libs/rocBLAS/rocBLAS-6.3.3.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sci-libs/rocBLAS/rocBLAS-6.3.2.ebuild b/sci-libs/rocBLAS/rocBLAS-6.3.2.ebuild index f35ee735d2fb4..8b8a801e01604 100644 --- a/sci-libs/rocBLAS/rocBLAS-6.3.2.ebuild +++ b/sci-libs/rocBLAS/rocBLAS-6.3.2.ebuild @@ -42,6 +42,7 @@ DEPEND=" ) benchmark? ( virtual/blas + dev-cpp/gtest llvm-runtimes/openmp ) " diff --git a/sci-libs/rocBLAS/rocBLAS-6.3.3.ebuild b/sci-libs/rocBLAS/rocBLAS-6.3.3.ebuild index f35ee735d2fb4..8b8a801e01604 100644 --- a/sci-libs/rocBLAS/rocBLAS-6.3.3.ebuild +++ b/sci-libs/rocBLAS/rocBLAS-6.3.3.ebuild @@ -42,6 +42,7 @@ DEPEND=" ) benchmark? ( virtual/blas + dev-cpp/gtest llvm-runtimes/openmp ) "