mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:35:37 +08:00
[ecos] Update ecos library version to 2.0.8 (#17471)
* [ecos] Update to version v2.0.8 * [ecos] Updated version files
This commit is contained in:
parent
807a798761
commit
0228e45bcf
@ -1,3 +0,0 @@
|
|||||||
Source: ecos
|
|
||||||
Version: 2.0.7
|
|
||||||
Description: A lightweight conic solver for second-order cone programming.
|
|
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO embotech/ecos
|
REPO embotech/ecos
|
||||||
REF 2.0.7
|
REF v2.0.8
|
||||||
SHA512 2781435164b68e5b113a12547cd3a5a787b806009d07d45209117758178cb6e85e26dfb5689172d60b5e40671eb6d303ece131eb5f1b8bab4cbb250af74597b2
|
SHA512 c1adb188d6b2c400f817de15272472adfd013e2a174f49ec0bb2f7f889f26ba2b7ea165d9bedac3031bd2da7a770f2a285ad825d5b22ccc6cf43c756a20f844f
|
||||||
HEAD_REF develop
|
HEAD_REF develop
|
||||||
)
|
)
|
||||||
|
|
||||||
|
6
ports/ecos/vcpkg.json
Normal file
6
ports/ecos/vcpkg.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"name": "ecos",
|
||||||
|
"version-string": "2.0.8",
|
||||||
|
"port-version": 1,
|
||||||
|
"description": "A lightweight conic solver for second-order cone programming."
|
||||||
|
}
|
@ -1781,8 +1781,8 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"ecos": {
|
"ecos": {
|
||||||
"baseline": "2.0.7",
|
"baseline": "2.0.8",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"ecsutil": {
|
"ecsutil": {
|
||||||
"baseline": "1.0.7.15",
|
"baseline": "1.0.7.15",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "10196c7185540fa8faccc2f3afcce7be58ab5a1f",
|
||||||
|
"version-string": "2.0.8",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "320007532a19ebb663420e8a702813e31b71da06",
|
"git-tree": "320007532a19ebb663420e8a702813e31b71da06",
|
||||||
"version-string": "2.0.7",
|
"version-string": "2.0.7",
|
||||||
|
Loading…
Reference in New Issue
Block a user