summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2020-01-01 21:05:27 +0200
committerPauli Virtanen <pav@iki.fi>2020-01-01 21:43:12 +0200
commitdaa63afdbaf59a281b680668c2fdbaac1ca49f04 (patch)
tree82010108603a2ae1198b9c50e41a83940eafb80d /numpy
parent6253ff78be7f21898178799758717bfe59368b94 (diff)
downloadnumpy-daa63afdbaf59a281b680668c2fdbaac1ca49f04.tar.gz
DOC: lapack_lite: fix incorrect information in lapack_lite README
Diffstat (limited to 'numpy')
-rw-r--r--numpy/linalg/lapack_lite/README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/linalg/lapack_lite/README.rst b/numpy/linalg/lapack_lite/README.rst
index 1343d25f8..ba30aa4ed 100644
--- a/numpy/linalg/lapack_lite/README.rst
+++ b/numpy/linalg/lapack_lite/README.rst
@@ -18,9 +18,9 @@ and is unlikely to ever be ported to python 3.
The routines that ``lapack_litemodule.c`` wraps are listed in
``wrapped_routines``, along with a few exceptions that aren't picked up
properly. Assuming that you have an unpacked LAPACK source tree in
-``~/LAPACK``, you generate the new routines in a directory ``new-lite/`` with::
+``~/LAPACK``, you generate the new routines in this directory with::
-$ python2 ./make_lite.py wrapped_routines ~/LAPACK new-lite/
+$ python2 ./make_lite.py wrapped_routines ~/LAPACK
This will grab the right routines, with dependencies, put them into the
appropriate ``f2c_*.f`` files, run ``f2c`` over them, then do some scrubbing