Skip to content

Commit

Permalink
bumps versions in stable makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Dec 13, 2024
1 parent 09e6a26 commit 32f5f38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions makefiles/stable.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pinocchio_extra_flags= -DBUILD_PYTHON_INTERFACE=ON -DBUILD_UNIT_TESTS=OFF -DBUIL
# {{{ Packages supporting HPP_VERSION

# Either a version tag (e.g. v4.3.0), stable or devel
HPP_VERSION=v5.2.0
HPP_VERSION=v6.0.0
HPP_EXTRA_FLAGS= -DBUILD_TESTING=${BUILD_TESTING}

hpp-template-corba_branch=${HPP_VERSION}
Expand Down Expand Up @@ -131,7 +131,7 @@ proxsuite_branch = v0.6.7
proxsuite_repository=${SIMPLE_ROBOTICS_REPO}
proxsuite_extra_flags= -DBUILD_WITH_VECTORIZATION_SUPPORT=OFF -DBUILD_TESTING=OFF

example-robot-data_branch=devel # TODO
example-robot-data_branch=v4.2.0
example-robot-data_repository=${GEPETTO_REPO}
example-robot-data_extra_flags= -DBUILD_PYTHON_INTERFACE=ON ${PYTHON_FLAGS}

Expand Down Expand Up @@ -196,15 +196,15 @@ hpp-bezier-com-traj_branch=${HPP_VERSION}
hpp-bezier-com-traj_repository=${HPP_REPO}
hpp-bezier-com-traj_extra_flags= -DBUILD_PYTHON_INTERFACE=ON ${PYTHON_FLAGS}

ndcurves_branch=v1.4.1
ndcurves_branch=v2.0.0
ndcurves_repository=${LOCO3D_REPO}
ndcurves_extra_flags= -DBUILD_PYTHON_INTERFACE=ON ${PYTHON_FLAGS}

# }}}
##################################
# {{{ Packages for gepetto-gui

gepetto-viewer_branch=${HPP_VERSION}
gepetto-viewer_branch=v5.2.0
gepetto-viewer_repository=${GEPETTO_REPO}
gepetto-viewer_extra_flags= -DPROJECT_USE_QT4=OFF -DINSTALL_DOCUMENTATION=OFF

Expand Down

0 comments on commit 32f5f38

Please sign in to comment.