summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2023-11-27 19:48:24 +0100
committerMichel Zou2023-11-27 19:48:24 +0100
commit920598207081043007bde275b08d8ba31332751b (patch)
tree9c16eb7cb49b125d53967c9a93dd65c07fd23d53 /PKGBUILD
parent76e0f7e61e204f0430663306e61f6355510e8193 (diff)
downloadaur-mingw-w64-lapack.tar.gz
3.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7271d8b5998..afd814cd62b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-lapack
pkgname=('mingw-w64-lapack' 'mingw-w64-blas' 'mingw-w64-cblas' 'mingw-w64-lapacke')
-pkgver=3.11.0
+pkgver=3.12.0
pkgrel=1
arch=('any')
pkgdesc="Linear Algebra PACKage (mingw-w64)"
@@ -9,7 +9,7 @@ options=('!buildflags' '!strip' 'staticlibs')
license=('LGPL')
url="http://www.netlib.org/lapack"
source=("https://github.com/Reference-LAPACK/lapack/archive/v${pkgver}.tar.gz")
-sha256sums=('4b9ba79bfd4921ca820e83979db76ab3363155709444a787979e81c22285ffa9')
+sha256sums=('eac9570f8e0ad6f30ce4b963f4f033f0f643e7c3912fc9ee6cd99120675ad48b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -29,7 +29,6 @@ build()
-DLAPACKE=ON \
-DCBLAS=ON \
-DBUILD_TESTING=OFF \
- -DTEST_FORTRAN_COMPILER=OFF \
..
make
popd
@@ -39,7 +38,6 @@ build()
-DLAPACKE=ON \
-DCBLAS=ON \
-DBUILD_TESTING=OFF \
- -DTEST_FORTRAN_COMPILER=OFF \
..
make
popd