Skip to content

Commit

Permalink
[ecos] update to 2.0.10 (#34127)
Browse files Browse the repository at this point in the history
* [ecos] update to 2.0.10

* [ecos] update to 2.0.10
  • Loading branch information
jiayuehua committed Sep 29, 2023
1 parent fa4c3d0 commit c6d6efe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/ecos/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO embotech/ecos
REF v2.0.8
SHA512 c1adb188d6b2c400f817de15272472adfd013e2a174f49ec0bb2f7f889f26ba2b7ea165d9bedac3031bd2da7a770f2a285ad825d5b22ccc6cf43c756a20f844f
REF "v${VERSION}"
SHA512 b79434c194b5681f323b275eff0126f56beba792d270bd1773307cdf33297bee550b13bd2f96f5923dc4b8e200216d897ea01978f65da69dd81f1a669f8fd6e2
HEAD_REF develop
)

Expand Down
3 changes: 1 addition & 2 deletions ports/ecos/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "ecos",
"version": "2.0.8",
"port-version": 3,
"version": "2.0.10",
"description": "A lightweight conic solver for second-order cone programming.",
"dependencies": [
{
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2309,8 +2309,8 @@
"port-version": 0
},
"ecos": {
"baseline": "2.0.8",
"port-version": 3
"baseline": "2.0.10",
"port-version": 0
},
"ecsutil": {
"baseline": "1.0.7.15",
Expand Down
5 changes: 5 additions & 0 deletions versions/e-/ecos.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "27839500a8e0bfa142a3486e32410ea3c5c1de42",
"version": "2.0.10",
"port-version": 0
},
{
"git-tree": "78694a162b97c80fc2b0017c3dc13c9c7e79f9c2",
"version": "2.0.8",
Expand Down

0 comments on commit c6d6efe

Please sign in to comment.