mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
adding another patch.
This commit is contained in:
parent
7e24845fb7
commit
c174a42b8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289607
39
math/lapack/files/patch-r1091
Normal file
39
math/lapack/files/patch-r1091
Normal file
@ -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 ..
|
||||
*
|
Loading…
Reference in New Issue
Block a user