Skip to content

Commit

Permalink
Bump qhull and CppAD to latest versions (robotology#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored and Nicogene committed Feb 14, 2022
1 parent b3a7287 commit ebf4628
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit ebf4628

Please sign in to comment.