diff options
Diffstat (limited to 'devel/py-fortran/pkg-descr')
-rw-r--r-- | devel/py-fortran/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/py-fortran/pkg-descr b/devel/py-fortran/pkg-descr new file mode 100644 index 000000000000..011d87eb862d --- /dev/null +++ b/devel/py-fortran/pkg-descr @@ -0,0 +1,7 @@ +Pyfort is a tool for connecting Fortran routines (and "Fortran-like" C) to +Python and its Numerical Python array extension. Pyfort translates an module +file that describes the routines you wish to access from Python into a C +language source file defining a Python module. Pyfort will also build and +install this extension into Python. + +WWW: http://pyfortran.sourceforge.net/ |