diff options
author | Benda Xu <heroxbd@gentoo.org> | 2022-08-06 17:39:09 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2022-08-06 22:20:07 +0800 |
commit | e218d251836e9e1c67397d41f9c44403b28090c7 (patch) | |
tree | 8552102dbe0c23e2137a48e4f70b619ce5291d32 | |
parent | sci-libs/rocFFT: relax SLOT dependency. (diff) | |
download | gentoo-e218d251836e9e1c67397d41f9c44403b28090c7.tar.gz gentoo-e218d251836e9e1c67397d41f9c44403b28090c7.tar.bz2 gentoo-e218d251836e9e1c67397d41f9c44403b28090c7.zip |
sci-libs/rocThrust: relax SLOT dependency on dev-util/hip.
dev-cpp/gtest should be in DEPEND.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
-rw-r--r-- | sci-libs/rocThrust/rocThrust-5.0.2-r1.ebuild (renamed from sci-libs/rocThrust/rocThrust-5.0.2.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/rocThrust/rocThrust-5.0.2.ebuild b/sci-libs/rocThrust/rocThrust-5.0.2-r1.ebuild index 8e043631657f..41a056e51860 100644 --- a/sci-libs/rocThrust/rocThrust-5.0.2.ebuild +++ b/sci-libs/rocThrust/rocThrust-5.0.2-r1.ebuild @@ -16,10 +16,10 @@ IUSE="benchmark test" RESTRICT="!test? ( test )" -RDEPEND="dev-util/hip:${SLOT} - sci-libs/rocPRIM:${SLOT} +RDEPEND="dev-util/hip:= + sci-libs/rocPRIM:${SLOT}" +DEPEND="${RDEPEND} test? ( dev-cpp/gtest )" -DEPEND="${RDEPEND}" BDEPEND=">=dev-util/cmake-3.22" S="${WORKDIR}/rocThrust-rocm-${PV}" |