summaryrefslogtreecommitdiff
path: root/numpy/f2py/f2py2e.py
diff options
context:
space:
mode:
authorPearu Peterson <pearu.peterson@gmail.com>2006-10-02 20:21:11 +0000
committerPearu Peterson <pearu.peterson@gmail.com>2006-10-02 20:21:11 +0000
commit022b06b4d628d991c8a8a294db92c0d4f93f4c90 (patch)
tree3f869cec4f43e988dc634aa199a2f3eb7a218d27 /numpy/f2py/f2py2e.py
parent58c43785202a4fb52c79b8658afa0682ef59c54a (diff)
downloadnumpy-022b06b4d628d991c8a8a294db92c0d4f93f4c90.tar.gz
F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs.
Diffstat (limited to 'numpy/f2py/f2py2e.py')
-rwxr-xr-xnumpy/f2py/f2py2e.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/numpy/f2py/f2py2e.py b/numpy/f2py/f2py2e.py
index 85102e281..54514dca8 100755
--- a/numpy/f2py/f2py2e.py
+++ b/numpy/f2py/f2py2e.py
@@ -64,6 +64,12 @@ Description: This program generates a Python C/API file (<modulename>module.c)
Options:
+ --3g-numpy Use numpy.f2py.lib tool, the 3rd generation of F2PY,
+ with NumPy support.
+ --2d-numpy Use numpy.f2py tool with NumPy support. [DEFAULT]
+ --2d-numeric Use f2py2e tool with Numeric support.
+ --2d-numarray Use f2py2e tool with Numarray support.
+
-h <filename> Write signatures of the fortran routines to file <filename>
and exit. You can then edit <filename> and use it instead
of <fortran files>. If <filename>==stdout then the