diff options
Diffstat (limited to 'ports/clp')
| -rw-r--r-- | ports/clp/CONTROL | 4 | ||||
| -rw-r--r-- | ports/clp/vcpkg.json | 10 |
2 files changed, 10 insertions, 4 deletions
diff --git a/ports/clp/CONTROL b/ports/clp/CONTROL deleted file mode 100644 index c181d845f..000000000 --- a/ports/clp/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: clp -Version: 1.17.6 -Description: Clp (Coin-or linear programming) is an open-source linear programming solver written in C++. It is primarily meant to be used as a callable library, but a basic, stand-alone executable version is also available. -Build-Depends: coinutils, osi diff --git a/ports/clp/vcpkg.json b/ports/clp/vcpkg.json new file mode 100644 index 000000000..7e598d199 --- /dev/null +++ b/ports/clp/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "clp", + "version-string": "1.17.6", + "port-version": 1, + "description": "Clp (Coin-or linear programming) is an open-source linear programming solver written in C++. It is primarily meant to be used as a callable library, but a basic, stand-alone executable version is also available.", + "dependencies": [ + "coinutils", + "osi" + ] +} |
