From d8d972ba35aaae7eec609c9138d4fefc735f8ed4 Mon Sep 17 00:00:00 2001 From: Yiyang Wu Date: Sat, 11 Feb 2023 22:10:53 +0800 Subject: sci-libs/rocBLAS: replace msgpack dep with msgpack-cxx Bug: https://bugs.gentoo.org/893544 Signed-off-by: Yiyang Wu Signed-off-by: Marek Szuba --- sci-libs/rocBLAS/rocBLAS-5.1.3-r1.ebuild | 114 ------------------------------- sci-libs/rocBLAS/rocBLAS-5.1.3-r2.ebuild | 114 +++++++++++++++++++++++++++++++ sci-libs/rocBLAS/rocBLAS-5.4.2-r1.ebuild | 107 ----------------------------- sci-libs/rocBLAS/rocBLAS-5.4.2-r2.ebuild | 107 +++++++++++++++++++++++++++++ 4 files changed, 221 insertions(+), 221 deletions(-) delete mode 100644 sci-libs/rocBLAS/rocBLAS-5.1.3-r1.ebuild create mode 100644 sci-libs/rocBLAS/rocBLAS-5.1.3-r2.ebuild delete mode 100644 sci-libs/rocBLAS/rocBLAS-5.4.2-r1.ebuild create mode 100644 sci-libs/rocBLAS/rocBLAS-5.4.2-r2.ebuild (limited to 'sci-libs/rocBLAS') diff --git a/sci-libs/rocBLAS/rocBLAS-5.1.3-r1.ebuild b/sci-libs/rocBLAS/rocBLAS-5.1.3-r1.ebuild deleted file mode 100644 index 0723e8244bf6..000000000000 --- a/sci-libs/rocBLAS/rocBLAS-5.1.3-r1.ebuild +++ /dev/null @@ -1,114 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DOCS_BUILDER="doxygen" -DOCS_DIR="docs" -DOCS_DEPEND="media-gfx/graphviz" -ROCM_VERSION=${PV} -inherit cmake docs edo multiprocessing prefix rocm - -DESCRIPTION="AMD's library for BLAS on ROCm" -HOMEPAGE="https://github.com/ROCmSoftwarePlatform/rocBLAS" -SRC_URI="https://github.com/ROCmSoftwarePlatform/rocBLAS/archive/rocm-${PV}.tar.gz -> rocm-${P}.tar.gz - https://media.githubusercontent.com/media/littlewu2508/littlewu2508.github.io/main/gentoo-distfiles/${PN}-5.0.2-Tensile-asm_full-navi22.tar.gz" -S="${WORKDIR}/${PN}-rocm-${PV}" - -LICENSE="BSD" -KEYWORDS="~amd64" -SLOT="0/$(ver_cut 1-2)" -IUSE="benchmark test" -REQUIRED_USE="${ROCM_REQUIRED_USE}" -RESTRICT="!test? ( test )" - -BDEPEND=" - dev-util/rocm-cmake:${SLOT} - dev-util/Tensile:${SLOT} -" - -DEPEND=" - dev-util/hip -