extra/openblas to 0.3.29-1

This commit is contained in:
Kevin Mihelich 2025-03-18 23:17:27 +00:00
parent 123fe33fa7
commit f6de25aca0
2 changed files with 6 additions and 6 deletions
extra/openblas

View file

@ -1,6 +1,6 @@
pkgbase = openblas
pkgdesc = An optimized BLAS library based on GotoBLAS2 1.13 BSD
pkgver = 0.3.28
pkgver = 0.3.29
pkgrel = 1
url = https://www.openblas.net/
arch = x86_64
@ -10,8 +10,8 @@ pkgbase = openblas
makedepends = perl
makedepends = gcc-fortran
depends = gcc-libs
source = git+https://github.com/xianyi/OpenBLAS#tag=v0.3.28
sha512sums = 4ccacf6467f7406a538bdefb2ae5a554a9f07cf636449582c1fb49f62ea7e340320ccb48508776c3afddaa57ff9dac492e4d678e41312fb979e9c58f9cf0b353
source = git+https://github.com/xianyi/OpenBLAS#tag=v0.3.29
sha512sums = 1b6e5e4807f7a9531663294bf083ac709eb669ef37923875995d7cad6390e19e9ed8718ae11d3f52b2a9f0e3661dbe8988986cae52828cada13a726a6642255c
pkgname = openblas
@ -25,7 +25,7 @@ pkgname = blas-openblas
provides = cblas=3.12.0
provides = lapack=3.12.0
provides = lapacke=3.12.0
provides = openblas-lapack=0.3.28
provides = openblas-lapack=0.3.29
conflicts = blas
conflicts = cblas
conflicts = lapack

View file

@ -8,7 +8,7 @@
pkgbase=openblas
pkgname=(openblas openblas64 blas-openblas blas64-openblas)
_pkgname=OpenBLAS
pkgver=0.3.28
pkgver=0.3.29
pkgrel=1
_blasver=3.12.0
pkgdesc="An optimized BLAS library based on GotoBLAS2 1.13 BSD"
@ -18,7 +18,7 @@ license=('BSD')
depends=('gcc-libs')
makedepends=('git' 'cmake' 'perl' 'gcc-fortran')
source=(git+https://github.com/xianyi/OpenBLAS#tag=v$pkgver)
sha512sums=('4ccacf6467f7406a538bdefb2ae5a554a9f07cf636449582c1fb49f62ea7e340320ccb48508776c3afddaa57ff9dac492e4d678e41312fb979e9c58f9cf0b353')
sha512sums=('1b6e5e4807f7a9531663294bf083ac709eb669ef37923875995d7cad6390e19e9ed8718ae11d3f52b2a9f0e3661dbe8988986cae52828cada13a726a6642255c')
build() {
[[ $CARCH == "aarch64" ]] && CORE="ARMV8" && DYN="OFF"