mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
c7c57e1eed
Creating extensions to the Python language with Fortran routines
8 lines
375 B
Plaintext
8 lines
375 B
Plaintext
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/
|