Skip to content

Commit f246bad

Browse files
committed
[wip/{py-,}sot-pattern-generator-v3] add missing eigen-quadprog dependency
1 parent 4bd58f5 commit f246bad

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

py-sot-pattern-generator-v3/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
ORG= stack-of-tasks
66
NAME= sot-pattern-generator
77
VERSION= 3.3.0
8+
PKGREVISION= 1
89

910
PKGNAME= ${PKGTAG.python-}${NAME}-v3-${VERSION}
1011

@@ -21,6 +22,7 @@ include ../../devel/boost-headers/depend.mk
2122
include ../../devel/boost-libs/depend.mk
2223
include ../../math/pinocchio/depend.mk
2324
include ../../wip/jrl-walkgen-v3/depend.mk
25+
include ../../math/eigen-quadprog/depend.mk
2426
include ../../wip/sot-core-v3/depend.mk
2527
include ../../wip/py-sot-core-v3/depend.mk
2628
include ../../pkgtools/pkg-config/depend.mk

sot-pattern-generator-v3/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
ORG= stack-of-tasks
66
NAME= sot-pattern-generator
77
VERSION= 3.3.0
8+
PKGREVISION= 1
89

910
PKGNAME= ${NAME}-v3-${VERSION}
1011

@@ -20,6 +21,7 @@ include ../../devel/boost-headers/depend.mk
2021
include ../../devel/boost-libs/depend.mk
2122
include ../../math/pinocchio/depend.mk
2223
include ../../wip/jrl-walkgen-v3/depend.mk
24+
include ../../math/eigen-quadprog/depend.mk
2325
include ../../wip/dynamic-graph-v3/depend.mk
2426
include ../../wip/sot-core-v3/depend.mk
2527
include ../../wip/talos-data/depend.mk

0 commit comments

Comments
 (0)