diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-02-26 09:01:06 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-02-26 09:01:06 +0000 |
commit | 8ff8d68ce44e150a577b806a86b8b961ca0fb145 (patch) | |
tree | f649474b8e1fb0774df2b804c0e7794041116aa7 /math/petsc/Makefile | |
parent | efd8e663ea767ea3c1330c9a7954e769bf97b04b (diff) | |
download | ports-8ff8d68ce44e150a577b806a86b8b961ca0fb145.tar.gz ports-8ff8d68ce44e150a577b806a86b8b961ca0fb145.zip |
Notes
Diffstat (limited to 'math/petsc/Makefile')
-rw-r--r-- | math/petsc/Makefile | 4 |
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 |