diff options
Diffstat (limited to 'net/openmpi3')
-rw-r--r-- | net/openmpi3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openmpi3/Makefile b/net/openmpi3/Makefile index a377652c0048..67c15b7b7ce5 100644 --- a/net/openmpi3/Makefile +++ b/net/openmpi3/Makefile @@ -2,6 +2,7 @@ PORTNAME= openmpi PORTVERSION= 3.1.6 +PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v${PORTVERSION:R}/downloads/ PKGNAMESUFFIX= 3 @@ -16,8 +17,7 @@ BROKEN_armv6= fails to package: pkg-static: mca_patcher_overwrite.la: No such f BROKEN_armv7= fails to package: pkg-static: mca_patcher_overwrite.la: No such file or directory BROKEN_sparc64= fails to compile on sparc64 -LIB_DEPENDS= libhwloc.so:devel/hwloc \ - libltdl.so:devel/libltdl \ +LIB_DEPENDS= libltdl.so:devel/libltdl \ libevent.so:devel/libevent \ libmunge.so:security/munge @@ -38,7 +38,7 @@ PLIST_SUB+= MPIDIR=${MPIDIR} CONFIGURE_ARGS+= --prefix=${PREFIX}/${MPIDIR} \ --mandir=${PREFIX}/${MPIDIR}/man \ --program-prefix= \ - --with-hwloc=external \ + --with-hwloc=internal \ --with-libltdl \ --enable-mpi-fortran=usempi \ --enable-mpi-cxx \ |