12 lines
180 B
Makefile
12 lines
180 B
Makefile
PORTNAME= mpi4py
|
|
|
|
COMMENT= Python bindings for MPI (MPICH)
|
|
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -mpich
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-mpi4py
|
|
|
|
MP= MPICH
|
|
|
|
.include "${MASTERDIR}/Makefile"
|