diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2017-02-21 16:26:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-21 16:26:56 +0000 |
commit | a1341d968f541bf8165fc3d008358fc4ab75c46b (patch) | |
tree | 53527b598ed19f13e8ac8e421fd0a43ee6d97b98 /numpy | |
parent | 0a252f5bd51db92130e6dab6efa91c82b483d1a1 (diff) | |
download | numpy-fix-8381-docs.tar.gz |
DOC: Fix obsolete data in readmefix-8381-docs
Link was dead, and this project is neither Numeric nor in CVS any more.
This should have gone into #8381
Diffstat (limited to 'numpy')
-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. |