Skip to content
Snippets Groups Projects
Commit 9419ef0d authored by Rohan Budhiraja's avatar Rohan Budhiraja
Browse files

[wip/jrl-walkgen-v3] New Package. version 4.0.0

parent 5b109a51
No related branches found
No related tags found
No related merge requests found
This is the JRL-Japan walk pattern generator for the HRP-2 humanoid robot.
# robotpkg Makefile for: path/jrl-walkgen
# Created: Anthony Mallet on Tue, 15 May 2007
#
DISTNAME= jrl-walkgen-v3-${VERSION}
PKGNAME= jrl-walkgen-v3-${VERSION}
VERSION= 4.0.0
CATEGORIES= wip
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=jrl-walkgen-v3/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}proyan/jrl-walkgen/
MAINTAINER= gepetto@laas.fr
COMMENT= Walk pattern generator for the HRP-2 humanoid robot.
LICENSE= gnu-lgpl-v3
DYNAMIC_PLIST_DIRS+= share/doc/jrl-walkgen
PKG_SUPPORTED_OPTIONS+= debug
PKG_OPTION_DESCR.debug= Compile in debugging mode
PKG_OPTION_SET.debug:= CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Debug
# Build the package in a separate directory
CONFIGURE_DIRS= _build
CMAKE_ARG_PATH= ..
pre-configure:
${RUN}${MKDIR} ${WRKSRC}/_build
include ../../mk/sysdep/cmake.mk
include ../../wip/pinocchio/depend.mk
include ../../wip/qpOASES/depend.mk
include ../../wip/simple-humanoid-description/depend.mk
include ../../interfaces/jrl-mal/depend.mk
include ../../pkgtools/pkg-config/depend.mk
include ../../mk/sysdep/doxygen.mk
include ../../mk/sysdep/graphviz.mk
include ../../mk/sysdep/pdflatex.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/language/fortran.mk
include ../../mk/robotpkg.mk
@comment Fri Mar 1 14:23:47 CET 2013
lib/pkgconfig/jrl-walkgen.pc
include/jrl/walkgen/patterngeneratorinterface.hh
include/jrl/walkgen/pgtypes.hh
include/jrl/walkgen/pinocchiorobot.hh
lib/libjrl-walkgen.so.${PKGVERSION}
lib/libjrl-walkgen.so
share/jrl/dynamics/examples/TestFootPrintPGInterfaceData.cpp
share/jrl/dynamics/examples/TestFootPrintPGInterfaceData.h
share/jrl/dynamics/examples/TestFootPrintPGInterface.cpp
share/jrl/dynamics/examples/TestHerdt2010.cpp
share/jrl/dynamics/examples/CommonTools.cpp
share/jrl/dynamics/examples/CommonTools.hh
share/jrl/dynamics/examples/examples.CMakeList
# robotpkg depend.mk for: path/jrl-walkgen
# Created: Anthony Mallet on Tue, 13 May 2008
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
JRL_WALKGEN_V3_DEPEND_MK:= ${JRL_WALKGEN_V3_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= jrl-walkgen-v3
endif
ifeq (+,$(JRL_WALKGEN_V3_DEPEND_MK))
PREFER.jrl-walkgen-v3?= robotpkg
DEPEND_USE+= jrl-walkgen-v3
DEPEND_ABI.jrl-walkgen-v3?=jrl-walkgen-v3>=4.0.0
DEPEND_DIR.jrl-walkgen-v3?=../../wip/jrl-walkgen-v3
SYSTEM_SEARCH.jrl-walkgen-v3=\
include/jrl/walkgen/patterngeneratorinterface.hh\
lib/pkgconfig/jrl-walkgen.pc\
lib/libjrl-walkgen.so
endif
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (jrl-walkgen-v3-4.0.0.tar.gz) = 90797c7e6f46dce2fdb0e00e597e6728587607c2
RMD160 (jrl-walkgen-v3-4.0.0.tar.gz) = 63042d7aa4f8f54ba6502ee981207a63a5245cba
Size (jrl-walkgen-v3-4.0.0.tar.gz) = 16172186 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