diff options
author | Yiyang Wu <xgreenlandforwyy@gmail.com> | 2022-08-27 11:34:48 +0800 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-08-27 09:18:01 +0200 |
commit | f6293cf6a0c4c764d4ddb10aa39865e2170a6def (patch) | |
tree | 94b8c8bc95f3529de74df0bc656b273c498dc89e /sci-libs/rocSOLVER | |
parent | sys-devel/gcc: add 11.3.1_p20220826 (diff) | |
download | gentoo-f6293cf6a0c4c764d4ddb10aa39865e2170a6def.tar.gz gentoo-f6293cf6a0c4c764d4ddb10aa39865e2170a6def.tar.bz2 gentoo-f6293cf6a0c4c764d4ddb10aa39865e2170a6def.zip |
sci-libs/rocSOLVER: restrict to dev-libs/libfmt-8
Closes: https://bugs.gentoo.org/866839
Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27026
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs/rocSOLVER')
-rw-r--r-- | sci-libs/rocSOLVER/rocSOLVER-5.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/rocSOLVER/rocSOLVER-5.0.2.ebuild b/sci-libs/rocSOLVER/rocSOLVER-5.0.2.ebuild index 3a09969c0867..3bdd6868c166 100644 --- a/sci-libs/rocSOLVER/rocSOLVER-5.0.2.ebuild +++ b/sci-libs/rocSOLVER/rocSOLVER-5.0.2.ebuild @@ -17,7 +17,7 @@ IUSE="test benchmark" RDEPEND="dev-util/hip sci-libs/rocBLAS:${SLOT} - >=dev-libs/libfmt-8 + =dev-libs/libfmt-8* benchmark? ( virtual/blas )" DEPEND="${RDEPEND}" BDEPEND="test? ( dev-cpp/gtest |