From 9d753c16386a64cfe37be888e4dbe8a22861eb74 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Wed, 15 Jan 2020 17:54:40 +0100 Subject: [PATCH] [wip/py-hpp-bezier-com-traj] Add dependency on {py-,}curves To plan ahead for next version. --- py-hpp-bezier-com-traj/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/py-hpp-bezier-com-traj/Makefile b/py-hpp-bezier-com-traj/Makefile index e1870a63..85c50a70 100644 --- a/py-hpp-bezier-com-traj/Makefile +++ b/py-hpp-bezier-com-traj/Makefile @@ -5,6 +5,8 @@ HPP_PACKAGE= hpp-bezier-com-traj HPP_COMMENT= trajectory generation for the COM with bezier curves +PKGREVISION= 1 + CATEGORIES= wip USE_BOOST_LIBS= python @@ -12,6 +14,9 @@ PYTHON_NOTAG_CONFLICT= yes include ../../meta-pkgs/hpp/Makefile.common +include ../../wip/curves/depend.mk +include ../../wip/py-curves/depend.mk + include ../../wip/py-hpp-spline/depend.mk include ../../wip/py-hpp-centroidal-dynamics/depend.mk -- GitLab