summaryrefslogtreecommitdiff
path: root/math/lapack/files/patch-r1207
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2012-08-26 04:24:25 +0000
committerMaho Nakata <maho@FreeBSD.org>2012-08-26 04:24:25 +0000
commit95c01bedddd3c49e82b79291050ef305c7be030a (patch)
tree3fcb8c23be051ae9779eb96a4f1cf5fe5fd81030 /math/lapack/files/patch-r1207
parent- Update to 2.4.9.8 (diff)
Update to 3.4.1.
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)