# $Id: Portfile 30251 2007-10-23 02:18:30Z jmpp@macports.org $

PortSystem 1.0
name		lammpi
version		7.1.3
categories	science
maintainers	nomaintainer
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	sha1 4a583308c0442eb46f4fd0abe7e26ea3e1fd4adb

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