summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-10-07 22:07:22 +0000
committerthierry <thierry@FreeBSD.org>2006-10-07 22:07:22 +0000
commit95cb9f487b76c29276df87e12d77aaa7c7f5d55a (patch)
treef105221a6cd9672228966023d9e9e58f1b659d8f /math
parent67031111f57d67567be910d6d542de02d151c6e6 (diff)
downloadFreeBSD-ports-95cb9f487b76c29276df87e12d77aaa7c7f5d55a.zip
FreeBSD-ports-95cb9f487b76c29276df87e12d77aaa7c7f5d55a.tar.gz
Change dependence to net/mpich2.
PR: ports/100729 Approved by: maintainer's time-out (since Jul 22)
Diffstat (limited to 'math')
-rw-r--r--math/parmetis/Makefile6
-rw-r--r--math/parmetis/files/patch-ab4
2 files changed, 5 insertions, 5 deletions
diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile
index 0a4a416..b5867f6 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 bb04056..568b369 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 =
OpenPOWER on IntegriCloud