NOTICE: This package has been removed from pkgsrc

./wip/py-f2py2e, Fortran to Python interface generator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.37.233, Package name: py24-f2py2e-2.37.233, Maintainer: pkgsrc-users

The purpose of the F2PY --Fortran to Python interface generator-- project is
to provide connection between Python and Fortran languages. F2PY is a Python
extension tool for creating Python C/API modules from (handwritten or F2PY
generated) signature files (or directly from Fortran sources). The generated
extension modules facilitate:

* Calling Fortran 77/90/95, Fortran 90/95 module, and C functions from Python.
* Accessing Fortran 77 COMMON blocks and Fortran 90/95 module data (including
allocatable arrays) from Python.
* Calling Python functions from Fortran or C (call-backs).
* Automatically handling the difference in the data storage order of
multi-dimensional Fortran and Numerical Python (i.e. C) arrays.


Required to run:
[lang/python24] [wip/py-scipy_distutils]

Master sites:

SHA1: 8780cf889ca202986522a7654f64a2bf5263c46e
Filesize: 155.503 KB

Version history: (Expand)


CVS history: (Expand)


   2008-06-25 13:19:23 by mwdavies | Files touched by this commit (15) | Package removed
Log message:
Remove obsolete scipy packages.  latest is in py-scipy and depends on
py-numpy.
   2006-05-19 18:51:28 by Yoshito Komatsu | Files touched by this commit (95)
Log message:
Replace tech-pkg@NetBSD.org with pkgsrc-users@NetBSD.org.
   2006-04-06 09:18:13 by Jeremy C. Reed | Files touched by this commit (23)
Log message:
Change BUILDLINK_DEPENDS.foo to BUILDLINK_API_DEPENDS.foo.

Change BUILDLINK_RECOMMENDED.foo to BUILDLINK_ABI_DEPENDS.foo.

As discussed on tech-pkg.
   2005-07-27 18:28:20 by Thomas Klausner | Files touched by this commit (5)
Log message:
Reset MAINTAINER -- he stopped working on pkgsrc.
   2005-04-11 23:14:59 by Todd Vierling | Files touched by this commit (1)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

   2004-05-10 03:39:10 by Soren Jacobsen | Files touched by this commit (1)
Log message:
Include pyversion.mk.
   2004-05-10 02:01:10 by Soren Jacobsen | Files touched by this commit (3)
Log message:
Convert to buildlink3.
   2003-11-23 14:08:21 by Michal Pasternak | Files touched by this commit (3)
Log message:
Updated to use py-scipy_distutils package