Update LAPACK to 3.9.0

This commit is contained in:
Martin Kroeker 2019-12-29 20:12:40 +01:00 committed by GitHub
parent 744120a6ac
commit df985e16d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 29 additions and 24 deletions

View File

@ -32,7 +32,12 @@
##############################################################################
# makefile for LAPACKE, used to build lapacke binary.
#
include ../../make.inc
TOPSRCDIR = ../..
include $(TOPSRCDIR)/make.inc
.SUFFIXES: .c .o
.c.o:
$(CC) $(CFLAGS) -I../include -c -o $@ $<
OBJ = lapacke_cgb_nancheck.o \
lapacke_cgb_trans.o \
@ -183,15 +188,15 @@ OBJ = lapacke_cgb_nancheck.o \
lapacke_make_complex_float.o \
lapacke_make_complex_double.o
.PHONY: all
all: lib
.PHONY: lib
lib: $(OBJ)
$(ARCH) $(ARCHFLAGS) ../../$(LAPACKELIB) $^
$(RANLIB) ../../$(LAPACKELIB)
$(AR) $(ARFLAGS) $(LAPACKELIB) $^
$(RANLIB) $(LAPACKELIB)
.PHONY: clean cleanobj
clean: cleanobj
cleanobj:
rm -f *.o
.c.o:
$(CC) $(CFLAGS) -I../include -c -o $@ $<

View File

@ -33,7 +33,7 @@
#include "lapacke_utils.h"
/* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/

View File

@ -33,7 +33,7 @@
#include "lapacke_utils.h"
/* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo, transr or
* matrix_layout.
*/

View File

@ -33,7 +33,7 @@
#include "lapacke_utils.h"
/* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/

View File

@ -33,7 +33,7 @@
#include "lapacke_utils.h"
/* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/

View File

@ -33,7 +33,7 @@
#include "lapacke_utils.h"
/* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/

View File

@ -33,7 +33,7 @@
#include "lapacke_utils.h"
/* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo, transr or
* matrix_layout.
*/

View File

@ -33,7 +33,7 @@
#include "lapacke_utils.h"
/* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/

View File

@ -33,7 +33,7 @@
#include "lapacke_utils.h"
/* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/

View File

@ -33,7 +33,7 @@
#include "lapacke_utils.h"
/* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/

View File

@ -33,7 +33,7 @@
#include "lapacke_utils.h"
/* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo, transr or
* matrix_layout.
*/

View File

@ -33,7 +33,7 @@
#include "lapacke_utils.h"
/* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/

View File

@ -33,7 +33,7 @@
#include "lapacke_utils.h"
/* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/

View File

@ -33,7 +33,7 @@
#include "lapacke_utils.h"
/* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/

View File

@ -33,7 +33,7 @@
#include "lapacke_utils.h"
/* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/

View File

@ -33,7 +33,7 @@
#include "lapacke_utils.h"
/* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo, transr or
* matrix_layout.
*/

View File

@ -33,7 +33,7 @@
#include "lapacke_utils.h"
/* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/

View File

@ -33,7 +33,7 @@
#include "lapacke_utils.h"
/* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/

View File

@ -33,7 +33,7 @@
#include "lapacke_utils.h"
/* Check a matrix for NaN entries.
* Since matrix in packed format stored continiously it just required to
* Since matrix in packed format stored continuously it just required to
* check 1d array for NaNs. It doesn't depend upon uplo or matrix_layout.
*/