diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-01-29 10:44:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-29 10:44:27 +0200 |
commit | 05cb43b1c6b5ad6485747f8a3b7071ea0a263706 (patch) | |
tree | 589a65cff68fc3a6a5858e3f8fbf7d6d5b41b7f9 /numpy/linalg/lapack_lite | |
parent | 29873a0e03bf931b6216cf07be37f900413cf763 (diff) | |
parent | 9ef5f37397051104835b2de4ae9c5de2b824be26 (diff) | |
download | numpy-05cb43b1c6b5ad6485747f8a3b7071ea0a263706.tar.gz |
Merge pull request #15417 from sethtroisi/python2_easy
MAINT: Cleanup references to python2
Diffstat (limited to 'numpy/linalg/lapack_lite')
-rw-r--r-- | numpy/linalg/lapack_lite/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/linalg/lapack_lite/README.rst b/numpy/linalg/lapack_lite/README.rst index ba30aa4ed..ed738ab86 100644 --- a/numpy/linalg/lapack_lite/README.rst +++ b/numpy/linalg/lapack_lite/README.rst @@ -20,7 +20,7 @@ The routines that ``lapack_litemodule.c`` wraps are listed in properly. Assuming that you have an unpacked LAPACK source tree in ``~/LAPACK``, you generate the new routines in this directory with:: -$ python2 ./make_lite.py wrapped_routines ~/LAPACK +$ python ./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 |