Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / hipblaslt
Commits: 5d934833 by Torsten Keßler at 2025-06-01T17:38:11+02:00 upgpkg: 6.4.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = hipblaslt pkgdesc = General matrix-matrix operations beyond a traditional BLAS library - pkgver = 6.4.0 + pkgver = 6.4.1 pkgrel = 1 url = https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/index.html arch = x86_64 @@ -21,9 +21,9 @@ pkgbase = hipblaslt depends = hip-runtime-amd depends = hipblas depends = rocblas - source = hipblaslt-6.4.0.tar.gz::https://github.com/ROCm/hipBLASLt/archive/rocm-6.4.0.tar.gz + source = hipblaslt-6.4.1.tar.gz::https://github.com/ROCm/hipBLASLt/archive/rocm-6.4.1.tar.gz source = hipblaslt-find-msgpack5.patch - sha256sums = a4baa0c7336db9d46a0884c8ccfd0fb7e00a502b478aed9f588aa26fa8773353 + sha256sums = 929f781f86df40143c3ab98df2d746170dedb6788e368335e24c84796285a8a4 sha256sums = 8e6d134a1d45de814099dfe591296de5e1d47f9906ccf9c51d7f2228e992c5f4 pkgname = hipblaslt ===================================== PKGBUILD ===================================== @@ -1,6 +1,6 @@ # Maintainer: Torsten Keßler <tpkessler at archlinux dot org> pkgname=hipblaslt -pkgver=6.4.0 +pkgver=6.4.1 pkgrel=1 pkgdesc='General matrix-matrix operations beyond a traditional BLAS library' arch=('x86_64') @@ -12,7 +12,7 @@ makedepends=('rocm-cmake' 'python' 'cmake' 'git' 'ninja' _git='https://github.com/ROCm/hipBLASLt' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz" "$pkgname-find-msgpack5.patch") -sha256sums=('a4baa0c7336db9d46a0884c8ccfd0fb7e00a502b478aed9f588aa26fa8773353' +sha256sums=('929f781f86df40143c3ab98df2d746170dedb6788e368335e24c84796285a8a4' '8e6d134a1d45de814099dfe591296de5e1d47f9906ccf9c51d7f2228e992c5f4') _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")" @@ -25,15 +25,15 @@ build() { export PATH="/opt/rocm/bin:$PATH" local cmake_args=( -Wno-dev + -G Ninja -B build -S "$_dirname" -D CMAKE_BUILD_TYPE=None - -D CMAKE_C_COMPILER=/opt/rocm/bin/amdclang - -D CMAKE_CXX_COMPILER=/opt/rocm/bin/amdclang++ + -D CMAKE_C_COMPILER=amdclang + -D CMAKE_CXX_COMPILER=amdclang++ -D CMAKE_INSTALL_PREFIX=/opt/rocm -D Tensile_CODE_OBJECT_VERSION=default -D AMDGPU_TARGETS="gfx908;gfx908;gfx90a;gfx90a;gfx942;gfx1100;gfx1101" - -G Ninja ) # -fcf-protection is not supported by HIP, see # https://rocm.docs.amd.com/projects/llvm-project/en/latest/reference/rocmcc.html#support-status-of-other-clang-options View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hipblaslt/-/commit/5d9348334ea122097d4d4728d3c5f435b48bba72 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hipblaslt/-/commit/5d9348334ea122097d4d4728d3c5f435b48bba72 You're receiving this email because of your account on gitlab.archlinux.org.