extra/openblas to 0.3.26-3

This commit is contained in:
Kevin Mihelich 2024-02-03 00:48:13 +00:00
parent 0cd698bf65
commit 07ae5a4eb5
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -9,7 +9,7 @@ pkgbase=openblas
pkgname=(openblas openblas64 blas-openblas blas64-openblas)
_pkgname=OpenBLAS
pkgver=0.3.26
pkgrel=2
pkgrel=3
_blasver=3.12.0
pkgdesc="An optimized BLAS library based on GotoBLAS2 1.13 BSD"
arch=('x86_64')
@ -37,7 +37,7 @@ build() {
-DNO_AFFINITY=ON \
-DUSE_OPENMP=1 \
-DNO_WARMUP=1 \
-DCORE=$CORE \
-DTARGET=$CORE \
-DNUM_THREADS=64 \
-DDYNAMIC_ARCH=$DYN
cmake --build build
@ -49,7 +49,7 @@ build() {
-DNO_AFFINITY=ON \
-DUSE_OPENMP=1 \
-DNO_WARMUP=1 \
-DCORE=$CORE \
-DTARGET=$CORE \
-DNUM_THREADS=64 \
-DDYNAMIC_ARCH=$DYN \
-DINTERFACE64=1