- Stagify, define LICENSE (GPLv2), sort the knobs, reformat port description

- Convert EXTRACT_SUFX and USE_GMAKE to USES, drop an article from COMMENT,
  use modern LIB_DEPENDS syntax
This commit is contained in:
Alexey Dokuchaev 2014-03-15 15:37:06 +00:00
parent 587837f8ba
commit ab0dc8c069
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348334
2 changed files with 17 additions and 19 deletions

View File

@ -1,25 +1,24 @@
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# Created by: Edward Tomasz Napierala <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
MASTER_SITES= https://www.osc.edu/~djohnson/mpiexec/
MAINTAINER= 5u623l20@gmail.com
COMMENT= A tool to run a parallel job from within a PBS environment
COMMENT= 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
LICENSE= GPLv2
CONFLICTS= mpich2-1.2.*
NO_STAGE= yes
LIB_DEPENDS= libtorque.so:${PORTSDIR}/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>

View File

@ -1,7 +1,6 @@
Mpiexec is a replacement program for the script mpirun, which is
part of the MPICH package. It is used to initialize a parallel job
from within a PBS batch or interactive environment. Mpiexec uses
the task manager library of PBS to spawn copies of the executable
on the nodes in a PBS allocation.
Mpiexec is a replacement program for the script mpirun, which is part of the
MPICH package. It is used to initialize a parallel job from within a PBS
batch or interactive environment. Mpiexec uses the task manager library of
PBS to spawn copies of the executable on the nodes in a PBS allocation.
WWW: http://www.osc.edu/~djohnson/mpiexec/index.php
WWW: https://www.osc.edu/~djohnson/mpiexec/