Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
openblas


Commits:
e5505ec8 by Antonio Rojas at 2026-04-11T11:53:19+02:00
upgpkg: 0.3.32-2: Fix spgvd/sygvd regression in openblas64

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = openblas
        pkgdesc = An optimized BLAS library based on GotoBLAS2 1.13 BSD
        pkgver = 0.3.32
-       pkgrel = 1
+       pkgrel = 2
        url = https://www.openblas.net/
        arch = x86_64
        license = BSD-3-Clause


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgbase=openblas
 pkgname=(openblas openblas64 blas-openblas blas64-openblas)
 _pkgname=OpenBLAS
 pkgver=0.3.32
-pkgrel=1
+pkgrel=2
 _blasver=3.12.0
 pkgdesc="An optimized BLAS library based on GotoBLAS2 1.13 BSD"
 arch=('x86_64')
@@ -16,6 +16,11 @@ makedepends=('git' 'cmake' 'perl' 'gcc-fortran')
 source=(git+https://github.com/OpenMathLib/OpenBLAS.git#tag=v$pkgver)
 
sha512sums=('dd983d19b1e4dfb1399689df8df52c4c6fad6210236b764f612c25c6909eb95f6cd35245fb68822711e09707fbd5ac3ded0e3d962c725de368e31290071759fa')
 
+prepare() {
+  cd OpenBLAS
+  git cherry-pick -n f9f8e94a1489b4da261cf185e0ba2198880224e9 # Fix 
spgvd/sygvd regression in openblas64
+}
+
 build() {
   # Setting FC manually to avoid picking up f95 and breaking the cmake build
   # https://github.com/xianyi/OpenBLAS/issues/4072#issuecomment-1576388332



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openblas/-/commit/e5505ec80f2444bbdbe0956f5f6bb581799ff13d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openblas/-/commit/e5505ec80f2444bbdbe0956f5f6bb581799ff13d
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to