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

{
    "name": "taucs",
    "portdir": "math/taucs",
    "version": "2.2",
    "license": "LGPL",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.tau.ac.il/~stoledo/taucs/",
    "description": "C library of sparse linear solvers",
    "long_description": "TAUCS is a C library of sparse linear solvers.",
    "active": true,
    "categories": [
        "math"
    ],
    "maintainers": [
        {
            "name": "mark.brethen",
            "github": "mbrethen",
            "ports_count": 7
        },
        {
            "name": "mcalhoun",
            "github": "MarcusCalhoun-Lopez",
            "ports_count": 1408
        }
    ],
    "variants": [
        "accelerate",
        "atlas",
        "openblas",
        "clang10",
        "clang11",
        "clang12",
        "clang13",
        "clang14",
        "clang15",
        "clang16",
        "clang17",
        "clang50",
        "clang60",
        "clang70",
        "clang80",
        "clang90",
        "clangdevel",
        "gcc10",
        "gcc11",
        "gcc12",
        "gcc13",
        "gccdevel",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libf2c",
                "metis"
            ]
        }
    ],
    "depends_on": []
}