summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-11-27 19:48:24 +0100
committerMichel Zou2023-11-27 19:48:24 +0100
commit920598207081043007bde275b08d8ba31332751b (patch)
tree9c16eb7cb49b125d53967c9a93dd65c07fd23d53
parent76e0f7e61e204f0430663306e61f6355510e8193 (diff)
downloadaur-mingw-w64-lapack.tar.gz
3.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cae60d7ba03..6c879fc86567 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-lapack
pkgdesc = Linear Algebra PACKage (mingw-w64)
- pkgver = 3.11.0
+ pkgver = 3.12.0
pkgrel = 1
url = http://www.netlib.org/lapack
arch = any
@@ -9,8 +9,8 @@ pkgbase = mingw-w64-lapack
options = !buildflags
options = !strip
options = staticlibs
- source = https://github.com/Reference-LAPACK/lapack/archive/v3.11.0.tar.gz
- sha256sums = 4b9ba79bfd4921ca820e83979db76ab3363155709444a787979e81c22285ffa9
+ source = https://github.com/Reference-LAPACK/lapack/archive/v3.12.0.tar.gz
+ sha256sums = eac9570f8e0ad6f30ce4b963f4f033f0f643e7c3912fc9ee6cd99120675ad48b
pkgname = mingw-w64-lapack
depends = mingw-w64-blas
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