From e385dc918b19b6f12cd43f4abec6617ee5fa1164 Mon Sep 17 00:00:00 2001 From: thierry Date: Mon, 6 Dec 2004 13:28:27 +0000 Subject: Add petsc-mpich, a slave port of PETSC built with MPI. --- math/petsc-mpich/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 math/petsc-mpich/Makefile (limited to 'math/petsc-mpich') 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 +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../petsc + +WITH_MPI= yes + +.include "${MASTERDIR}/Makefile" -- cgit