diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-06 13:28:27 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-06 13:28:27 +0000 |
commit | 7e87245213f5a0fc08ab2ff6823472309763fd69 (patch) | |
tree | b630cfcd083eeebef213afae41e38a5e04111ab7 | |
parent | a5211f30516af761c5e6340f8047b10678b4bf34 (diff) | |
download | ports-7e87245213f5a0fc08ab2ff6823472309763fd69.tar.gz ports-7e87245213f5a0fc08ab2ff6823472309763fd69.zip |
Add petsc-mpich, a slave port of PETSC built with MPI.
Notes
Notes:
svn path=/head/; revision=123312
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/petsc-mpich/Makefile | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index eee7db017dbf..e6a22ebb781c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -175,6 +175,7 @@ SUBDIR += pari-devel SUBDIR += parmetis SUBDIR += petsc + SUBDIR += petsc-mpich SUBDIR += php4-bcmath SUBDIR += php4-gmp SUBDIR += php5-bcmath diff --git a/math/petsc-mpich/Makefile b/math/petsc-mpich/Makefile new file mode 100644 index 000000000000..e5324438213a --- /dev/null +++ b/math/petsc-mpich/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: petsc-mpich +# Date created: 6 Dec 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../petsc + +WITH_MPI= yes + +.include "${MASTERDIR}/Makefile" |