Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocThrust/
Date: Sat, 06 Aug 2022 14:23:17
Message-Id: 1659795607.e218d251836e9e1c67397d41f9c44403b28090c7.heroxbd@gentoo
1 commit: e218d251836e9e1c67397d41f9c44403b28090c7
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 6 09:39:09 2022 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 6 14:20:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e218d251
7
8 sci-libs/rocThrust: relax SLOT dependency on dev-util/hip.
9
10 dev-cpp/gtest should be in DEPEND.
11
12 Package-Manager: Portage-3.0.30, Repoman-3.0.3
13 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
14
15 .../rocThrust/{rocThrust-5.0.2.ebuild => rocThrust-5.0.2-r1.ebuild} | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/sci-libs/rocThrust/rocThrust-5.0.2.ebuild b/sci-libs/rocThrust/rocThrust-5.0.2-r1.ebuild
19 similarity index 96%
20 rename from sci-libs/rocThrust/rocThrust-5.0.2.ebuild
21 rename to sci-libs/rocThrust/rocThrust-5.0.2-r1.ebuild
22 index 8e043631657f..41a056e51860 100644
23 --- a/sci-libs/rocThrust/rocThrust-5.0.2.ebuild
24 +++ b/sci-libs/rocThrust/rocThrust-5.0.2-r1.ebuild
25 @@ -16,10 +16,10 @@ IUSE="benchmark test"
26
27 RESTRICT="!test? ( test )"
28
29 -RDEPEND="dev-util/hip:${SLOT}
30 - sci-libs/rocPRIM:${SLOT}
31 +RDEPEND="dev-util/hip:=
32 + sci-libs/rocPRIM:${SLOT}"
33 +DEPEND="${RDEPEND}
34 test? ( dev-cpp/gtest )"
35 -DEPEND="${RDEPEND}"
36 BDEPEND=">=dev-util/cmake-3.22"
37
38 S="${WORKDIR}/rocThrust-rocm-${PV}"