the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: f2py-py%type_pkg[python]
Version: 2.45.241
Revision: 1004
Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
Architecture: powerpc
GCC: 4.0
Type: python (2.3 2.4)
Description: Fortran to Python Interface Generator
DescDetail: <<
The Fortran to Python Interface Generator, or F2PY for short, is a
command line tool (f2py) for generating Python C/API modules for
wrapping Fortran 77/90/95 subroutines, accessing common blocks from
Python, and calling Python functions from Fortran (call-backs).
Interfacing subroutines/data from Fortran 90/95 modules is supported.
The driver script is installed by f2py-pyXY-bin,
which creates a symlink from f2pyX.Y to f2py (where X.Y
is the python version, i.e. 2.2, 2.3 or 2.4).
<<
Source: http://cens.ioc.ee/projects/f2py2e/2.x/F2PY-2.45.241_1926.tar.gz
Source2: http://cens.ioc.ee/projects/f2py2e/2.x/scipy_distutils-0.3.3_33.572.tar.gz
Depends: python%type_pkg[python] | python%type_pkg[python]-nox, numeric-py%type_pkg[python], g77
PatchScript: <<
#!/bin/sh -ev
mkdir -p other/scipy_distutils
cp -R ../scipy_distutils-0.3.3_33.572/* other/scipy_distutils
patch -p1 < %a/%{ni}.patch
<<
CompileScript: <<
#!/bin/sh -ev
%p/bin/python%type_raw[python] setup.py build
cd other/scipy_distutils
%p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
#!/bin/sh -ev
%p/bin/python%type_raw[python] setup.py install --root=%d
mkdir -p %i/share/doc/%n
mkdir -p %i/bin
cp -R docs/ %i/share/doc/%n
ln -s %p/bin/f2py%type_raw[python] %i/bin/f2py
cd other/scipy_distutils
%p/bin/python%type_raw[python] setup.py install --root=%d
<<
SplitOff: <<
Package: f2py-py%type_pkg[python]-bin
Depends: f2py-py%type_pkg[python]
Conflicts: f2py-py22-bin, f2py-py23-bin, f2py-py24-bin
Replaces: f2py-py22-bin, f2py-py23-bin, f2py-py24-bin
Files: bin/f2py
<<
License: LGPL
Homepage: http://cens.ioc.ee/projects/f2py2e
Maintainer: None
Source-MD5: 8aedac9cad32afdcddcfb026b6393ece
Source2-MD5: 10626a9d407a496b96c1419e26e6ac37
<<