Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not update event-driven in UpdateLatestReleases.sh and update cppad and proxsuite to latest version #1787

Merged
merged 3 commits into from
Feb 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmake/ProjectsTagsStable.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ set_tag(osqp_REPOSITORY robotology-dependencies/osqp.git)
set_tag(osqp_TAG v0.6.3.1)
set_tag(manif_TAG 0.0.5)
set_tag(qhull_TAG 2020.2)
set_tag(CppAD_TAG 20240000.7)
set_tag(proxsuite_TAG v0.6.7)
set_tag(CppAD_TAG 20250000.2)
set_tag(proxsuite_TAG v0.7.1)
set_tag(casadi_TAG 3.6.7)
set_tag(casadi-matlab-bindings_TAG v3.6.7.0)

Expand Down
4 changes: 2 additions & 2 deletions cmake/ProjectsTagsUnstable.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ set_tag(osqp_REPOSITORY robotology-dependencies/osqp.git)
set_tag(osqp_TAG v0.6.3.1)
set_tag(manif_TAG 0.0.5)
set_tag(qhull_TAG 2020.2)
set_tag(CppAD_TAG 20240000.7)
set_tag(proxsuite_TAG v0.6.7)
set_tag(CppAD_TAG 20250000.2)
set_tag(proxsuite_TAG v0.7.1)
set_tag(casadi_TAG 3.6.6)
set_tag(casadi-matlab-bindings_TAG v3.6.6.0)

Expand Down
4 changes: 2 additions & 2 deletions releases/latest.releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories:
CppAD:
type: git
url: https://github.com/coin-or/CppAD.git
version: 20240000.7
version: 20250000.2
casadi:
type: git
url: https://github.com/casadi/casadi.git
Expand Down Expand Up @@ -246,7 +246,7 @@ repositories:
proxsuite:
type: git
url: https://github.com/Simple-Robotics/proxsuite.git
version: v0.6.7
version: v0.7.1
BayesFilters:
type: git
url: https://github.com/robotology/bayes-filters-lib.git
Expand Down
2 changes: 1 addition & 1 deletion scripts/robotologyUpdateLatestReleases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# External repos are in the list as we updated them manually
# event-driven does not have a recent release
# CppAD does not tags release on master, so the logic used in this script does not work
projects_to_skip=("ICUBcontrib" "qhull" "CppAD" "casadi" "manif" "osqp" "proxsuite")
projects_to_skip=("ICUBcontrib" "qhull" "CppAD" "casadi" "manif" "osqp" "proxsuite" "event-driven")

getParentDir () {
SOURCE="${1}"
Expand Down
Loading