summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-02-26 09:01:06 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-02-26 09:01:06 +0000
commit8ff8d68ce44e150a577b806a86b8b961ca0fb145 (patch)
treef649474b8e1fb0774df2b804c0e7794041116aa7 /math
parentNLS catalog stuff of csh(1) was MFC'ed. So, enable building (diff)
Unbreak math/petsc-mpich on amd64 by disabling SuperLU.
Reported by: pointyhat via Kris Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=156832
Diffstat (limited to 'math')
-rw-r--r--math/petsc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/petsc/Makefile b/math/petsc/Makefile
index 0a12aae1af15..548cdc349ec6 100644
--- a/math/petsc/Makefile
+++ b/math/petsc/Makefile
@@ -71,6 +71,10 @@ MPIDIR= ${LOCALBASE}/mpich
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+WITHOUT_SUPERLU= yes
+.endif
+
.if exists(${MPIDIR}/bin/mpiCC) && !defined(WITHOUT_MPI)
WITH_MPI= yes
.endif