Commit graph

8 commits

Author SHA1 Message Date
Yoshito Komatsu
3ac4fbc0ed Replace tech-pkg@NetBSD.org with pkgsrc-users@NetBSD.org. 2006-05-19 16:51:13 +00:00
Jeremy C. Reed
37f815a375 Change BUILDLINK_DEPENDS.foo to BUILDLINK_API_DEPENDS.foo.
Change BUILDLINK_RECOMMENDED.foo to BUILDLINK_ABI_DEPENDS.foo.

As discussed on tech-pkg.
2006-04-06 07:16:55 +00:00
Thomas Klausner
e081f5490b Reset MAINTAINER -- he stopped working on pkgsrc. 2005-07-27 16:27:55 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Soren Jacobsen
61d872b54c Include pyversion.mk. 2004-05-10 01:39:09 +00:00
Soren Jacobsen
6b89556570 Convert to buildlink3. 2004-05-09 23:50:57 +00:00
Michal Pasternak
9e86ffe3c5 Updated to use py-scipy_distutils package 2003-11-23 13:08:21 +00:00
Michal Pasternak
41d09180e0 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.
2003-11-23 12:07:27 +00:00