# $Id: Portfile,v 1.1 2006/03/14 22:14:13 ben Exp $

PortSystem 1.0
name		lammpi
version		7.1.1
categories	science
maintainers	ben@opendarwin.org
description	MPI implementation for parallel computing
long_description	\
"LAM (Local Area Multicomputer) is an MPI programming environment and \
development system for heterogeneous computers on a network.  With LAM, a \
dedicated cluster or an existing network computing infrastructure can act \
as one parallel computer solving one problem."

homepage	http://www.lam-mpi.org/
platforms	darwin
master_sites	${homepage}/download/files/
distname	lam-${version}
use_bzip2	yes
checksums	md5 0a3eee53281884a063ce2c44793672b3

configure.args	--with-rsh="/usr/bin/ssh -x" --without-fc --mandir=${prefix}/share/man --sysconfdir=${prefix}/etc/${name}
