{ "name": "Osqp", "description": "Operator splitting QP solver", "url": "https://github.com/oxfordcontrol/osqp/archive/v0.5.0.tar.gz", "mirror": null, "homepage": "https://osqp.org/", "depends": [ { "depend": "cmake", "build-depend": false } ], "resource": [ { "name": "qdldl", "url": "https://github.com/oxfordcontrol/qdldl/archive/v0.1.3.tar.gz" } ], "conflicts": [], "patches": [], "install": [ "(buildpath/\"lin_sys/direct/qdldl/qdldl_sources\").install resource(\"qdldl\")", "args = *std_cmake_args + %w[", "-DENABLE_MKL_PARDISO=OFF", "]", "mkdir \"build\" do", "system \"cmake\", *args, \"..\"", "system \"make\"", "system \"make\", \"install\"" ], "version": "0.5.0", "file": "osqp.rb" }