Skip to content

Commit

Permalink
sci-libs/rocRAND: add dev-cpp/benchmark dependency.
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/913111
Signed-off-by: Benda Xu <[email protected]>
  • Loading branch information
heroxbd committed Nov 19, 2023
1 parent e377b88 commit eaaa5df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down
7 changes: 4 additions & 3 deletions sci-libs/rocRAND/rocRAND-5.7.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit eaaa5df

Please sign in to comment.