From 07ae5a4eb57e6c7173a0fcc180617d1f7d820499 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 3 Feb 2024 00:48:13 +0000 Subject: [PATCH] extra/openblas to 0.3.26-3 --- extra/openblas/.SRCINFO | 2 +- extra/openblas/PKGBUILD | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extra/openblas/.SRCINFO b/extra/openblas/.SRCINFO index 230263602..96ef39fcf 100644 --- a/extra/openblas/.SRCINFO +++ b/extra/openblas/.SRCINFO @@ -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 diff --git a/extra/openblas/PKGBUILD b/extra/openblas/PKGBUILD index b41cee0b1..0afe445f3 100644 --- a/extra/openblas/PKGBUILD +++ b/extra/openblas/PKGBUILD @@ -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