mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
MPI version of spooles.
This commit is contained in:
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
|
@ -156,6 +156,7 @@
|
|||
SUBDIR += solitaire
|
||||
SUBDIR += spar
|
||||
SUBDIR += spooles
|
||||
SUBDIR += spooles-mpich
|
||||
SUBDIR += ss
|
||||
SUBDIR += superlu
|
||||
SUBDIR += surf
|
||||
|
|
15
math/spooles-mpich/Makefile
Normal file
15
math/spooles-mpich/Makefile
Normal 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
|
Loading…
Add table
Reference in a new issue