commit:     1e8892779907be08b4b1a4b16a6e420e41a82ed4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 11 07:53:31 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 11 18:08:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e889277

sci-libs/rocSOLVER: drop 5.7.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-libs/rocSOLVER/Manifest               |  1 -
 sci-libs/rocSOLVER/rocSOLVER-5.7.1.ebuild | 67 -------------------------------
 2 files changed, 68 deletions(-)

diff --git a/sci-libs/rocSOLVER/Manifest b/sci-libs/rocSOLVER/Manifest
index c352b0aa410f..a5b9ce791e8c 100644
--- a/sci-libs/rocSOLVER/Manifest
+++ b/sci-libs/rocSOLVER/Manifest
@@ -1,3 +1,2 @@
-DIST rocSOLVER-5.7.1.tar.gz 1859403 BLAKE2B 
f7a40494deda9dd66f2fb2f57e13665688e89e1f82733701ec60a520bc4b9f7d5899ada618a37e73baa3a910757be4f11d5fced5d4d2ad82c56918b34d265511
 SHA512 
78e0a2b5b069378696afebf5e3e023449b3d7705aa79099eb7721c142d7525255825b41bf413324c33178091315e3909980a1bf0cbb66e0891c85e757858ee1c
 DIST rocSOLVER-6.3.3.tar.gz 3077208 BLAKE2B 
b3c5a8377b503b2639f81ae7457d233dd225f8422a9134148826d875cacac2cb03429734915c25ca8971c651c31071daccfad9ad4fcb66a034f38b5b991380aa
 SHA512 
5effc07c9ed5a22bfbb114fc9777e61e9b524c439ea98e0802e63490a27d4e17747de5eee74df59138bf8dcb8700b00a9074079ee3666bba630af2bab800a541
 DIST rocSOLVER-6.4.3.tar.gz 3151118 BLAKE2B 
84e533a9af91a6b12c1b7f967c7879c5a3d59a46e12aacb6814905f99f7de7c2cd1b429dd41e5b33b0eb63a5fae1ef6fb7d20a0508466b960a2d5c59b81c7a9a
 SHA512 
84a37d94ca55edfc5038425f1dc6f6658e34fbbfdd3e32be3f3668307e5590895c09c4e0769e4cd89af74a2a651c6311df7124b1bedf1a7375fa519560d95e9f

diff --git a/sci-libs/rocSOLVER/rocSOLVER-5.7.1.ebuild 
b/sci-libs/rocSOLVER/rocSOLVER-5.7.1.ebuild
deleted file mode 100644
index 5d8141a88c15..000000000000
--- a/sci-libs/rocSOLVER/rocSOLVER-5.7.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ROCM_VERSION=${PV}
-
-inherit cmake edo rocm
-
-DESCRIPTION="Implementation of a subset of LAPACK functionality on the ROCm 
platform"
-HOMEPAGE="https://github.com/ROCmSoftwarePlatform/rocSOLVER";
-SRC_URI="https://github.com/ROCmSoftwarePlatform/rocSOLVER/archive/rocm-${PV}.tar.gz
 -> rocSOLVER-${PV}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64"
-SLOT="0/$(ver_cut 1-2)"
-
-IUSE="test benchmark"
-REQUIRED_USE="${ROCM_REQUIRED_USE}"
-
-RDEPEND="dev-util/hip
-       sci-libs/rocBLAS:${SLOT}[${ROCM_USEDEP}]
-       sci-libs/rocSPARSE:${SLOT}[${ROCM_USEDEP}]
-       dev-libs/libfmt
-       benchmark? ( virtual/blas )"
-DEPEND="${RDEPEND}"
-BDEPEND="test? ( dev-cpp/gtest
-       >=dev-build/cmake-3.22
-       virtual/blas )"
-
-RESTRICT="!test? ( test )"
-
-S=${WORKDIR}/${PN}-rocm-${PV}
-
-src_configure() {
-       # avoid sandbox violation
-       addpredict /dev/kfd
-       addpredict /dev/dri/
-
-       local mycmakeargs=(
-               -DCMAKE_SKIP_RPATH=On
-               -DAMDGPU_TARGETS="$(get_amdgpu_flags)"
-               -Wno-dev
-               -DBUILD_FILE_REORG_BACKWARD_COMPATIBILITY=OFF
-               -DROCM_SYMLINK_LIBS=OFF
-               -DBUILD_CLIENTS_SAMPLES=NO
-               -DBUILD_CLIENTS_TESTS=$(usex test ON OFF)
-               -DBUILD_CLIENTS_BENCHMARKS=$(usex benchmark ON OFF)
-       )
-
-       CXX=hipcc cmake_src_configure
-}
-
-src_test() {
-       check_amdgpu
-       cd "${BUILD_DIR}"/clients/staging || die
-       LD_LIBRARY_PATH="${BUILD_DIR}/library/src" edob ./rocsolver-test
-}
-
-src_install() {
-       cmake_src_install
-
-       if use benchmark; then
-               cd "${BUILD_DIR}" || die
-               dobin clients/staging/rocsolver-bench
-       fi
-}

Reply via email to