View | Details | Raw Unified | Return to bug 211768 | Differences between
and this patch

Collapse All | Expand All

(-)net/py-mpi4py-mpich2/Makefile (+14 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	mpi4py-mpich2
4
5
LIB_DEPENDS=	libmpich.so:net/mpich2
6
7
CONFLICTS=	py*-mpi4py-openmpi-*
8
9
MASTERDIR=	${.CURDIR}/../py-mpi4py-openmpi
10
11
DESCR=		${MASTERDIR}/pkg-descr
12
DISTINFO_FILE=	${MASTERDIR}/distinfo
13
14
.include "${MASTERDIR}/Makefile"

Return to bug 211768