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

{
    "name": "mfem",
    "portdir": "science/mfem",
    "version": "4.7",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://mfem.org",
    "description": "Lightweight, general, scalable C++ library for finite element methods",
    "long_description": "MFEM is a modular parallel C++ library for finite element methods. Its goal is to enable high-performance scalable finite element discretization research and application development on a wide variety of platforms, ranging from laptops to supercomputers.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2558
        }
    ],
    "variants": [
        "blis",
        "atlas",
        "debug",
        "accelerate",
        "flexiblas",
        "openblas",
        "clang10",
        "clang11",
        "clang12",
        "clang13",
        "clang14",
        "clang15",
        "clang16",
        "clang17",
        "clang18",
        "clang19",
        "clang20",
        "clang50",
        "clang60",
        "clang70",
        "clang80",
        "clang90",
        "clangdevel",
        "g95",
        "gcc10",
        "gcc11",
        "gcc12",
        "gcc13",
        "gcc14",
        "gccdevel",
        "gfortran",
        "ginkgo",
        "hiop",
        "raja",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17",
                "gcc14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "vecLibFort",
                "libgcc",
                "zlib",
                "hdf5",
                "netcdf",
                "libomp",
                "gnutls",
                "mpfr"
            ]
        }
    ],
    "depends_on": []
}