[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:
Gábor Csorvási 2021-04-23 19:18:22 +02:00 committed by GitHub
parent 807a798761
commit 0228e45bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
Source: ecos
Version: 2.0.7
Description: A lightweight conic solver for second-order cone programming.

View File

@ -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
View 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."
}

View File

@ -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",

View File

@ -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",