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

{
    "name": "slsqp",
    "portdir": "fortran/slsqp",
    "version": "1.5.0",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/jacobwilliams/slsqp",
    "description": "Modern Fortran Edition of the SLSQP optimizer",
    "long_description": "This is an updated version of the SLSQP nonlinear constrained optimization code. It can be used to solve nonlinear programming problems that seek to minimize a scalar performance index subject to nonlinear equality and inequality constraints as well as bounds on the variables.",
    "active": true,
    "categories": [
        "math",
        "fortran"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2558
        }
    ],
    "variants": [
        "gcc10",
        "gcc11",
        "gcc12",
        "gcc13",
        "gccdevel"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "fpm",
                "clang-16",
                "gcc13"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libgcc"
            ]
        }
    ],
    "depends_on": []
}