diff options
author | tijl <tijl@FreeBSD.org> | 2015-05-18 20:22:21 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-05-18 20:22:21 +0800 |
commit | a0ebce47d7ad8cdc1145b886fd05fc08312dcf4f (patch) | |
tree | 08196db8d7e971fd8ccb09a35e9f877aa31bd0df /net/mpich | |
parent | 9c25977c0d7c8272c496d1fa7dda1365ccd91444 (diff) | |
download | freebsd-ports-gnome-a0ebce47d7ad8cdc1145b886fd05fc08312dcf4f.tar.gz freebsd-ports-gnome-a0ebce47d7ad8cdc1145b886fd05fc08312dcf4f.tar.zst freebsd-ports-gnome-a0ebce47d7ad8cdc1145b886fd05fc08312dcf4f.zip |
- Enable FORTRAN and GFORKER options by default due to popular request
- Add option group descriptions
Diffstat (limited to 'net/mpich')
-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 |