Skip to content

Commit f807a0b

Browse files
DOC: consistent README.rst and docstring
1 parent 99619f3 commit f807a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numpy/linalg/lapack_lite/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ until these scripts are rewritten to use something other than ``plex``.
2121
The routines that ``lapack_litemodule.c`` wraps are listed in
2222
``wrapped_routines``, along with a few exceptions that aren't picked up
2323
properly. Assuming that you have an unpacked LAPACK source tree in
24-
``~/LAPACK``, you generate the new routines in this directory with::
24+
``/tmp/lapack-3.x.x``, you generate the new routines in this directory with::
2525

26-
$ python ./make_lite.py wrapped_routines ~/LAPACK
26+
$ ./make_lite.py wrapped_routines /tmp/lapack-3.x.x
2727

2828
This will grab the right routines, with dependencies, put them into the
2929
appropriate ``f2c_*.f`` files, run ``f2c`` over them, then do some scrubbing

0 commit comments

Comments
 (0)