diff options
author | thierry <thierry@FreeBSD.org> | 2006-10-08 06:07:22 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-10-08 06:07:22 +0800 |
commit | 95cb9f487b76c29276df87e12d77aaa7c7f5d55a (patch) | |
tree | f105221a6cd9672228966023d9e9e58f1b659d8f /math | |
parent | 67031111f57d67567be910d6d542de02d151c6e6 (diff) | |
download | freebsd-ports-gnome-95cb9f487b76c29276df87e12d77aaa7c7f5d55a.tar.gz freebsd-ports-gnome-95cb9f487b76c29276df87e12d77aaa7c7f5d55a.tar.zst freebsd-ports-gnome-95cb9f487b76c29276df87e12d77aaa7c7f5d55a.zip |
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/Makefile | 6 | ||||
-rw-r--r-- | 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 = |