mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
11 lines
164 B
Makefile
11 lines
164 B
Makefile
PORTNAME= mpi4py
|
|
|
|
COMMENT= Python bindings for MPI (MPICH)
|
|
|
|
PKGNAMESUFFIX= -mpich
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-mpi4py
|
|
|
|
MP= MPICH
|
|
|
|
.include "${MASTERDIR}/Makefile"
|