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

{
    "name": "mpich-gcc7",
    "portdir": "science/mpich",
    "version": "4.1.2",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.mpich.org/",
    "description": "Message Passing Interface (MPI) Library",
    "long_description": "MPICH is a high-performance and widely portable implementation of the Message Passing Interface (MPI) standard (MPI-1, MPI-2 and MPI-3). The goals of MPICH are: (1) to provide an MPI implementation that efficiently supports different computation and communication platforms including commodity clusters (desktop systems, shared-memory systems, multicore architectures), high-speed networks (10 Gigabit Ethernet, InfiniBand, Myrinet, Quadrics) and proprietary high-end computing systems (Blue Gene, Cray) and (2) to enable cutting-edge research in MPI through an easy-to-extend modular framework for other derived implementations. \n\nTHIS SUBPORT WRAPS gcc7's C/C++ AND FORTRAN COMPILERS",
    "active": true,
    "categories": [
        "net",
        "science",
        "parallel"
    ],
    "maintainers": [
        {
            "name": "eborisch",
            "github": "eborisch",
            "ports_count": 198
        },
        {
            "name": "mascguy",
            "github": "mascguy",
            "ports_count": 310
        }
    ],
    "variants": [
        "fortran",
        "threads",
        "gforker",
        "native",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "python311",
                "gcc7",
                "pkgconfig"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libgcc",
                "libxml2",
                "hwloc",
                "gcc7",
                "libgcc7"
            ]
        },
        {
            "type": "run",
            "ports": [
                "mpi_select",
                "mpi-doc"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "omnicompiler"
            ]
        }
    ]
}