diff options
Diffstat (limited to 'math/lapack/files/patch-r1091')
-rw-r--r-- | math/lapack/files/patch-r1091 | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/math/lapack/files/patch-r1091 b/math/lapack/files/patch-r1091 deleted file mode 100644 index ef33f51c0301..000000000000 --- a/math/lapack/files/patch-r1091 +++ /dev/null @@ -1,39 +0,0 @@ -Index: SRC/ctprfb.f -=================================================================== ---- SRC/ctprfb.f (revision 1090) -+++ SRC/ctprfb.f (revision 1091) -@@ -280,7 +280,7 @@ - EXTERNAL LSAME - * .. - * .. External Subroutines .. -- EXTERNAL CCOPY, CGEMM, CLACGV, CTRMM -+ EXTERNAL CGEMM, CTRMM - * .. - * .. Intrinsic Functions .. - INTRINSIC CONJG -Index: SRC/ztprfb.f -=================================================================== ---- SRC/ztprfb.f (revision 1090) -+++ SRC/ztprfb.f (revision 1091) -@@ -280,7 +280,7 @@ - EXTERNAL LSAME - * .. - * .. External Subroutines .. -- EXTERNAL ZCOPY, ZGEMM, ZLACGV, ZTRMM -+ EXTERNAL ZGEMM, ZTRMM - * .. - * .. Intrinsic Functions .. - INTRINSIC CONJG -Index: SRC/stprfb.f -=================================================================== ---- SRC/stprfb.f (revision 1090) -+++ SRC/stprfb.f (revision 1091) -@@ -280,7 +280,7 @@ - EXTERNAL LSAME - * .. - * .. External Subroutines .. -- EXTERNAL SCOPY, SGEMM, SLACGV, STRMM -+ EXTERNAL SGEMM, STRMM - * .. - * .. Executable Statements .. - * |