GET /api/v1/ports/ml/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "ml",
    "portdir": "math/ml",
    "version": "6.2",
    "license": "LGPL-2.1",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://trilinos.sandia.gov/packages/ml/",
    "description": "Multilevel Preconditioning Package",
    "long_description": "ML is designed to solve large sparse linear systems of equations arising primarily from elliptic PDE discretizations.",
    "active": true,
    "categories": [
        "math"
    ],
    "maintainers": [],
    "variants": [
        "clang10",
        "clang11",
        "clang12",
        "clang50",
        "clang60",
        "clang70",
        "clang80",
        "clang90",
        "clangdevel",
        "g95",
        "gcc10",
        "gcc11",
        "gcc5",
        "gcc6",
        "gcc7",
        "gcc8",
        "gcc9",
        "gccdevel",
        "gfortran",
        "mpich",
        "openmpi"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "gcc11"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libgcc"
            ]
        }
    ],
    "depends_on": []
}