From e89d930556602ef34b72c6df7bee05ebeb6e4804 Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Thu, 12 Sep 2019 06:50:06 +0200 Subject: [PATCH] [wip/sot-pattern-generator-v3] Fix dependency. --- sot-pattern-generator-v3/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sot-pattern-generator-v3/Makefile b/sot-pattern-generator-v3/Makefile index c0ef9109..d24b0210 100644 --- a/sot-pattern-generator-v3/Makefile +++ b/sot-pattern-generator-v3/Makefile @@ -8,6 +8,7 @@ VERSION= 3.2.0 DISTNAME= ${NAME}-${VERSION} PKGNAME= ${NAME}-v3-${VERSION} +PKGREVISION= 1 MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=${NAME}/} MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}${ORG}/${NAME}.git @@ -31,6 +32,8 @@ include ../../devel/boost-headers/depend.mk include ../../devel/boost-libs/depend.mk include ../../math/pinocchio/depend.mk include ../../wip/jrl-walkgen-v3/depend.mk +include ../../wip/dynamic-graph-v3/depend.mk +include ../../wip/py-dynamic-graph-v3/depend.mk include ../../wip/sot-core-v3/depend.mk include ../../pkgtools/pkg-config/depend.mk include ../../mk/sysdep/cmake.mk -- GitLab