1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

25 lines
533 B
Makefile

# Created by: Edward Tomasz Napierala <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= mpiexec
PORTVERSION= 0.84
CATEGORIES= sysutils parallel
MASTER_SITES= https://www.osc.edu/~djohnson/mpiexec/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Tool to run a parallel job from within a PBS environment
LICENSE= GPLv2
CONFLICTS= mpich2-1.2.*
LIB_DEPENDS= libtorque.so:sysutils/torque
USES= gmake tar:tgz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-default-comm=mpich2
PLIST_FILES= bin/mpiexec man/man1/mpiexec.1.gz
.include <bsd.port.mk>