commit: 575c936892845b8a55e93865291c6ec568d4778c Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Sun Aug 10 05:59:14 2025 +0000 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org> CommitDate: Sun Aug 10 06:07:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=575c9368
sci-libs/hipBLAS-common: add 6.4.3 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org> sci-libs/hipBLAS-common/Manifest | 1 + sci-libs/hipBLAS-common/hipBLAS-common-6.4.3.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/sci-libs/hipBLAS-common/Manifest b/sci-libs/hipBLAS-common/Manifest index e5ca829a2442..dcd58d4c292c 100644 --- a/sci-libs/hipBLAS-common/Manifest +++ b/sci-libs/hipBLAS-common/Manifest @@ -1,3 +1,4 @@ DIST hipBLAS-common-6.3.2.tar.gz 7507 BLAKE2B f8a59ba428d48f2999e4b6b16b11f392cb8b3f9c04603b212b721c8f87d0779343abc721a39910100f253d633f6a037f61cb6558a40899a3eabafe8bbef55dc5 SHA512 a6d8fabbaa9db8fe61e5788c1ee27ae2c36da75dbb2e7fa17437c610641fbd141aea1f5c20f30e19420c108343ba05452d7dedde0e88c6ecc1486d0085ab7c6c DIST hipBLAS-common-6.3.3.tar.gz 7508 BLAKE2B fbb5d17085daf0edb13c15f2a50098802ee616246d5d1fcf26067333932998c3c8d75b4d8123dca8fbae0ab69281bc07ba8c2a69d1ff177cd549ee0aacd3b88d SHA512 52d526e91df3a3dae9720ca4f1b3b5ec5a4daa684b770270e268762cd8683bd65b5908ede29425a0d14ca884b2cf9c4da4b55aedffc994c3527738716106d50d DIST hipBLAS-common-6.4.1.tar.gz 7517 BLAKE2B a67d34e04b250df6301f544ea667823ec0aa3b22b74f494297b32d9c27896849ce454c7deafdc16950432db9521f2e2e3485158a5ae1c02e5dcb31e04f2a8b6c SHA512 bdbae895f798d86c61cca0339056f53a6c3c08c1fdf82e0daf660ca4c85d8052abb1b84288289173cc828338d9f23013d50dc5051f20840b2f66cef97cbc2445 +DIST hipBLAS-common-6.4.3.tar.gz 7520 BLAKE2B 2499393ad164eb3f8d9527853d73754b3a20679361749abf03b73a6dfcf46d010a17b15d3e7342d5b10fff4f4bd53754d22f0330d8d8bddc97b643ef765f08f6 SHA512 4b0afa32d9424362358aca69e36e2f0a5e9331ed64372590ce4262fccb394a41d4c613505d87f238e0975bab6b35d862d0efb3a5de0981759f0073b3cb364e59 diff --git a/sci-libs/hipBLAS-common/hipBLAS-common-6.4.3.ebuild b/sci-libs/hipBLAS-common/hipBLAS-common-6.4.3.ebuild new file mode 100644 index 000000000000..867f3cde4720 --- /dev/null +++ b/sci-libs/hipBLAS-common/hipBLAS-common-6.4.3.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"
