From: Martin Köhler Date: Wed, 26 Oct 2016 13:04:39 +0000 (+0200) Subject: Import LAPACK: INSTALL directory X-Git-Tag: upstream/0.2.20^2~99^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c29d20108a3297f059fbd236662a8dd7b213eff;p=platform%2Fupstream%2Fopenblas.git Import LAPACK: INSTALL directory --- diff --git a/lapack-netlib/INSTALL/Makefile b/lapack-netlib/INSTALL/Makefile index d322048..7f7ecc0 100644 --- a/lapack-netlib/INSTALL/Makefile +++ b/lapack-netlib/INSTALL/Makefile @@ -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 diff --git a/lapack-netlib/INSTALL/ilaver.f b/lapack-netlib/INSTALL/ilaver.f index c882d03..b32ea19 100644 --- a/lapack-netlib/INSTALL/ilaver.f +++ b/lapack-netlib/INSTALL/ilaver.f @@ -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 diff --git a/lapack-netlib/INSTALL/make.inc.ifort b/lapack-netlib/INSTALL/make.inc.ifort index 5fca5c4..504ab1c 100644 --- a/lapack-netlib/INSTALL/make.inc.ifort +++ b/lapack-netlib/INSTALL/make.inc.ifort @@ -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 = #