diff options
| author | Maho Nakata <maho@FreeBSD.org> | 2012-01-08 05:12:56 +0000 | 
|---|---|---|
| committer | Maho Nakata <maho@FreeBSD.org> | 2012-01-08 05:12:56 +0000 | 
| commit | 225176ef6ac0099f3a745c548f5e8b681d8d94eb (patch) | |
| tree | 02ebe36ed4cbe0f2f67b362081c8d6d3fff7cce1 /math/lapack/files/patch-TESTING+LIN+Makefile | |
| parent | - Update to 1.31 which fixes build with Perl 5.14 (diff) | |
Update to LAPACK 3.4.0.
PR:		163906
Submitted by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
Feature safe:	yes
Diffstat (limited to 'math/lapack/files/patch-TESTING+LIN+Makefile')
| -rw-r--r-- | math/lapack/files/patch-TESTING+LIN+Makefile | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/math/lapack/files/patch-TESTING+LIN+Makefile b/math/lapack/files/patch-TESTING+LIN+Makefile index c99f71a87466..cd0b2454d07e 100644 --- a/math/lapack/files/patch-TESTING+LIN+Makefile +++ b/math/lapack/files/patch-TESTING+LIN+Makefile @@ -1,5 +1,5 @@ ---- TESTING/LIN/Makefile.orig	2010-06-18 18:48:07.000000000 -0400 -+++ TESTING/LIN/Makefile	2010-08-29 10:55:41.000000000 -0400 +--- TESTING/LIN/Makefile~	2011-11-01 07:21:11.000000000 +0900 ++++ TESTING/LIN/Makefile	2011-11-18 23:32:05.000000000 +0900  @@ -34,11 +34,6 @@   #   ####################################################################### @@ -81,11 +81,11 @@   DSLINTST = dchkab.o \   	ddrvab.o ddrvac.o derrab.o derrac.o dget08.o          \  @@ -250,7 +245,7 @@ -         ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB)  $(BLASLIB) -o xlintstc && mv xlintstc $@ +         ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB)  $(BLASLIB) -o $@ - ../xlintstd : $(ALINTST) $(DLINTST) $(DZLNTST) + xlintstd : $(ALINTST) $(DLINTST) $(DZLNTST) ../../$(LAPACKLIB)  -	$(LOADER) $(LOADOPTS) $^ \  +	$(LOADER) $(LOADOPTS) $(ALINTST) $(DLINTST) $(DZLNTST) \ -         ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB) $(BLASLIB) -o xlintstd && mv xlintstd $@ +         ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB) $(BLASLIB) -o $@ - ../xlintstz : $(ALINTST) $(ZLINTST) $(DZLNTST) + xlintstz : $(ALINTST) $(ZLINTST) $(DZLNTST) ../../$(LAPACKLIB) | 
