# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
bitbucket.setup mpi4py mpi4py 3.0.2
description MPI for Python - Python bindings for MPI
MPI for Python \(mpi4py\) provides bindings of the Message Passing \
Interface \(MPI\) standard for the Python programming language, allowing \
any Python program to exploit multiple processors. This package is \
constructed on top of the MPI-1/MPI-2 specification and provides an \
object oriented interface which closely follows MPI-2 C++ bindings. \
It supports point-to-point \(sends, receives\) and collective \
\(broadcasts, scatters, gathers\) communications of any picklable Python \
object as well as optimized communications of Python object exposing the \
single-segment buffer interface \(NumPy arrays, builtin \
bytes/string/array objects).
checksums rmd160 7a74de21b142eaf21ab699968c17e14386f2c29b \
sha256 0218ef066f1e550da992713aacb35030961345635c2b4c1779cd18e81186766e \
python.versions 27 34 35 36 37
if {${name} ne ${subport}} {
port:py${python.version}-setuptools \
port:py${python.version}-cython
build.args-append "--mpicc=${mpi.cc}"
variant interpreter description {builds an mpi enabled python interpreter} {
patchfiles-append patch-conf-mpidistutils.py.diff