GET /api/v1/ports/py310-mpi4py/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py310-mpi4py",
    "portdir": "python/py-mpi4py",
    "version": "3.1.4",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://bitbucket.org/mpi4py/mpi4py",
    "description": "MPI for Python - Python bindings for MPI",
    "long_description": "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).",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [
        "clang10",
        "clang11",
        "clang12",
        "clang13",
        "clang14",
        "clang15",
        "clang16",
        "clang17",
        "clang90",
        "g95",
        "gcc10",
        "gcc11",
        "gcc12",
        "gcc13",
        "gfortran",
        "mpich",
        "openmpi",
        "interpreter"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-cython-compat",
                "py310-installer",
                "clang-16",
                "py310-setuptools",
                "py310-wheel",
                "py310-build"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "mpich-clang16",
                "python310"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py310-petsc4py"
            ]
        }
    ]
}