MPI version of spooles.

This commit is contained in:
Maho Nakata 2003-05-05 01:38:17 +00:00
parent 4f8f7aedd2
commit 26700e260f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80140
2 changed files with 16 additions and 0 deletions

View File

@ -156,6 +156,7 @@
SUBDIR += solitaire
SUBDIR += spar
SUBDIR += spooles
SUBDIR += spooles-mpich
SUBDIR += ss
SUBDIR += superlu
SUBDIR += surf

View File

@ -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