ba3a6378a7
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. PR: ports/66738 Submitted by: Jan Lentfer <lentferj@bio.tu-darmstadt.de> Repocopy by: marcus
33 lines
710 B
Makefile
33 lines
710 B
Makefile
# New ports collection makefile for: lam
|
|
# Date created: Aug 21 2001
|
|
# Whom: bremner@unb.ca
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lam7
|
|
PORTVERSION= 7.0.5
|
|
CATEGORIES= net parallel
|
|
MASTER_SITES= http://www.lam-mpi.org/download/files/
|
|
DISTNAME= lam-${PORTVERSION}
|
|
|
|
MAINTAINER= jan.lentfer@web.de
|
|
COMMENT= Local Area Multicomputer MPI implementation
|
|
|
|
USE_BZIP2= yes
|
|
USE_PERL5= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-rsh=ssh
|
|
|
|
CONFLICTS= lam-6.*
|
|
|
|
.include "files/manpages"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
|
|
RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|