summaryrefslogtreecommitdiff
path: root/libs/rocm-hipblas-common
diff options
context:
space:
mode:
authorrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
committerrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
commitc82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch)
tree56d864b5a5c6c145edd96178ae219a8f90e191a6 /libs/rocm-hipblas-common
downloadports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'libs/rocm-hipblas-common')
-rw-r--r--libs/rocm-hipblas-common/.footprint14
-rw-r--r--libs/rocm-hipblas-common/.signature6
-rw-r--r--libs/rocm-hipblas-common/MAKEPKG35
3 files changed, 55 insertions, 0 deletions
diff --git a/libs/rocm-hipblas-common/.footprint b/libs/rocm-hipblas-common/.footprint
new file mode 100644
index 0000000..dccea41
--- /dev/null
+++ b/libs/rocm-hipblas-common/.footprint
@@ -0,0 +1,14 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/hipblas-common/
+-rw-r--r-- root/root usr/include/hipblas-common/hipblas-common.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/cmake/
+drwxr-xr-x root/root usr/lib/cmake/hipblas-common/
+-rw-r--r-- root/root usr/lib/cmake/hipblas-common/hipblas-common-config-version.cmake
+-rw-r--r-- root/root usr/lib/cmake/hipblas-common/hipblas-common-config.cmake
+-rw-r--r-- root/root usr/lib/cmake/hipblas-common/hipblas-common-targets.cmake
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/doc/
+drwxr-xr-x root/root usr/share/doc/hipblas-common/
+-rw-r--r-- root/root usr/share/doc/hipblas-common/LICENSE.md
diff --git a/libs/rocm-hipblas-common/.signature b/libs/rocm-hipblas-common/.signature
new file mode 100644
index 0000000..8230a84
--- /dev/null
+++ b/libs/rocm-hipblas-common/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mAmZiub//Mq98IfSj3l+NZwxwO6WW8w0Edegn5VRyDIudHDtlROYGZrPL/rTWg3q1nP2adJ9QijQ9uhHobZ/Ags=
+
+SHA256 (MAKEPKG) = 85b99cc70b2d7b1f314f0cffeefd5c3945022c2dbcda91cdbb2cf714614a7129
+SHA256 (.footprint) = 0494d1cfbf6a13868908409622b361da7c40b589c592fc5c7d9ec4f3dbdde5f0
+SHA256 (rocm-hipblas-common-10.0.tar.gz) = 1428438a1dca95d4a751ed6d22267e49c54ab08a80f31c07e3e077084bce9d0a
+SHA256 (rocm-hipblas-common#10.0-1.pkg.tar.gz) = d13edebe6b3e939a1befb13107f1048ad7348de1907070eef18180aabb24f0f3
diff --git a/libs/rocm-hipblas-common/MAKEPKG b/libs/rocm-hipblas-common/MAKEPKG
new file mode 100644
index 0000000..ea9dd34
--- /dev/null
+++ b/libs/rocm-hipblas-common/MAKEPKG
@@ -0,0 +1,35 @@
+#!/bin/mkpkg
+# description: hipBLAS common headers and cmake config
+# url: https://github.com/ROCm/hipBLAS-common
+
+name=rocm-hipblas-common
+_name=therock
+version=10.0
+release=1
+depends=()
+makedeps=(cmake ninja rocm-cmake)
+source=(https://github.com/ROCm/rocm-libraries/releases/download/$_name-$version/hipblas-common.tar.gz)
+renames=($name-$version.tar.gz)
+sha256sums=(
+ "1428438a1dca95d4a751ed6d22267e49c54ab08a80f31c07e3e077084bce9d0a"
+)
+
+build() {
+ cmake -S hipblas-common -B build -G Ninja -Wno-dev \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_PREFIX_PATH=/usr \
+ -DBUILD_TESTING=OFF
+
+ ninja -C build
+ DESTDIR=$PKG ninja -C build install
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}
+
+# vim: filetype=sh
+