commit: ce7d95d022afb55d4e165268837b8dd2e50585de Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Fri Feb 7 19:46:47 2025 +0000 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org> CommitDate: Sat Feb 8 10:07:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce7d95d0
sci-libs/hipBLAS-common: add 6.3.2 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org> sci-libs/hipBLAS-common/Manifest | 1 + sci-libs/hipBLAS-common/hipBLAS-common-6.3.2.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/sci-libs/hipBLAS-common/Manifest b/sci-libs/hipBLAS-common/Manifest index 562e011d456d..28d828a167a0 100644 --- a/sci-libs/hipBLAS-common/Manifest +++ b/sci-libs/hipBLAS-common/Manifest @@ -1 +1,2 @@ DIST hipBLAS-common-6.3.0.tar.gz 7512 BLAKE2B d074cd925f06619028bf1a5b5ae69f10b8852ef321a9ec6f92b3fe1f63baadc90f8fa39872e433f81bbed072364dd63d0b37bfa49bdc0d9faef5027b52af6c1e SHA512 3812a277fbde7bee2f3ab6040e89b97dd60385797bdab942907d59d01d684cc4ec84476333e9e6efded90400d6f99daad669d027ceb46c9dfe3a0d5d24e584d3 +DIST hipBLAS-common-6.3.2.tar.gz 7507 BLAKE2B f8a59ba428d48f2999e4b6b16b11f392cb8b3f9c04603b212b721c8f87d0779343abc721a39910100f253d633f6a037f61cb6558a40899a3eabafe8bbef55dc5 SHA512 a6d8fabbaa9db8fe61e5788c1ee27ae2c36da75dbb2e7fa17437c610641fbd141aea1f5c20f30e19420c108343ba05452d7dedde0e88c6ecc1486d0085ab7c6c diff --git a/sci-libs/hipBLAS-common/hipBLAS-common-6.3.2.ebuild b/sci-libs/hipBLAS-common/hipBLAS-common-6.3.2.ebuild new file mode 100644 index 000000000000..867f3cde4720 --- /dev/null +++ b/sci-libs/hipBLAS-common/hipBLAS-common-6.3.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake +DESCRIPTION="Common files shared by hipBLAS and hipBLASLt" +HOMEPAGE="https://github.com/ROCm/hipBLAS-common" +SRC_URI="https://github.com/ROCm/hipBLAS-common/archive/rocm-${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/hipBLAS-common-rocm-${PV}" + +LICENSE="MIT" +SLOT="0/$(ver_cut 1-2)" +KEYWORDS="~amd64" + +BDEPEND="dev-build/rocm-cmake"
