diff options
author | Benda Xu <heroxbd@gentoo.org> | 2023-11-20 00:21:05 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2023-11-20 00:32:17 +0800 |
commit | eaaa5dfd4055d05044e70c75714ef43d6206aa4e (patch) | |
tree | f72d5384ee281bbe13b8e9a848ba5aab1f2af7a4 /sci-libs/rocRAND | |
parent | sci-libs/hipRAND: correct the on disk file name. Bump to 5.7.1. (diff) | |
download | gentoo-eaaa5dfd4055d05044e70c75714ef43d6206aa4e.tar.gz gentoo-eaaa5dfd4055d05044e70c75714ef43d6206aa4e.tar.bz2 gentoo-eaaa5dfd4055d05044e70c75714ef43d6206aa4e.zip |
sci-libs/rocRAND: add dev-cpp/benchmark dependency.
Closes: https://bugs.gentoo.org/913111
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sci-libs/rocRAND')
-rw-r--r-- | sci-libs/rocRAND/rocRAND-5.6.0-r1.ebuild (renamed from sci-libs/rocRAND/rocRAND-5.6.0.ebuild) | 7 | ||||
-rw-r--r-- | sci-libs/rocRAND/rocRAND-5.7.1.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-libs/rocRAND/rocRAND-5.6.0.ebuild b/sci-libs/rocRAND/rocRAND-5.6.0-r1.ebuild index b7b4ac7cc950..29a49e44991e 100644 --- a/sci-libs/rocRAND/rocRAND-5.6.0.ebuild +++ b/sci-libs/rocRAND/rocRAND-5.6.0-r1.ebuild @@ -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}" diff --git a/sci-libs/rocRAND/rocRAND-5.7.1.ebuild b/sci-libs/rocRAND/rocRAND-5.7.1.ebuild index f2fc17ed6222..2a55cae507fe 100644 --- a/sci-libs/rocRAND/rocRAND-5.7.1.ebuild +++ b/sci-libs/rocRAND/rocRAND-5.7.1.ebuild @@ -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}" |