mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
sci-libs/rocRAND: add dev-cpp/benchmark dependency.
Closes: https://bugs.gentoo.org/913111 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
This commit is contained in:
@@ -22,10 +22,11 @@ PATCHES=( "${FILESDIR}"/${PN}-5.4.2_stdint-gcc13.patch )
|
||||
|
||||
RDEPEND="dev-util/hip"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/rocm-cmake
|
||||
test? ( dev-cpp/gtest )"
|
||||
dev-util/rocm-cmake
|
||||
benchmark? ( dev-cpp/benchmark )
|
||||
test? ( dev-cpp/gtest )"
|
||||
BDEPEND="dev-util/rocm-cmake
|
||||
>=dev-util/cmake-3.22"
|
||||
>=dev-util/cmake-3.22"
|
||||
|
||||
S="${WORKDIR}/rocRAND-rocm-${PV}"
|
||||
|
||||
@@ -26,10 +26,11 @@ PATCHES=(
|
||||
|
||||
RDEPEND="dev-util/hip"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/rocm-cmake
|
||||
test? ( dev-cpp/gtest )"
|
||||
dev-util/rocm-cmake
|
||||
benchmark? ( dev-cpp/benchmark )
|
||||
test? ( dev-cpp/gtest )"
|
||||
BDEPEND="dev-util/rocm-cmake
|
||||
>=dev-util/cmake-3.22"
|
||||
>=dev-util/cmake-3.22"
|
||||
|
||||
S="${WORKDIR}/rocRAND-rocm-${PV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user