diff options
author | thierry <thierry@FreeBSD.org> | 2004-12-06 21:28:27 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-12-06 21:28:27 +0800 |
commit | e385dc918b19b6f12cd43f4abec6617ee5fa1164 (patch) | |
tree | 10426a18a0a9c76daed77dcda335d70645995786 | |
parent | eb5171f8c287d6112fd848aa45ba5cd62146424f (diff) | |
download | freebsd-ports-gnome-e385dc918b19b6f12cd43f4abec6617ee5fa1164.tar.gz freebsd-ports-gnome-e385dc918b19b6f12cd43f4abec6617ee5fa1164.tar.zst freebsd-ports-gnome-e385dc918b19b6f12cd43f4abec6617ee5fa1164.zip |
Add petsc-mpich, a slave port of PETSC built with MPI.
-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" |