1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Unbreak math/petsc-mpich on amd64 by disabling SuperLU.

Reported by:	pointyhat via Kris
Approved by:	portmgr (marcus)
This commit is contained in:
Thierry Thomas 2006-02-26 09:01:06 +00:00
parent efd8e663ea
commit 8ff8d68ce4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156832

View File

@ -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