diff options
author | maho <maho@FreeBSD.org> | 2007-03-07 09:45:40 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-03-07 09:45:40 +0800 |
commit | da1864c282d143db1fd1675645562a367b25d58f (patch) | |
tree | d12ff5ddbf48d42e7a8ca750b9ceb53c764d1f3a /math/petsc | |
parent | d88e7695e53fb24ec6b58463129efa2de67f848c (diff) | |
download | freebsd-ports-gnome-da1864c282d143db1fd1675645562a367b25d58f.tar.gz freebsd-ports-gnome-da1864c282d143db1fd1675645562a367b25d58f.tar.zst freebsd-ports-gnome-da1864c282d143db1fd1675645562a367b25d58f.zip |
build fix for petsc-mpich
Spotted by: pointyhat
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} |