freebsd-ports/sysutils/mpiexec/Makefile

27 lines
559 B
Makefile
Raw Normal View History

# New ports collection makefile for: mpiexec
# Date created: 2006-11-16
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= mpiexec
2008-03-04 19:49:52 +01:00
PORTVERSION= 0.83
CATEGORIES= sysutils parallel
MASTER_SITES= http://www.osc.edu/~pw/mpiexec/
EXTRACT_SUFX= .tgz
MAINTAINER= trasz@FreeBSD.org
COMMENT= A tool to run a parallel job from within a PBS environment
LIB_DEPENDS= torque.2:${PORTSDIR}/sysutils/torque
GNU_CONFIGURE= yes
USE_GMAKE= yes
2008-03-04 19:49:52 +01:00
CONFIGURE_ARGS= --with-default-comm=mpich2
PLIST_FILES= bin/mpiexec
MAN1= mpiexec.1
.include <bsd.port.mk>