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

Bump qhull and CppAD to latest versions #1011

Merged
merged 3 commits into from
Feb 3, 2022
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 @@ -8,8 +8,8 @@ endmacro()
set_tag(osqp_TAG v0.6.2)
set_tag(manif_REPOSITORY robotology-dependencies/manif.git)
set_tag(manif_TAG 0.0.4.1)
set_tag(qhull_TAG v8.0.2)
set_tag(CppAD_TAG 20210000.8)
set_tag(qhull_TAG 2020.2)
set_tag(CppAD_TAG 20220000.1)
set_tag(casadi 3.5.5.3)

# Robotology projects
Expand Down
4 changes: 2 additions & 2 deletions cmake/ProjectsTagsUnstable.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ endmacro()
set_tag(osqp_TAG v0.6.2)
set_tag(manif_REPOSITORY robotology-dependencies/manif.git)
set_tag(manif_TAG 0.0.4.1)
set_tag(qhull_TAG v8.0.2)
set_tag(CppAD_TAG 20210000.8)
set_tag(qhull_TAG 2020.2)
set_tag(CppAD_TAG 20220000.1)
set_tag(casadi 3.5.5.3)

# Robotology projects
Expand Down
4 changes: 2 additions & 2 deletions releases/latest.releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ repositories:
qhull:
type: git
url: https://github.com/qhull/qhull.git
version: v8.0.2
version: 2020.2
CppAD:
type: git
url: https://github.com/coin-or/CppAD.git
version: 20210000.8
version: 20220000.1
casadi:
type: git
url: https://github.com/ami-iit/casadi.git
Expand Down