# $Id: Portfile 101611 2013-01-15 01:28:52Z jmr@macports.org $

PortSystem 1.0
PortGroup python 1.0

name             py-par
version          1.9.2
license          GPL-2+
platforms        darwin
maintainers      nomaintainer
description      Parallel Python
long_description Py-par provides bindings to a subset of the \
		 message passing interface standard MPI.
homepage         http://datamining.anu.edu.au/~ole/pypar/
master_sites	 ${homepage} http://distfiles.macports.org/python/
distname         pypar_[string map {. _} ${version}]
extract.suffix	 .tgz
checksums        md5 a21bf293f64ae4531ebcdb7be74b5415

python.versions  24

if {$subport != $name} {
    depends_lib      port:lammpi \
             port:py${python.version}-numeric

    build.env    	CPPFLAGS=-I${python.include}
}
