summaryrefslogtreecommitdiff
path: root/numpy/linalg/lapack_lite/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/linalg/lapack_lite/README.rst')
-rw-r--r--numpy/linalg/lapack_lite/README.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/numpy/linalg/lapack_lite/README.rst b/numpy/linalg/lapack_lite/README.rst
index 8bd3b09d4..144d7209e 100644
--- a/numpy/linalg/lapack_lite/README.rst
+++ b/numpy/linalg/lapack_lite/README.rst
@@ -29,14 +29,10 @@ generate the CLAPACK_ distribution.
.. _CLAPACK: http://netlib.org/clapack/index.html
-The versions in Numeric CVS as of 2005-04-12 use the LAPACK source from the
+The versions in the numpy git repo use the LAPACK source from the
`Debian package lapack3`_, version 3.0.20000531a-6. It was found that these
(being regularly maintained) worked better than the patches to the last
released version of LAPACK available at the LAPACK_ page.
-.. _Debian package lapack3: http://packages.debian.org/unstable/libs/lapack3
+.. _Debian package lapack3: https://archive.debian.net/source/etch/lapack3
.. _LAPACK: http://netlib.org/lapack/index.html
-
-A slightly-patched ``f2c`` was used to add parentheses around ``||`` expressions
-and the arguments to ``<<`` to silence gcc warnings. Edit
-the ``src/output.c`` in the ``f2c`` source to do this.