mpi4py-py stable port information

Info2: <<

Package: mpi4py-py%type_pkg[python]
Version: 1.2.1
Revision: 1
Maintainer: Lev Givon
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6 2.7)
BuildDepends: openmpi-dev
Depends: python%type_pkg[python], openmpi
Source: http://mpi4py.googlecode.com/files/mpi4py-%v.tar.gz
Source-MD5: 2790cbfe2ffee581516689e5fb85c521
PatchScript: <<
#!/bin/sh -ev
cat > setup.cfg < [config]
mpicc = %p/bin/mpicc
mpicxx = %p/bin/mpixx
EOF
<<
CompileScript: <<
chmod u+w *
%p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
%p/bin/python%type_raw[python] setup.py install --root %d
<<

License: Public Domain
HomePage: http://mpi4py.googlecode.com
DocFiles: *.txt docs/usrman docs/apiref test/ demo/
Description: MPI for Python
DescDetail: <<
MPI for Python provides an object oriented approach to message passing
in Python. Care was taken to translate the syntax and semantics of the
standard MPI-2 bindings for C++ to Python. Any user of the standard
C/C++ MPI bindings should be able to use this module without learning
how to use a new interface.

mpi4py supports a variety of different MPI implementations. This package was
built against OpenMPI.
<<

<<