Skip to content

Commit

Permalink
Bump CasADi to 3.6.5 (#1614)
Browse files Browse the repository at this point in the history
* Bump CasADi to 3.6.5

* Update ProjectsTagsStable.cmake
  • Loading branch information
traversaro authored Mar 14, 2024
1 parent 4b9e477 commit 3e0b2b8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cmake/Buildcasadi.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endif()
ycm_ep_helper(casadi TYPE GIT
STYLE GITHUB
REPOSITORY casadi/casadi.git
TAG 3.6.3
TAG 3.6.5
COMPONENT external
FOLDER src
CMAKE_ARGS -DWITH_IPOPT:BOOL=ON
Expand Down
4 changes: 2 additions & 2 deletions cmake/ProjectsTagsStable.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ set_tag(manif_TAG 0.0.4.103)
set_tag(qhull_TAG 2020.2)
set_tag(CppAD_TAG 20240000.2)
set_tag(proxsuite_TAG v0.6.3)
set_tag(casadi_TAG 3.6.3)
set_tag(casadi-matlab-bindings_TAG v3.6.3.1)
set_tag(casadi_TAG 3.6.5)
set_tag(casadi-matlab-bindings_TAG v3.6.5.0)

# Robotology projects
set_tag(YCM_TAG master)
Expand Down
4 changes: 2 additions & 2 deletions cmake/ProjectsTagsUnstable.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ set_tag(manif_TAG 0.0.4.103)
set_tag(qhull_TAG 2020.2)
set_tag(CppAD_TAG 20240000.2)
set_tag(proxsuite_TAG v0.6.3)
set_tag(casadi_TAG 3.6.3)
set_tag(casadi-matlab-bindings_TAG v3.6.3.1)
set_tag(casadi_TAG 3.6.5)
set_tag(casadi-matlab-bindings_TAG v3.6.5.0)

# Robotology projects
set_tag(YARP_TAG yarp-3.9)
Expand Down
4 changes: 2 additions & 2 deletions releases/latest.releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories:
casadi:
type: git
url: https://github.com/casadi/casadi.git
version: 3.6.3
version: 3.6.5
YCM:
type: git
url: https://github.com/robotology/ycm.git
Expand Down Expand Up @@ -206,7 +206,7 @@ repositories:
casadi-matlab-bindings:
type: git
url: https://github.com/ami-iit/casadi-matlab-bindings.git
version: v3.6.3.1
version: v3.6.5.0
idyntree-yarp-tools:
type: git
url: https://github.com/robotology/idyntree-yarp-tools.git
Expand Down

0 comments on commit 3e0b2b8

Please sign in to comment.