Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
magma
Commits:
069a4699 by Christian Heusel at 2025-11-21T02:18:59+01:00
upgpkg: 2.9.0-4: Rebuild for ROCm 7.1.0
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = magma
pkgver = 2.9.0
- pkgrel = 3
+ pkgrel = 4
url = https://icl.utk.edu/magma/
arch = x86_64
license = BSD-3-Clause
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ _pkgname=magma
pkgbase=$_pkgname
pkgname=(magma-cuda magma-hip)
pkgver=2.9.0
-pkgrel=3
+pkgrel=4
_pkgdesc="Matrix Algebra on GPU and Multicore Architectures"
arch=('x86_64')
url="https://icl.utk.edu/magma/"
@@ -27,8 +27,7 @@ source=(
)
sha256sums=('bd18fbfd1b36dbcfd604b22f2fdfaf0a18c5dcfbe09fe1f1b2f2fe3e365bc304'
'1dd10785f143adfd73cfd5c5fae44553ea52c10bd9a8fcd20f97819529a0ead1')
-
-# -g produces a crash when building with hipcc 7.1.25450-9999 as well as
amdclang++ 20.0.0git
+# -g makes rocm-llvm crash for magma
options=(!lto !debug)
_valid_sm() {
=====================================
REUSE.toml
=====================================
@@ -23,6 +23,7 @@ SPDX-License-Identifier = "0BSD"
[[annotations]]
path = [
+ "ROCm-use-HIPBLAS_V2-types-and-APIs-ROCm-7-ready.patch",
"fix-cuda13.patch",
]
SPDX-FileCopyrightText = "magma contributors"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/magma/-/commit/069a46999d35101c28af7606260f6700e2847804
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/magma/-/commit/069a46999d35101c28af7606260f6700e2847804
You're receiving this email because of your account on gitlab.archlinux.org.