mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
1 changed files with 39 additions and 0 deletions
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…
Add table
Reference in a new issue