From 26700e260fd7ea684d5e03d1605bee83b8fe7f7b Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Mon, 5 May 2003 01:38:17 +0000 Subject: [PATCH] MPI version of spooles. --- math/Makefile | 1 + math/spooles-mpich/Makefile | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 math/spooles-mpich/Makefile 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 +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../spooles/ +USE_MPI= YES + +.include "${.CURDIR}/../spooles/Makefile" + +PKGNAMESUFFIX= -mpich + +BUILD_DEPENDS= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich