diff options
| author | Maho Nakata <maho@FreeBSD.org> | 2012-01-22 12:03:39 +0000 | 
|---|---|---|
| committer | Maho Nakata <maho@FreeBSD.org> | 2012-01-22 12:03:39 +0000 | 
| commit | c174a42b8b34ea742a75b65883f659a9022a766b (patch) | |
| tree | 0c48b28e7ee764d44fed1a625857d6e72058fb8d /math/lapack | |
| parent | opps forgot to add some patches. (diff) | |
adding another patch.
Diffstat (limited to 'math/lapack')
| -rw-r--r-- | math/lapack/files/patch-r1091 | 39 | 
1 files changed, 39 insertions, 0 deletions
| diff --git a/math/lapack/files/patch-r1091 b/math/lapack/files/patch-r1091 new file mode 100644 index 000000000000..ef33f51c0301 --- /dev/null +++ b/math/lapack/files/patch-r1091 @@ -0,0 +1,39 @@ +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 .. + * | 
