diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-03-07 01:45:40 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-03-07 01:45:40 +0000 |
commit | 2392c614c5c7d8026740687d27ffcca7db4537c4 (patch) | |
tree | ab9650ae0152e29d4d2f723b67abf5c27045e86f /math/petsc | |
parent | 991d5c6d9a67a8e5cd9e7adcced0386262bb7c7a (diff) |
build fix for petsc-mpich
Spotted by: pointyhat
Notes
Notes:
svn path=/head/; revision=186762
Diffstat (limited to 'math/petsc')
-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} |