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

{
    "name": "openmpi-clang11",
    "portdir": "science/openmpi",
    "version": "4.1.6",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.open-mpi.org/",
    "description": "Message Passing Interface (MPI) Library",
    "long_description": "Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. A completely new MPI-2 compliant implementation, Open MPI offers advantages for system and software vendors, application developers and computer science researchers. \n\nTHIS SUBPORT WRAPS clang11's C/C++ (AND THE FORTRAN COMPILER SELECTED BY THE VARIANT, IF ANY)",
    "active": true,
    "categories": [
        "net",
        "science",
        "parallel"
    ],
    "maintainers": [
        {
            "name": "mascguy",
            "github": "mascguy",
            "ports_count": 310
        }
    ],
    "variants": [
        "g95",
        "gcc10",
        "gcc11",
        "gcc12",
        "gcc13",
        "gccdevel",
        "valgrind",
        "heterogeneous",
        "mpi1",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "gcc13",
                "clang-11",
                "pkgconfig"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libgcc",
                "clang-11",
                "zlib",
                "gcc13",
                "hwloc",
                "libevent"
            ]
        },
        {
            "type": "run",
            "ports": [
                "mpi_select",
                "mpi-doc"
            ]
        }
    ],
    "depends_on": []
}