vcpkg/ports/coin-or-cbc/vcpkg.json
Javier Matos Denizac 80d54ff62d
[vcpkg-make] Add new port (#39050)
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
Co-authored-by: Alexander Neumann <alexander.neumann@hamburg.de>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
2024-12-23 14:58:54 -05:00

19 lines
434 B
JSON

{
"name": "coin-or-cbc",
"version-date": "2024-06-04",
"port-version": 1,
"description": "Cbc (Coin-or branch and cut) is an open-source mixed integer linear programming solver written in C++.",
"homepage": "https://github.com/coin-or/Cbc",
"license": "EPL-2.0",
"dependencies": [
"coin-or-cgl",
"coin-or-clp",
"coin-or-osi",
"coinutils",
{
"name": "vcpkg-make",
"host": true
}
]
}