changeset 5894:6777c50b3249

LAPACK: Update to version 3.10.0. * src/lapack.mk: Update version and checksum. * src/mingw-lapack-1-xerbla.patch: Update patch.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 18 Sep 2021 11:47:30 +0200
parents 53a6c7df43f8
children 27e0d4d3dd11
files src/lapack.mk src/mingw-lapack-1-xerbla.patch
diffstat 2 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/lapack.mk	Thu Sep 16 22:37:45 2021 +0200
+++ b/src/lapack.mk	Sat Sep 18 11:47:30 2021 +0200
@@ -2,8 +2,8 @@
 # See index.html for further information.
 
 PKG             := lapack
-$(PKG)_VERSION  := 3.9.1
-$(PKG)_CHECKSUM := ccb1e9cb6e7fa7db8a680292457d7d990f25d286
+$(PKG)_VERSION  := 3.10.0
+$(PKG)_CHECKSUM := 4a9384523bf236c83568884e8c62d9517e41ac42
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := https://github.com/Reference-LAPACK/$(PKG)/archive/v$($(PKG)_VERSION).tar.gz
--- a/src/mingw-lapack-1-xerbla.patch	Thu Sep 16 22:37:45 2021 +0200
+++ b/src/mingw-lapack-1-xerbla.patch	Sat Sep 18 11:47:30 2021 +0200
@@ -4,7 +4,7 @@
 @@ -37,7 +37,7 @@
  
  set(ALLAUX ilaenv.f ilaenv2stage.f ieeeck.f lsamen.f iparmq.f iparam2stage.F
-    ilaprec.f ilatrans.f ilauplo.f iladiag.f chla_transtype.f
+    ilaprec.f ilatrans.f ilauplo.f iladiag.f chla_transtype.f la_xisnan.F90
 -   ../INSTALL/ilaver.f ../INSTALL/lsame.f xerbla.f xerbla_array.f
 +   ../INSTALL/ilaver.f ../INSTALL/lsame.f xerbla_array.f
     ../INSTALL/slamch.f)
@@ -13,12 +13,12 @@
 diff -ur lapack-3.8.0.orig/SRC/Makefile lapack-3.8.0/SRC/Makefile
 --- lapack-3.8.0.orig/SRC/Makefile	2018-11-07 11:53:43.337468050 -0500
 +++ lapack-3.8.0/SRC/Makefile	2018-11-07 11:56:19.701220847 -0500
-@@ -56,7 +56,7 @@
- #
- #######################################################################
+@@ -69,7 +69,7 @@
+ .o.mod:
+ 	@true
  
 -ALLAUX = ilaenv.o ilaenv2stage.o ieeeck.o lsamen.o xerbla.o xerbla_array.o \
 +ALLAUX = ilaenv.o ilaenv2stage.o ieeeck.o lsamen.o xerbla_array.o \
-    iparmq.o iparam2stage.o \
+    iparmq.o iparam2stage.o la_xisnan.o \
     ilaprec.o ilatrans.o ilauplo.o iladiag.o chla_transtype.o \
     ../INSTALL/ilaver.o ../INSTALL/lsame.o ../INSTALL/slamch.o