summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiyang Wu <xgreenlandforwyy@gmail.com>2022-08-23 18:26:01 +0800
committerBenda Xu <heroxbd@gentoo.org>2022-09-22 09:08:13 +0800
commit7fab2f99183ab9524f07182af5efecea9e817d8e (patch)
tree4f2a8b21603bb52183b4e10523f92cb1c48e6ef2 /sci-libs/rocSOLVER
parentsci-libs/rocSOLVER: add 5.1.3, using rocm.eclass (diff)
downloadgentoo-7fab2f99183ab9524f07182af5efecea9e817d8e.tar.gz
gentoo-7fab2f99183ab9524f07182af5efecea9e817d8e.tar.bz2
gentoo-7fab2f99183ab9524f07182af5efecea9e817d8e.zip
sci-libs/miopen: bump to 5.1.3, switch to vanilla clang-14
Comparing to 5.0.2, 5.1.3 also has: 1. corrected dependencies 2. compilation errors fixed for gcc-12 (although ROCm-5.1.3 on clang-14 is incompatible with gcc-12, the patch would be useful when using clang-15) 3. deprecation of clang-ocl 4. cmake_src_prepare moved to the front, because src_prepare needs BUILD_DIR 5. fix invalid metadata issue found by using vanilla clang 6. enable test on specific arch Closes: https://github.com/gentoo/gentoo/pull/27219 Bugs: https://github.com/ROCmSoftwarePlatform/MIOpen/issues/1731 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sci-libs/rocSOLVER')
-rw-r--r--sci-libs/rocSOLVER/rocSOLVER-5.1.3.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/sci-libs/rocSOLVER/rocSOLVER-5.1.3.ebuild b/sci-libs/rocSOLVER/rocSOLVER-5.1.3.ebuild
index e643014fda76..77092f820467 100644
--- a/sci-libs/rocSOLVER/rocSOLVER-5.1.3.ebuild
+++ b/sci-libs/rocSOLVER/rocSOLVER-5.1.3.ebuild
@@ -18,7 +18,6 @@ SLOT="0/$(ver_cut 1-2)"
IUSE="test benchmark"
REQUIRED_USE="${ROCM_REQUIRED_USE}"
-# sci-libs/rocBLAS:${SLOT}
RDEPEND="dev-util/hip
sci-libs/rocBLAS:${SLOT}[${ROCM_USEDEP}]
=dev-libs/libfmt-8*