summaryrefslogtreecommitdiff
path: root/math/petsc
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-03-07 01:45:40 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-03-07 01:45:40 +0000
commit2392c614c5c7d8026740687d27ffcca7db4537c4 (patch)
treeab9650ae0152e29d4d2f723b67abf5c27045e86f /math/petsc
parent- Update to 2.0 beta 8 patch 1 (diff)
build fix for petsc-mpich
Spotted by: pointyhat
Notes
Notes: svn path=/head/; revision=186762
Diffstat (limited to 'math/petsc')
-rw-r--r--math/petsc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/petsc/Makefile b/math/petsc/Makefile
index d970c7fdd3c4..3c0924985484 100644
--- a/math/petsc/Makefile
+++ b/math/petsc/Makefile
@@ -100,6 +100,7 @@ CONFIGURE_ARGS+= --with-cc=${MPIDIR}/bin/mpicc --with-fc=${MPIDIR}/bin/mpif77
BUILD_DEPENDS+= ${LOCALBASE}/mpich2/bin/mpicc:${PORTSDIR}/net/mpich2
RUN_DEPENDS+= ${LOCALBASE}/mpich2/bin/mpirun:${PORTSDIR}/net/mpich2
PKGNAMESUFFIX+= -mpich
+WITHOUT_SPOOLES= yes
.endif
CONFIGURE_ARGS+= --with-mpi-dir=${MPIDIR}