diff options
-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 eee7db017db..e6a22ebb781 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 00000000000..e5324438213 --- /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" |