commit:     f021746c4f2acc2bc01ab3096f2ca50e71504c7a
Author:     Sv. Lockal <lockalsash <AT> gmail <DOT> com>
AuthorDate: Sun Feb 15 16:23:17 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  6 00:44:05 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f021746c

sci-libs/hipBLAS-common: add 7.2.0

Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/45826
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/hipBLAS-common/Manifest                    |  1 +
 sci-libs/hipBLAS-common/hipBLAS-common-7.2.0.ebuild | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/sci-libs/hipBLAS-common/Manifest b/sci-libs/hipBLAS-common/Manifest
index 89ad0786d15f..aeb86e029282 100644
--- a/sci-libs/hipBLAS-common/Manifest
+++ b/sci-libs/hipBLAS-common/Manifest
@@ -4,3 +4,4 @@ DIST hipBLAS-common-6.4.1.tar.gz 7517 BLAKE2B 
a67d34e04b250df6301f544ea667823ec0
 DIST hipBLAS-common-6.4.3.tar.gz 7520 BLAKE2B 
2499393ad164eb3f8d9527853d73754b3a20679361749abf03b73a6dfcf46d010a17b15d3e7342d5b10fff4f4bd53754d22f0330d8d8bddc97b643ef765f08f6
 SHA512 
4b0afa32d9424362358aca69e36e2f0a5e9331ed64372590ce4262fccb394a41d4c613505d87f238e0975bab6b35d862d0efb3a5de0981759f0073b3cb364e59
 DIST hipBLAS-common-7.0.2.tar.gz 7089 BLAKE2B 
b6e81d4893d984b437ecf0bea0dba1aafaf3f095df02dd136ff5563e9c3e4520d3d406cb84932b821aec8863a3a74a18fd8b27bbc6bdcb3727d39338bdff26fe
 SHA512 
3c28ff79a84cf4cdfcd8b1e05cad1b7bdc17e2ab8cf54f93708ddd3b0910d9b33ff2eef0a5334c03624b2af206ffd5ce25f915beaa19eeff9e0ca38ab1e743c6
 DIST hipBLAS-common-7.1.0.tar.gz 7101 BLAKE2B 
c1faeb589bba660426bea87aea3e41e8c66c1426e4a0fab538af0b9859e9a16fba4f5fa0ca0bb737f8251b8a8cd0f0f76629492f3afd5e198aa38b466f2fb413
 SHA512 
59df2e8437f9f226414aab69866bce2084cb2bceb970eb13da81dbcf589065ca480cc9ca71584ad5133d9d1946f5c5ce3fc38e364f474c142d026a14c14fd17c
+DIST hipBLAS-common-7.2.0.tar.gz 7324 BLAKE2B 
d55bd308f04ec6600b0d46824e3a13f0b36f5df009558bd06ac23f03c6733d00e5f17351240e58c804ec11a2695763e83e78efccb0d2577534618953b4fc025a
 SHA512 
aa2497a00b0c6daad3c127c746e4505782def7f6556e03cbc24351c84c26444bcd5da8638f3074cd327938b8411734b97b12fbf37d853a84936b322773a591d1

diff --git a/sci-libs/hipBLAS-common/hipBLAS-common-7.2.0.ebuild 
b/sci-libs/hipBLAS-common/hipBLAS-common-7.2.0.ebuild
new file mode 100644
index 000000000000..3c5bbeb1b158
--- /dev/null
+++ b/sci-libs/hipBLAS-common/hipBLAS-common-7.2.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2026 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/rocm-libraries/tree/develop/projects/hipblas-common";
+SRC_URI="https://github.com/ROCm/rocm-libraries/releases/download/rocm-${PV}/hipblas-common.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/hipblas-common"
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64"
+
+BDEPEND="dev-build/rocm-cmake"

Reply via email to