summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-12-06 13:28:27 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-12-06 13:28:27 +0000
commit7e87245213f5a0fc08ab2ff6823472309763fd69 (patch)
treeb630cfcd083eeebef213afae41e38a5e04111ab7 /math
parentTeach bmake to support FreeBSD-6. (diff)
Add petsc-mpich, a slave port of PETSC built with MPI.
Notes
Notes: svn path=/head/; revision=123312
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/petsc-mpich/Makefile12
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"