Import LAPACK: INSTALL directory
authorMartin Köhler <koehlerm@mpi-magdeburg.mpg.de>
Wed, 26 Oct 2016 13:04:39 +0000 (15:04 +0200)
committerMartin Köhler <koehlerm@mpi-magdeburg.mpg.de>
Wed, 26 Oct 2016 13:04:39 +0000 (15:04 +0200)
lapack-netlib/INSTALL/Makefile
lapack-netlib/INSTALL/ilaver.f
lapack-netlib/INSTALL/make.inc.ifort

index d322048..7f7ecc0 100644 (file)
@@ -1,7 +1,7 @@
 include ../make.inc
 
 .SUFFIXES : .o .f 
-all:  slamch.o dlamch.o testlsame testslamch testdlamch testsecond testdsecnd testieee testversion 
+all:  testlsame testslamch testdlamch testsecond testdsecnd testieee testversion 
 
 testlsame:  lsame.o lsametst.o
        $(LOADER) $(LOADOPTS) -o testlsame lsame.o lsametst.o
index c882d03..b32ea19 100644 (file)
@@ -41,7 +41,7 @@
 *> \author Univ. of Colorado Denver 
 *> \author NAG Ltd. 
 *
-*> \date November 2015
+*> \date June 2016
 *
 *> \ingroup auxOTHERauxiliary
 *
@@ -51,7 +51,7 @@
 *  -- LAPACK computational routine (version 3.6.0) --
 *  -- LAPACK is a software package provided by Univ. of Tennessee,    --
 *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-*     November 2015
+*     June 2016
 *
 *  =====================================================================
 *
@@ -59,7 +59,7 @@
 *  =====================================================================
       VERS_MAJOR = 3
       VERS_MINOR = 6
-      VERS_PATCH = 0
+      VERS_PATCH = 1
 *  =====================================================================
 *
       RETURN
index 5fca5c4..504ab1c 100644 (file)
@@ -1,7 +1,7 @@
 ####################################################################
 #  LAPACK make include file.                                       #
 #  LAPACK, Version 3.6.0                                           #
-#  November 2015                                                   #
+#  June 2016                                                   #
 ####################################################################
 #
 SHELL = /bin/sh
@@ -13,9 +13,9 @@ SHELL = /bin/sh
 #  and desired load options for your machine.
 #
 FORTRAN  = ifort
-OPTS     = -O3 
+OPTS     = -O3 -fp-model strict
 DRVOPTS  = $(OPTS)
-NOOPT    = -O3 -fltconsistency -fp_port 
+NOOPT    = -O0 -fp-model strict
 LOADER   = ifort
 LOADOPTS = 
 #