From fcfede388679281b518774aeac6377b10e1508e9 Mon Sep 17 00:00:00 2001 From: maho Date: Mon, 5 May 2003 01:38:17 +0000 Subject: MPI version of spooles. --- math/spooles-mpich/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 math/spooles-mpich/Makefile (limited to 'math/spooles-mpich') 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 -- cgit