From 384e66ad674bf1b56658e9a8eeda85056fa6b843 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sat, 7 Oct 2006 22:07:22 +0000 Subject: [PATCH] Change dependence to net/mpich2. PR: ports/100729 Approved by: maintainer's time-out (since Jul 22) --- math/parmetis/Makefile | 6 +++--- math/parmetis/files/patch-ab | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile index 0a4a416c2a55..b5867f668268 100644 --- a/math/parmetis/Makefile +++ b/math/parmetis/Makefile @@ -7,15 +7,15 @@ PORTNAME= ParMetis PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math parallel MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/ MAINTAINER= eoin@maths.tcd.ie COMMENT= A package for parallel (mpi) unstructured graph partitioning -RUN_DEPENDS= $(PREFIX)/mpich/bin/mpirun:${PORTSDIR}/net/mpich -BUILD_DEPENDS= $(PREFIX)/mpich/bin/mpicc:${PORTSDIR}/net/mpich +RUN_DEPENDS= ${LOCALBASE}/mpich2/bin/mpirun:${PORTSDIR}/net/mpich2 +BUILD_DEPENDS= ${LOCALBASE}/mpich2/bin/mpicc:${PORTSDIR}/net/mpich2 ALL_TARGET= diff --git a/math/parmetis/files/patch-ab b/math/parmetis/files/patch-ab index bb04056ea7a6..568b3698917b 100644 --- a/math/parmetis/files/patch-ab +++ b/math/parmetis/files/patch-ab @@ -4,7 +4,7 @@ # Which compiler to use -CC = mpicc -+CC = ${PREFIX}/mpich/bin/mpicc ++CC = ${LOCALBASE}/mpich2/bin/mpicc # What optimization level to use @@ -13,7 +13,7 @@ # Which loader to use -LD = mpicc -+LD = ${PREFIX}/mpich/bin/mpicc ++LD = ${LOCALBASE}/mpich2/bin/mpicc # In which directories to look for any additional libraries LIBDIR =