diff options
Diffstat (limited to 'ports/cgl')
| -rw-r--r-- | ports/cgl/CONTROL | 5 | ||||
| -rw-r--r-- | ports/cgl/vcpkg.json | 12 |
2 files changed, 12 insertions, 5 deletions
diff --git a/ports/cgl/CONTROL b/ports/cgl/CONTROL deleted file mode 100644 index 9c715c8a1..000000000 --- a/ports/cgl/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: cgl -Version: 0.60.2-2 -Homepage: https://github.com/coin-or/Cgl -Description: The COIN-OR Cut Generation Library (Cgl) is a collection of cut generators that can be used with other COIN-OR packages that make use of cuts, such as, among others, the linear solver Clp or the mixed integer linear programming solvers Cbc or BCP. -Build-Depends: coinutils, osi, clp
\ No newline at end of file diff --git a/ports/cgl/vcpkg.json b/ports/cgl/vcpkg.json new file mode 100644 index 000000000..3e59231a8 --- /dev/null +++ b/ports/cgl/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "cgl", + "version-string": "0.60.2", + "port-version": 3, + "description": "The COIN-OR Cut Generation Library (Cgl) is a collection of cut generators that can be used with other COIN-OR packages that make use of cuts, such as, among others, the linear solver Clp or the mixed integer linear programming solvers Cbc or BCP.", + "homepage": "https://github.com/coin-or/Cgl", + "dependencies": [ + "clp", + "coinutils", + "osi" + ] +} |
