diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-05-18 12:22:21 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-05-18 12:22:21 +0000 |
commit | a6c9f76b6dcc6f8b725f951bd40a6bf3d943e405 (patch) | |
tree | 08196db8d7e971fd8ccb09a35e9f877aa31bd0df /net/mpich/Makefile | |
parent | fbb1b9a1686497469831effa3128737a8b755cfb (diff) |
Notes
Diffstat (limited to 'net/mpich/Makefile')
-rw-r--r-- | net/mpich/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile index e381349c0f1e..075e715e6697 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -2,6 +2,7 @@ PORTNAME= mpich PORTVERSION= 3.1.4 +PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= http://www.mpich.org/static/downloads/${DISTVERSION}/ @@ -26,7 +27,7 @@ OPTIONS_GROUP= PM OPTIONS_GROUP_PM= GFORKER HYDRA OPTIONS_RADIO= DEFAULTPM OPTIONS_RADIO_DEFAULTPM=DGFORKER DHYDRA -OPTIONS_DEFAULT= HYDRA DHYDRA +OPTIONS_DEFAULT= FORTRAN GFORKER HYDRA DHYDRA OPTIONS_SUB= yes FORTRAN_USES= fortran @@ -35,8 +36,10 @@ FORTRAN_CONFIGURE_ON= \ MPICH_LDFLAGS="-Wl,-rpath=${LOCALBASE}/lib/gcc${_GCC_VER} \ -L${LOCALBASE}/lib/gcc${_GCC_VER} -B${LOCALBASE}/bin" +PM_DESC= Process managers GFORKER_DESC= Simple local process manager HYDRA_DESC= Parallel process manager +DEFAULTPM_DESC= Default process manager DGFORKER_DESC= Make gforker the default process manager DHYDRA_DESC= Make hydra the default process manager |