bump to 0.3.30

This commit is contained in:
Guillaume Horel 2025-06-30 08:50:34 -04:00
parent 14603a3fbc
commit c6b3e75eab
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = openblas-lapack
pkgdesc = Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)
pkgver = 0.3.29
pkgver = 0.3.30
pkgrel = 1
url = http://www.openblas.net/
arch = x86_64
@ -19,7 +19,7 @@ pkgbase = openblas-lapack
conflicts = cblas
conflicts = lapacke
options = !emptydirs
source = OpenBLAS-0.3.29.tar.gz::https://github.com/xianyi/OpenBLAS/releases/download/v0.3.29/OpenBLAS-0.3.29.tar.gz
sha256sums = 38240eee1b29e2bde47ebb5d61160207dc68668a54cac62c076bb5032013b1eb
source = OpenBLAS-0.3.30.tar.gz::https://github.com/xianyi/OpenBLAS/releases/download/v0.3.30/OpenBLAS-0.3.30.tar.gz
sha256sums = 27342cff518646afb4c2b976d809102e368957974c250a25ccc965e53063c95d
pkgname = openblas-lapack

View file

@ -7,7 +7,7 @@ pkgname=openblas-lapack
_PkgName=OpenBLAS
_pkgname=openblas
# grep VERSION "${srcdir}/${_PkgName}-${pkgver}"/lapack-netlib/README.md | tail -n 1 | cut -d ' ' -f 2
pkgver=0.3.29
pkgver=0.3.30
_lapackver=3.12.0
_blasver=3.12.0
pkgrel=1
@ -21,7 +21,7 @@ provides=('openblas' "blas=${_blasver}" "lapack=${_lapackver}" "cblas=${_blasver
conflicts=('openblas' 'blas' 'lapack' 'cblas' 'lapacke')
options=(!emptydirs)
source=(${_PkgName}-${pkgver}.tar.gz::https://github.com/xianyi/OpenBLAS/releases/download/v${pkgver}/OpenBLAS-$pkgver.tar.gz)
sha256sums=('38240eee1b29e2bde47ebb5d61160207dc68668a54cac62c076bb5032013b1eb')
sha256sums=('27342cff518646afb4c2b976d809102e368957974c250a25ccc965e53063c95d')
# Add the following line to the _config variable if you want to set the number of make jobs
# MAKE_NB_JOBS=2 \