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 +.if ${ARCH} == "amd64" +WITHOUT_SUPERLU= yes +.endif + .if exists(${MPIDIR}/bin/mpiCC) && !defined(WITHOUT_MPI) WITH_MPI= yes .endif