freebsd-ports/sysutils/mpiexec/Makefile
Martin Wilke dc9f536245 - Update to 0.84
- Pass maintainership to submitter

PR:		165947
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:	yes
2012-03-24 16:04:09 +00:00

29 lines
591 B
Makefile

# New ports collection makefile for: mpiexec
# Date created: 2006-11-16
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= mpiexec
PORTVERSION= 0.84
CATEGORIES= sysutils parallel
MASTER_SITES= http://www.osc.edu/~djohnson/mpiexec/
EXTRACT_SUFX= .tgz
MAINTAINER= 5u623l20@gmail.com
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
CONFIGURE_ARGS= --with-default-comm=mpich2
PLIST_FILES= bin/mpiexec
MAN1= mpiexec.1
CONFLICTS= mpich2-1.2.*
.include <bsd.port.mk>