diff options
Diffstat (limited to '')
-rw-r--r-- | math/lapack/files/patch-ai | 49 |
1 files changed, 11 insertions, 38 deletions
diff --git a/math/lapack/files/patch-ai b/math/lapack/files/patch-ai index c8798f7b79d0..5cc149964d0e 100644 --- a/math/lapack/files/patch-ai +++ b/math/lapack/files/patch-ai @@ -1,38 +1,11 @@ ---- TESTING/EIG/Makefile.orig Tue Mar 2 16:41:11 1999 -+++ TESTING/EIG/Makefile Wed Oct 6 11:04:27 1999 -@@ -63,7 +63,7 @@ - sget54.o sglmts.o sgqrts.o sgrqts.o sgsvts.o \ - shst01.o slarfy.o slarhs.o slatm4.o slctes.o slctsx.o slsets.o sort01.o \ - sort03.o ssbt21.o ssgt01.o sslect.o sspt21.o sstt21.o \ -- sstt22.o ssyt21.o ssyt22.o -+ sstt22.o ssyt21.o ssyt22.o $(FPMCLR) - - CEIGTST = cchkee.o \ - cbdt01.o cbdt02.o cbdt03.o \ -@@ -80,7 +80,7 @@ - chbt21.o chet21.o chet22.o chpt21.o chst01.o \ - clarfy.o clarhs.o clatm4.o clctes.o clctsx.o clsets.o csbmv.o \ - csgt01.o cslect.o \ -- cstt21.o cstt22.o cunt01.o cunt03.o -+ cstt21.o cstt22.o cunt01.o cunt03.o $(FPMCLR) - - DZIGTST = dlafts.o dlahd2.o dlasum.o dlatb9.o dstech.o dstect.o \ - dsvdch.o dsvdct.o dsxt1.o -@@ -100,7 +100,7 @@ - dget54.o dglmts.o dgqrts.o dgrqts.o dgsvts.o \ - dhst01.o dlarfy.o dlarhs.o dlatm4.o dlctes.o dlctsx.o dlsets.o dort01.o \ - dort03.o dsbt21.o dsgt01.o dslect.o dspt21.o dstt21.o \ -- dstt22.o dsyt21.o dsyt22.o -+ dstt22.o dsyt21.o dsyt22.o $(FPMCLR) - - ZEIGTST = zchkee.o \ - zbdt01.o zbdt02.o zbdt03.o \ -@@ -117,7 +117,7 @@ - zhbt21.o zhet21.o zhet22.o zhpt21.o zhst01.o \ - zlarfy.o zlarhs.o zlatm4.o zlctes.o zlctsx.o zlsets.o zsbmv.o \ - zsgt01.o zslect.o \ -- zstt21.o zstt22.o zunt01.o zunt03.o -+ zstt21.o zstt22.o zunt01.o zunt03.o $(FPMCLR) - - all: single complex double complex16 - +--- TESTING/EIG/Makefile.orig Thu Nov 4 19:27:50 1999 ++++ TESTING/EIG/Makefile Wed Dec 22 13:58:11 1999 +@@ -43,7 +43,7 @@ + ilaenv.o \ + xerbla.o \ + xlaenv.o \ +- chkxer.o ++ chkxer.o $(FPMCLR) + + SCIGTST = slafts.o slahd2.o slasum.o slatb9.o sstech.o sstect.o \ + ssvdch.o ssvdct.o ssxt1.o |