]> git.pld-linux.org Git - packages/lapack.git/commitdiff
- etime_ is not exposed in libgfortran-4.2.0 and we need remove declaration
authorSzymon Siwek <sls@pld-linux.org>
Wed, 1 Nov 2006 16:09:48 +0000 (16:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  "external" (if used as-needed flag). It should works with older libgfortran

Changed files:
    lapack-gcc420.patch -> 1.1

lapack-gcc420.patch [new file with mode: 0644]

diff --git a/lapack-gcc420.patch b/lapack-gcc420.patch
new file mode 100644 (file)
index 0000000..d0e9d71
--- /dev/null
@@ -0,0 +1,24 @@
+--- LAPACK/SRC/second.f.orig   2006-10-31 14:52:02.000000000 +0000
++++ LAPACK/SRC/second.f        2006-10-31 14:52:41.000000000 +0000
+@@ -19,9 +19,6 @@
+ *     .. Local Arrays ..
+       REAL               TARRAY( 2 )
+ *     ..
+-*     .. External Functions ..
+-      REAL               ETIME
+-      EXTERNAL           ETIME
+ *     ..
+ *     .. Executable Statements ..
+ *
+--- LAPACK/SRC/dsecnd.f.orig   2006-10-31 14:52:13.000000000 +0000
++++ LAPACK/SRC/dsecnd.f        2006-10-31 14:52:49.000000000 +0000
+@@ -19,9 +19,6 @@
+ *     .. Local Arrays ..
+       REAL               TARRAY( 2 )
+ *     ..
+-*     .. External Functions ..
+-      REAL               ETIME
+-      EXTERNAL           ETIME
+ *     ..
+ *     .. Executable Statements ..
+ *
This page took 0.150085 seconds and 4 git commands to generate.