diff options
author | thierry <thierry@FreeBSD.org> | 2009-11-28 18:44:56 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2009-11-28 18:44:56 +0800 |
commit | 821dbba052a0ebd1ff69db896a7e5af7c9a21fd9 (patch) | |
tree | 83ed04ecf451d9c7a671e32f6ad037860245534a /math/spooles | |
parent | 6156d85b8e504b4e5ea95a6e25e7d34c0e31fde6 (diff) | |
download | freebsd-ports-gnome-821dbba052a0ebd1ff69db896a7e5af7c9a21fd9.tar.gz freebsd-ports-gnome-821dbba052a0ebd1ff69db896a7e5af7c9a21fd9.tar.zst freebsd-ports-gnome-821dbba052a0ebd1ff69db896a7e5af7c9a21fd9.zip |
- Chase relocation of net/mpich2
- Bump PORTREVISION if needed
- Fix some portlint errors.
Diffstat (limited to 'math/spooles')
-rw-r--r-- | math/spooles/Makefile | 4 | ||||
-rw-r--r-- | math/spooles/files/patch-Make.inc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/math/spooles/Makefile b/math/spooles/Makefile index 80e0b1e8cce8..2242f34da39c 100644 --- a/math/spooles/Makefile +++ b/math/spooles/Makefile @@ -7,7 +7,7 @@ PORTNAME= spooles PORTVERSION= 2.2 -PORTREVISION= 7 +PORTREVISION= 8 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}/mpich2/lib/libmpich.a:${PORTSDIR}/net/mpich2 +BUILD_DEPENDS= ${LOCALBASE}/lib/libmpich.a:${PORTSDIR}/net/mpich2 .endif USE_GMAKE= yes #BSD make gives problems here diff --git a/math/spooles/files/patch-Make.inc b/math/spooles/files/patch-Make.inc index cd0ad9f78e57..142e44598f05 100644 --- a/math/spooles/files/patch-Make.inc +++ b/math/spooles/files/patch-Make.inc @@ -72,7 +72,7 @@ # # MPI_INSTALL_DIR = - MPI_INSTALL_DIR = /usr/local/mpich-1.0.13 -+MPI_INSTALL_DIR = %%LOCALBASE%%/mpich2 ++MPI_INSTALL_DIR = %%LOCALBASE%% # #--------------------------------------------------------------------- # |