diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2014-08-26 19:55:00 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2014-08-26 19:55:00 +0000 |
commit | 78ae62f1d4661fc7930a4b4cfa0e1eb0132a59b0 (patch) | |
tree | c231c01e60f325a27b9a8aebac3f1c2331f74431 /math/parmetis/Makefile | |
parent | Upgrade to 1.4.1p1. (diff) |
Chase the upgrade of net/mpich2.
Approved by: portmgr (non staged ports)
Diffstat (limited to 'math/parmetis/Makefile')
-rw-r--r-- | math/parmetis/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile index 97225afdc217..bd7e7bdc6794 100644 --- a/math/parmetis/Makefile +++ b/math/parmetis/Makefile @@ -3,7 +3,7 @@ PORTNAME= ParMetis PORTVERSION= 4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math parallel MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/%SUBDIR%/ MASTER_SITE_SUBDIR= . OLD @@ -17,10 +17,13 @@ LICENSE_NAME= University of Minnesota METIS License LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= auto-accept +LIB_DEPENDS= libc++.so:${PORTSDIR}/devel/libc++ + OPTIONS_DEFINE= OPENMPI DOCS OPENMPI_DESC= Use openmpi instead of mpich2 USES= cmake gmake +LDFLAGS+= -lc++ PLIST_FILES= include/parmetis/metis.h \ include/parmetis/parmetis.h \ |