Change dependence to net/mpich2

Submitted by:	thierry
This commit is contained in:
Maho Nakata
2006-07-23 01:34:26 +00:00
parent b9b0e40b73
commit 2c14bdca88
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
PORTNAME= spooles
PORTVERSION= 2.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= http://www.netlib.org/linalg/spooles/
.ifdef WITH_MPI
@@ -27,7 +27,7 @@ MAINTAINER= maho@FreeBSD.org
COMMENT= SParse Object Oriented Linear Equations Solver
.if defined(WITH_MPI)
BUILD_DEPENDS= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich
BUILD_DEPENDS= ${LOCALBASE}/mpich2/lib/libmpich.a:${PORTSDIR}/net/mpich2
.endif
USE_GMAKE= yes #BSD make gives problems here

View File

@@ -62,7 +62,7 @@
#
# MPI_INSTALL_DIR =
- MPI_INSTALL_DIR = /usr/local/mpich-1.0.13
+MPI_INSTALL_DIR = %%LOCALBASE%%/mpich
+MPI_INSTALL_DIR = %%LOCALBASE%%/mpich2
#
#---------------------------------------------------------------------
#