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

{
    "name": "madness",
    "portdir": "science/madness",
    "version": "2024.12.06",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/m-a-d-n-e-s-s/madness",
    "description": "Multiresolution Adaptive Numerical Environment for Scientific Simulation",
    "long_description": "MADNESS provides a high-level environment for the solution of integral and differential equations in many dimensions using adaptive, fast methods with guaranteed precision based on multi-resolution analysis and novel separated representations.",
    "active": true,
    "categories": [
        "science",
        "math"
    ],
    "maintainers": [],
    "variants": [
        "clang15",
        "debug",
        "clang10",
        "clang11",
        "clang12",
        "clang13",
        "clang14",
        "clang16",
        "clang17",
        "clang18",
        "clang19",
        "clang50",
        "clang60",
        "clang70",
        "clang80",
        "clang90",
        "clangdevel",
        "g95",
        "gcc10",
        "gcc11",
        "gcc12",
        "gcc13",
        "gcc14",
        "gccdevel",
        "gfortran",
        "gperftools",
        "tests",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17",
                "python312",
                "gcc14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "OpenBLAS",
                "boost181",
                "libgcc"
            ]
        }
    ],
    "depends_on": []
}