diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-16 04:28:37 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-16 04:28:37 +0800 |
commit | af9823a66bfe14cab1c3c4d8f5e76bba8a3ba9d9 (patch) | |
tree | d98b0604b01115620c4abdff9b9be69689b6f021 /net/mpich/Makefile | |
parent | d447b31712be21882ed577eba869087acacd85fa (diff) | |
download | freebsd-ports-gnome-af9823a66bfe14cab1c3c4d8f5e76bba8a3ba9d9.tar.gz freebsd-ports-gnome-af9823a66bfe14cab1c3c4d8f5e76bba8a3ba9d9.tar.zst freebsd-ports-gnome-af9823a66bfe14cab1c3c4d8f5e76bba8a3ba9d9.zip |
Update to MPICH 3.1.2
From the announcement:
This release contains significant enhancements to the BG/Q device,
especially for RMA and shared memory functionality. It also contains
enhancements to ROMIO and upgrades hwloc to 1.9. In addition, it updates
its weak alias support to align with gcc-4.x, has a better implementation
of MPI_Allreduce for intercommunicator, adds more F08 test cases and fixes
several bugs present in 3.1.1.
Diffstat (limited to 'net/mpich/Makefile')
-rw-r--r-- | net/mpich/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile index a4358f9dd001..98cb502e3bb4 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= mpich -PORTVERSION= 3.1.1 -PORTREVISION= 1 +PORTVERSION= 3.1.2 CATEGORIES= net parallel MASTER_SITES= http://www.mpich.org/static/downloads/${DISTVERSION}/ @@ -26,7 +25,7 @@ OPTIONS_GROUP= PM OPTIONS_GROUP_PM= GFORKER HYDRA OPTIONS_RADIO= DEFAULTPM OPTIONS_RADIO_DEFAULTPM=DGFORKER DHYDRA -OPTIONS_DEFAULT= FORTRAN HYDRA DHYDRA +OPTIONS_DEFAULT= HYDRA DHYDRA OPTIONS_SUB= yes FORTRAN_CONFIGURE_ENABLE= fortran |