mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
[coinutils] update to latest (#39407)
This commit is contained in:
parent
3704806ffe
commit
a8815b2ffa
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO coin-or/Cbc
|
||||
REF 6f83969e50b6f67c60654704c1f71f970c621a3b
|
||||
SHA512 f56b5806b2acffe7259410254640009f9b7a27713972d771b1083a05ca197a65715b007f42f0b8bf6e87b2a889e2889a7466222e0b06f01a4c5297cbaf455c4d
|
||||
REF ca088df34881ef0d58124e53b3d70bfa73e92713
|
||||
SHA512 9df1242910a42a9b942fd25dbf8a80b6278d75641c93e1218b39695224cf88bdf9d1a2d27e637ebb068b1e8733267a0f16c69b4db9a480e3f6b9cd732afb2d7a
|
||||
PATCHES
|
||||
pkgconf_win.patch
|
||||
disable_glpk.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "coin-or-cbc",
|
||||
"version-date": "2023-02-01",
|
||||
"version-date": "2024-06-04",
|
||||
"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",
|
||||
|
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO coin-or/Osi
|
||||
REF 79167ab9a4487b5a1f88ec4fdfd4ed529a1c31ff
|
||||
SHA512 405206d1a8e1f0adff8223ad4843251532dc954a6400f8566d826f93dd55741423185001f4d5a97b4d02ed39a9fe32ef063978d101c0a3eaa341a7c0dbce9765
|
||||
REF 2420bb864d039a03e11c579b0c9087adbdaa26db
|
||||
SHA512 27d501cb513a0570ad83247b6a8e7fc69cdbcd2cbec6c11aea0b5982627e76efa7ea6403e6d97419f6c984553434f088a748a7d8d54c1bf73cdbdfd5bef1f2b0
|
||||
PATCHES glpk.patch
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "coin-or-osi",
|
||||
"version-date": "2023-02-01",
|
||||
"version-date": "2024-04-16",
|
||||
"description": "Osi (Open Solver Interface) provides an abstract base class to a generic linear programming (LP) solver, along with derived classes for specific solvers. Many applications may be able to use the Osi to insulate themselves from a specific LP solver.",
|
||||
"license": "EPL-2.0",
|
||||
"dependencies": [
|
||||
|
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO coin-or/CoinUtils
|
||||
REF aae9b0b807a920c41d7782d7bf2775afb17a12c6 # I don't trust the release tags. They seem to point to a different fork with an outdates file structure?
|
||||
SHA512 a515e62846698bcc3df15aabcce89d9052e30dffe2112ab5eb54c0c5def199140bd25435ef17e453c873239ab63fd03dd4cee5e4c4bfae5521f549917e025efe
|
||||
REF 014be1f1724c074401d9d9c27bcce35baa9dca45 # I don't trust the release tags. They seem to point to a different fork with an outdates file structure?
|
||||
SHA512 c5b706ca070b9f0997f9cdf532eb97c4d6ef6c6219d5d247c486048daf94a31151711ad96a32a0f0e701024d7759f07abc867591249d6c19b2b1c153257b794a
|
||||
PATCHES coinutils.patch coinutils2.patch
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "coinutils",
|
||||
"version-date": "2023-02-02",
|
||||
"port-version": 1,
|
||||
"version-date": "2024-04-08",
|
||||
"description": "CoinUtils (Coin-or Utilities) is an open-source collection of classes and functions that are generally useful to more than one COIN-OR project",
|
||||
"homepage": "https://www.coin-or.org/",
|
||||
"license": "EPL-2.0",
|
||||
|
@ -1753,7 +1753,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"coin-or-cbc": {
|
||||
"baseline": "2023-02-01",
|
||||
"baseline": "2024-06-04",
|
||||
"port-version": 0
|
||||
},
|
||||
"coin-or-cgl": {
|
||||
@ -1769,12 +1769,12 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"coin-or-osi": {
|
||||
"baseline": "2023-02-01",
|
||||
"baseline": "2024-04-16",
|
||||
"port-version": 0
|
||||
},
|
||||
"coinutils": {
|
||||
"baseline": "2023-02-02",
|
||||
"port-version": 1
|
||||
"baseline": "2024-04-08",
|
||||
"port-version": 0
|
||||
},
|
||||
"collada-dom": {
|
||||
"baseline": "2.5.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "090a59c4e81596de0b292188298fc5bbc3d75f84",
|
||||
"version-date": "2024-06-04",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "0ed0ac8c729439ae3549b949ff6a02c803eabb34",
|
||||
"version-date": "2023-02-01",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "697c758cc9c54919a8e15682ec846a1a9cfe0b88",
|
||||
"version-date": "2024-04-16",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "1f7058750dc53193abef4534059e3717cd310310",
|
||||
"version-date": "2023-02-01",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f5fe4624a0175bbe05b4a5c67db6c1e0df3e3666",
|
||||
"version-date": "2024-04-08",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "5ab5035f6a4fc5601ecc3e644a107b1763426259",
|
||||
"version-date": "2023-02-02",
|
||||
|
Loading…
Reference in New Issue
Block a user