diff options
Diffstat (limited to 'net/mpich/Makefile')
-rw-r--r-- | net/mpich/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile index ff7e104c13b6..a56de523ad68 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -1,7 +1,7 @@ PORTNAME= mpich -DISTVERSION= 4.3.1 +DISTVERSION= 4.3.2 CATEGORIES= net parallel -MASTER_SITES= https://www.mpich.org/static/downloads/${DISTVERSION}/ +MASTER_SITES= https://github.com/pmodels/mpich/releases/download/v${DISTVERSION}/ MAINTAINER= laurent.chardon@gmail.com COMMENT= Portable implementation of MPI-1, MPI-2 and MPI-3 @@ -21,7 +21,7 @@ USES= compiler:c11 libtool localbase perl5 pkgconfig python:build USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-fast="" \ +CONFIGURE_ARGS= --enable-fast="" \ --with-libfabric=${LOCALBASE} \ --with-libfabric-include=${WRKDIR}/include \ --with-hwloc=${LOCALBASE} \ |