Change dependence to net/mpich2
Submitted by: thierry
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
#
|
||||
#---------------------------------------------------------------------
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user