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

{
    "name": "sundials5",
    "portdir": "math/sundials5",
    "version": "5.8.0",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://computing.llnl.gov/projects/sundials",
    "description": "SUite of Nonlinear and DIfferential/ALgebraic equation Solvers",
    "long_description": "SUNDIALS consists of the following five solvers: CVODE solves initial value problems for ordinary differential equation (ODE) systems. CVODES solves ODE systems and includes sensitivity analysis capabilities (forward and adjoint). IDA solves initial value problems for differential-algebraic equation (DAE) systems. IDAS solves DAE systems and includes sensitivity analysis capabilities (forward and adjoint). KINSOL solves nonlinear algebraic systems.",
    "active": true,
    "categories": [
        "devel",
        "math"
    ],
    "maintainers": [
        {
            "name": "mascguy",
            "github": "mascguy",
            "ports_count": 338
        }
    ],
    "variants": [
        "debug",
        "clang10",
        "clang11",
        "clang12",
        "clang13",
        "clang14",
        "clang15",
        "clang16",
        "clang17",
        "clang18",
        "clang90",
        "g95",
        "gcc10",
        "gcc11",
        "gcc12",
        "gcc13",
        "gfortran",
        "mpich",
        "openmpi",
        "examples",
        "accelerate",
        "atlas",
        "openblas",
        "doc",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-16",
                "gcc13"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libgcc",
                "SuiteSparse_KLU",
                "mpich-clang16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cantera-devel",
                "cantera",
                "deal.ii"
            ]
        }
    ]
}