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

{
    "name": "itsol",
    "portdir": "math/itsol",
    "version": "2.0",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://www-users.cs.umn.edu/~saad/software/ITSOL/",
    "description": "ITerative SOLvers for sparse linear systems.",
    "long_description": "ITSOL is a library of iterative solvers for general sparse linear systems of equations. ITSOL can be viewed as an extension of the itsol module in SPARSKIT. It is written in C and offers a selection of recently developed preconditioners. The preconditioner suite includes: ILUK (ILU preconditioner with level of fill), ILUT (ILU preconditioner with threshold), ILUC (Crout version of ILUT), VBILUK (variable block preconditioner with level of fill - with automatic block detection), VBILUT (variable block preconditioner with threshold - with automatic block detection), ARMS (Algebraic Recursive Multilevel Solvers -- includes actually several methods, in particular the standard ARMS and the ddPQ version which uses nonsymmetric permutations). Note that ITSOL is a scalar package.",
    "active": true,
    "categories": [
        "math"
    ],
    "maintainers": [
        {
            "name": "michaelld",
            "github": "michaelld",
            "ports_count": 453
        }
    ],
    "variants": [
        "accelerate",
        "atlas",
        "openblas",
        "g95",
        "gcc10",
        "gcc11",
        "gcc12",
        "gcc13",
        "gccdevel",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "gcc13"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "vecLibFort",
                "libgcc"
            ]
        }
    ],
    "depends_on": []
}