* update lapack to 3.12.0-3

This commit is contained in:
Alexander Baldeck 2024-01-31 09:58:23 +01:00
parent cc6e174816
commit 1a37584f1a

View File

@ -15,7 +15,7 @@ pkgname=(blas
lapacke64
lapack-doc)
pkgver=3.12.0
pkgrel=2
pkgrel=3
url='https://www.netlib.org/lapack'
pkgdesc='Linear Algebra PACKage'
makedepends=(cmake
@ -146,4 +146,5 @@ package_lapack-doc() {
mkdir -p "$pkgdir"/usr/share
cp -r build/DOCS/man "$pkgdir"/usr/share
rm "$pkgdir"/usr/share/man/man3/isnan.3 # conflicts with man-pages
}