diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-10-07 22:07:22 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-10-07 22:07:22 +0000 |
commit | 384e66ad674bf1b56658e9a8eeda85056fa6b843 (patch) | |
tree | 95afaa2c05d94e7a8fd1f9d6186381fc659d78d3 | |
parent | 39df885ea9808ce2e6b6a8cf2b28adf5cd152c28 (diff) | |
download | ports-384e66ad674bf1b56658e9a8eeda85056fa6b843.tar.gz ports-384e66ad674bf1b56658e9a8eeda85056fa6b843.zip |
Notes
-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 = |