summaryrefslogtreecommitdiff
path: root/math/lapack/files/patch-r1207
diff options
context:
space:
mode:
Diffstat (limited to 'math/lapack/files/patch-r1207')
-rw-r--r--math/lapack/files/patch-r120711
1 files changed, 0 insertions, 11 deletions
diff --git a/math/lapack/files/patch-r1207 b/math/lapack/files/patch-r1207
deleted file mode 100644
index 549b6caf9eb1..000000000000
--- a/math/lapack/files/patch-r1207
+++ /dev/null
@@ -1,11 +0,0 @@
---- SRC/dgesvd.f 2011-11-12 04:34:11.000000000 +0900
-+++ SRC/dgesvd.f 2012-03-12 16:38:41.000000000 +0900
-@@ -477,7 +477,7 @@
- CALL DGELQF( M, N, A, LDA, DUM(1), DUM(1), -1, IERR )
- LWORK_DGELQF=DUM(1)
- * Compute space needed for DORGLQ
-- CALL DORGLQ( N, N, M, VT, LDVT, DUM(1), DUM(1), -1, IERR )
-+ CALL DORGLQ( N, N, M, DUM(1), N, DUM(1), DUM(1), -1, IERR )
- LWORK_DORGLQ_N=DUM(1)
- CALL DORGLQ( M, N, M, A, LDA, DUM(1), DUM(1), -1, IERR )
- LWORK_DORGLQ_M=DUM(1)