diff options
author | Benda Xu <heroxbd@gentoo.org> | 2022-05-02 15:58:23 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2022-05-02 16:24:41 +0800 |
commit | 284e771bd39b4709afddcc3dd666f5f8665c3754 (patch) | |
tree | 935c39f13c9d6feefa778f67cccf87612ede09c2 /sci-libs/rocSOLVER | |
parent | dev-python/libvirt-python: Stabilize 8.2.0 x86, #841884 (diff) | |
download | gentoo-284e771bd39b4709afddcc3dd666f5f8665c3754.tar.gz gentoo-284e771bd39b4709afddcc3dd666f5f8665c3754.tar.bz2 gentoo-284e771bd39b4709afddcc3dd666f5f8665c3754.zip |
sci-libs/hipCUB: loosen the dependency on dev-util/hip
sci-libs/hipSPARSE:
sci-libs/rocPRIM:
sci-libs/rocRAND:
sci-libs/rocSOLVER:
sci-libs/rocSPARSE: same
The possibility is pointed out by Cory Bloor:
You can probably build the versions of rocBLAS and rocSOLVER tagged at
rocm-5.1.1 with the HIP stack from ROCm 4.3.1. Just be sure to rebuild
all the {roc,hip}{BLAS,SOLVER} libraries at the new tag, since they
all use private (unstable) APIs provided by rocBLAS.
The sci-libs/* ROCm packages should be aligned with sci-libs/rocBLAS,
while the other dev-*/* ROCm packages should be aligned with
dev-util/hip.
Credit: Cory Bloor
Suggested-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Closes: https://bugs.gentoo.org/838394
Closes: https://bugs.gentoo.org/841982
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sci-libs/rocSOLVER')
-rw-r--r-- | sci-libs/rocSOLVER/rocSOLVER-4.3.0-r1.ebuild (renamed from sci-libs/rocSOLVER/rocSOLVER-4.3.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/rocSOLVER/rocSOLVER-4.3.0.ebuild b/sci-libs/rocSOLVER/rocSOLVER-4.3.0-r1.ebuild index c017b7ad31a0..6287d7b096d5 100644 --- a/sci-libs/rocSOLVER/rocSOLVER-4.3.0.ebuild +++ b/sci-libs/rocSOLVER/rocSOLVER-4.3.0-r1.ebuild @@ -15,7 +15,7 @@ SLOT="0/$(ver_cut 1-2)" IUSE="test benchmark" -RDEPEND="dev-util/hip:${SLOT} +RDEPEND="dev-util/hip sci-libs/rocBLAS:${SLOT} benchmark? ( virtual/blas )" DEPEND="${RDEPEND}" |