Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84219 Details for
Bug 129268
dev-lang/R does not pass make check when compiled with LAPACK-support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch from Fedora
lapack-fixlwork.patch (text/plain), 1.62 KB, created by
Felix Riemann
on 2006-04-08 11:56:04 UTC
(
hide
)
Description:
patch from Fedora
Filename:
MIME Type:
Creator:
Felix Riemann
Created:
2006-04-08 11:56:04 UTC
Size:
1.62 KB
patch
obsolete
>--- LAPACK/SRC/dgesdd.f.BAD 2005-10-06 22:53:05.000000000 -0500 >+++ LAPACK/SRC/dgesdd.f 2005-10-06 22:55:17.000000000 -0500 >@@ -294,6 +294,8 @@ > * > WRKBL = 3*N + ( M+N )*ILAENV( 1, 'DGEBRD', ' ', M, N, -1, > $ -1 ) >+ MAXWRK = MAX( WRKBL, BDSPAC ) >+ MINWRK = BDSPAC > IF( WNTQO ) THEN > WRKBL = MAX( WRKBL, 3*N+N* > $ ILAENV( 1, 'DORMBR', 'QLN', M, N, N, -1 ) ) >@@ -390,6 +392,8 @@ > * > WRKBL = 3*M + ( M+N )*ILAENV( 1, 'DGEBRD', ' ', M, N, -1, > $ -1 ) >+ MAXWRK = MAX( WRKBL, BDSPAC ) >+ MINWRK = BDSPAC > IF( WNTQO ) THEN > WRKBL = MAX( WRKBL, 3*M+M* > $ ILAENV( 1, 'DORMBR', 'QLN', M, M, N, -1 ) ) >--- LAPACK/SRC/sgesdd.f.BAD 2005-10-06 22:55:41.000000000 -0500 >+++ LAPACK/SRC/sgesdd.f 2005-10-06 22:56:50.000000000 -0500 >@@ -294,6 +294,8 @@ > * > WRKBL = 3*N + ( M+N )*ILAENV( 1, 'SGEBRD', ' ', M, N, -1, > $ -1 ) >+ MAXWRK = MAX( WRKBL, BDSPAC ) >+ MINWRK = BDSPAC > IF( WNTQO ) THEN > WRKBL = MAX( WRKBL, 3*N+N* > $ ILAENV( 1, 'SORMBR', 'QLN', M, N, N, -1 ) ) >@@ -390,6 +392,8 @@ > * > WRKBL = 3*M + ( M+N )*ILAENV( 1, 'SGEBRD', ' ', M, N, -1, > $ -1 ) >+ MAXWRK = MAX( WRKBL, BDSPAC ) >+ MINWRK = BDSPAC > IF( WNTQO ) THEN > WRKBL = MAX( WRKBL, 3*M+M* > $ ILAENV( 1, 'SORMBR', 'QLN', M, M, N, -1 ) )
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 129268
: 84219