diff options
Diffstat (limited to 'math/petsc/Makefile')
-rw-r--r-- | math/petsc/Makefile | 1 |
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} |