summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-05-05 01:38:17 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-05-05 01:38:17 +0000
commit26700e260fd7ea684d5e03d1605bee83b8fe7f7b (patch)
treed2186d81f030f0233df78a950f47fddbfe3ab0b6 /math
parentSPOOLES is a library for solving sparse real and complex linear (diff)
MPI version of spooles.
Notes
Notes: svn path=/head/; revision=80140
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/spooles-mpich/Makefile15
2 files changed, 16 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 319deb33f309..393f70c00166 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -156,6 +156,7 @@
SUBDIR += solitaire
SUBDIR += spar
SUBDIR += spooles
+ SUBDIR += spooles-mpich
SUBDIR += ss
SUBDIR += superlu
SUBDIR += surf
diff --git a/math/spooles-mpich/Makefile b/math/spooles-mpich/Makefile
new file mode 100644
index 000000000000..1e775eb6438d
--- /dev/null
+++ b/math/spooles-mpich/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: spooles-mpich
+# Date created: 5 May 2003
+# Whom: NAKATA, Maho <maho@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../spooles/
+USE_MPI= YES
+
+.include "${.CURDIR}/../spooles/Makefile"
+
+PKGNAMESUFFIX= -mpich
+
+BUILD_DEPENDS= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich