Ticket #4090: Portfile

File Portfile, 608 bytes (added by benwill@…, 19 years ago)

Portfile

Line 
1# $Id: $
2
3PortSystem       1.0
4PortGroup        python24 1.0
5name             py-par
6version          1.9.2
7categories       python
8maintainers      benwill at socrates.berkeley.edu
9description      Parallel Python
10long_description Py-par provides bindings to a subset of the \
11                 message passing interface standard MPI.
12homepage         http://datamining.anu.edu.au/~ole/pypar/
13master_sites     ${homepage}
14distname         pypar_1_9_2
15extract.suffix   .tgz
16checksums        md5 a21bf293f64ae4531ebcdb7be74b5415
17
18depends_lib      port:lammpi \
19                 port:py-numeric
20
21build.env       CPPFLAGS=-I${prefix}/include/python2.4