# $Id: Portfile,v 1.4 2006/04/06 06:21:25 blb Exp $

PortSystem 1.0

name			lam
version			7.1.1
categories		net science parallel
maintainers		mww@opendarwin.org
description		Local Area Multicomputer MPI implementation
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. It features extensive debugging \
				support in the application development cycle and peak \
				performance for production applications. LAM features a full \
				implementation of the MPI communication standard.
homepage		http://www.lam-mpi.org/
platforms		darwin
master_sites	http://www.lam-mpi.org/download/files/ \
				http://lam.squyres.com/download/files/ \
				http://lam.fries.net/download/files/ \
				http://www.thinkingnerds.com/lam/download/files/ \
				http://lam-mpi.lzu.edu.cn/download/files/
checksums		md5 0a3eee53281884a063ce2c44793672b3
use_bzip2		yes

configure.args	--without-fc \
				--without-romio \
				--mandir=${prefix}/share/man

destroot.args	docdir=${prefix}/share/doc/lam

variant g77 {
	depends_lib		bin:g77:gcc34
	configure.args	--with-fc
}
