Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rocSOLVER/
Date: Sat, 27 Aug 2022 23:11:51
Message-Id: 1661584681.f6293cf6a0c4c764d4ddb10aa39865e2170a6def.andrewammerlaan@gentoo
1 commit: f6293cf6a0c4c764d4ddb10aa39865e2170a6def
2 Author: Yiyang Wu <xgreenlandforwyy <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 27 03:34:48 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 27 07:18:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6293cf6
7
8 sci-libs/rocSOLVER: restrict to dev-libs/libfmt-8
9
10 Closes: https://bugs.gentoo.org/866839
11 Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/27026
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
14
15 sci-libs/rocSOLVER/rocSOLVER-5.0.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sci-libs/rocSOLVER/rocSOLVER-5.0.2.ebuild b/sci-libs/rocSOLVER/rocSOLVER-5.0.2.ebuild
19 index 3a09969c0867..3bdd6868c166 100644
20 --- a/sci-libs/rocSOLVER/rocSOLVER-5.0.2.ebuild
21 +++ b/sci-libs/rocSOLVER/rocSOLVER-5.0.2.ebuild
22 @@ -17,7 +17,7 @@ IUSE="test benchmark"
23
24 RDEPEND="dev-util/hip
25 sci-libs/rocBLAS:${SLOT}
26 - >=dev-libs/libfmt-8
27 + =dev-libs/libfmt-8*
28 benchmark? ( virtual/blas )"
29 DEPEND="${RDEPEND}"
30 BDEPEND="test? ( dev-cpp/gtest