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