From 7fab2f99183ab9524f07182af5efecea9e817d8e Mon Sep 17 00:00:00 2001 From: Yiyang Wu Date: Tue, 23 Aug 2022 18:26:01 +0800 Subject: 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 Signed-off-by: Benda Xu --- sci-libs/rocSOLVER/rocSOLVER-5.1.3.ebuild | 1 - 1 file changed, 1 deletion(-) (limited to 'sci-libs/rocSOLVER') 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* -- cgit v1.2.3-65-gdbad