File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ until these scripts are rewritten to use something other than ``plex``.
2121The routines that ``lapack_litemodule.c `` wraps are listed in
2222``wrapped_routines ``, along with a few exceptions that aren't picked up
2323properly. 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
2828This will grab the right routines, with dependencies, put them into the
2929appropriate ``f2c_*.f `` files, run ``f2c `` over them, then do some scrubbing
You can’t perform that action at this time.
0 commit comments