Skip to content
Snippets Groups Projects
Commit 443f29ea authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/dynamic-graph-tutorial] Initial Release

parent af78cccc
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ SUBDIR+= chilitags ...@@ -13,6 +13,7 @@ SUBDIR+= chilitags
SUBDIR+= dptu-genom3 SUBDIR+= dptu-genom3
SUBDIR+= dynamic-graph-v3 SUBDIR+= dynamic-graph-v3
SUBDIR+= dynamic-graph-bridge-v3 SUBDIR+= dynamic-graph-bridge-v3
SUBDIR+= dynamic-graph-tutorial
SUBDIR+= dynamic-introspection SUBDIR+= dynamic-introspection
SUBDIR+= eigen-quadprog SUBDIR+= eigen-quadprog
SUBDIR+= example-adder SUBDIR+= example-adder
......
Tutorial for the dynamic-graph
# robotpkg Makefile for: wip/example-adder
# Created: Guilhem Saurel on Tue, 10 Jul 2018
#
ORG= stack-of-tasks
NAME= dynamic-graph-tutorial
VERSION= 1.1.1
PKGNAME= ${NAME}-${VERSION}
DISTNAME= ${NAME}-${VERSION}
MASTER_SITES= ${MASTER_SITE_GITHUB:=${ORG}/${NAME}/releases/download/v${VERSION}/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}/${ORG}/${NAME}
CHECKOUT_VCS_OPTS= --recursive
CATEGORIES= wip
COMMENT= Tutorial for the dynamic-graph
MAINTAINER= gsaurel@laas.fr
LICENSE= 2-clause-bsd
CMAKE_ARGS+= -DBUILD_PYTHON_INTERFACE=OFF
DYNAMIC_PLIST_DIRS+= share/doc/${NAME}
include ../../wip/dynamic-graph-v3/depend.mk
include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk
include ../../pkgtools/pkg-config/depend.mk
include ../../mk/sysdep/cmake.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Fri Jul 13 15:58:59 CEST 2018
include/dynamic-graph/tutorial/feedback-controller.hh
include/dynamic-graph/tutorial/inverted-pendulum.hh
include/dynamic/graph/tutorial/config.hh
include/dynamic/graph/tutorial/deprecated.hh
include/dynamic/graph/tutorial/warning.hh
lib/libdynamic-graph-tutorial.so
lib/pkgconfig/dynamic-graph-tutorial.pc
# robotpkg depend.mk for: wip/dynamic-graph-tutorial
# Created: Guilhem Saurel on Fri, 13 Jul 2018
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
DYNAMIC_GRAPH_TUTORIAL_DEPEND_MK:= ${DYNAMIC_GRAPH_TUTORIAL_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= dynamic-graph-tutorial
endif
ifeq (+,$(DYNAMIC_GRAPH_TUTORIAL_DEPEND_MK)) # ------------------------------------------
PREFER.dynamic-graph-tutorial?= robotpkg
SYSTEM_SEARCH.dynamic-graph-tutorial=\
'include/dynamic/graph/tutorial/config.hh:/DYNAMIC_GRAPH_TUTORIAL_VERSION/s/[^0-9.]//gp' \
'lib/libdynamic-graph-tutorial.so' \
'lib/pkgconfig/dynamic-graph-tutorial.pc:/Version/s/[^0-9.]//gp'
DEPEND_USE+= dynamic-graph-tutorial
DEPEND_ABI.dynamic-graph-tutorial?= dynamic-graph-tutorial>=1.1.0
DEPEND_DIR.dynamic-graph-tutorial?= ../../wip/dynamic-graph-tutorial
endif # DYNAMIC_GRAPH_TUTORIAL_DEPEND_MK ------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (dynamic-graph-tutorial-1.1.1.tar.gz) = 45b23da4ad9fbac1e3eb5fe097c145b7d5079794
RMD160 (dynamic-graph-tutorial-1.1.1.tar.gz) = 50c7accf6656b54162f642398ce76f886cefcf98
Size (dynamic-graph-tutorial-1.1.1.tar.gz) = 773815 bytes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment