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 /math/petsc-mpich | |
parent | a5211f30516af761c5e6340f8047b10678b4bf34 (diff) |
Notes
Diffstat (limited to 'math/petsc-mpich')
-rw-r--r-- | math/petsc-mpich/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
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" |