diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2017-02-21 10:59:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-21 10:59:01 -0700 |
commit | 4e23f599fcd41dc1f9e182ff4b7d40196837b19d (patch) | |
tree | 53527b598ed19f13e8ac8e421fd0a43ee6d97b98 /numpy/linalg/lapack_lite | |
parent | 0a252f5bd51db92130e6dab6efa91c82b483d1a1 (diff) | |
parent | a1341d968f541bf8165fc3d008358fc4ab75c46b (diff) | |
download | numpy-4e23f599fcd41dc1f9e182ff4b7d40196837b19d.tar.gz |
Merge pull request #8650 from numpy/fix-8381-docs
DOC: Fix obsolete data in readme
Diffstat (limited to 'numpy/linalg/lapack_lite')
-rw-r--r-- | numpy/linalg/lapack_lite/README.rst | 8 |
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. |