Skip to content

Commit

Permalink
Bump ndcurves to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Sep 26, 2022
1 parent 52b2a69 commit a012899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
ref: v1.6.1
options: -DSPDLOG_BUILD_EXAMPLE:BOOL=OFF -DSPDLOG_BUILD_SHARED:BOOL=ON
- path: loco-3d/ndcurves
ref: v1.1.2
ref: v1.1.5
options: -DBUILD_PYTHON_INTERFACE:BOOL=OFF
- path: jrl-umi3218/Eigen3ToPython
- path: jrl-umi3218/SpaceVecAlg
Expand Down
2 changes: 1 addition & 1 deletion utils/build_and_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ check_and_clone_git_dependency()
}

# If the dependencies have already been cloned, check if the local state of the repository is clean before upgrading
GIT_DEPENDENCIES="loco-3d/ndcurves#v1.1.2 jrl-umi3218/SpaceVecAlg jrl-umi3218/state-observation jrl-umi3218/sch-core jrl-umi3218/RBDyn jrl-umi3218/eigen-qld jrl-umi3218/eigen-quadprog jrl-umi3218/Tasks"
GIT_DEPENDENCIES="loco-3d/ndcurves#v1.1.5 jrl-umi3218/SpaceVecAlg jrl-umi3218/state-observation jrl-umi3218/sch-core jrl-umi3218/RBDyn jrl-umi3218/eigen-qld jrl-umi3218/eigen-quadprog jrl-umi3218/Tasks"
if [ "x$SYSTEM_HAS_SPDLOG" == xOFF ]
then
GIT_DEPENDENCIES="gabime/spdlog#v1.6.1 $GIT_DEPENDENCIES"
Expand Down

0 comments on commit a012899

Please # to comment.