Skip to content
Snippets Groups Projects
Commit 4f66f156 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/libhatp] Delete: timeout and broken with recent boost

parent 80cd74a7
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,6 @@ SUBDIR+= hrp2-14-description
SUBDIR+= infuse-envire
SUBDIR+= infuse-idl
SUBDIR+= jrl-walkgen-v3
SUBDIR+= libhatp
SUBDIR+= libnabo
SUBDIR+= libpointmatcher
SUBDIR+= matio
......
libhatp is library that helps in HATP plan handling.
It provide tools to handle a plan generated with HATP. It includes a parser
that build a plan from a string (the one returned by HATP as answer to a
plan request).
# robotpkg Makefile for: planning/libhatp
# Created: Raphaël Lallement, 18/01/2013
#
DISTNAME= libhatp-${VERSION}
VERSION= 1.3.0
PKGREVISION=
CATEGORIES= planning
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=libhatp/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS}hatp/libhatp
MAINTAINER= raphael.lallement@laas.fr
COMMENT= Library to handle HATP plans
LICENSE= 2-clause-bsd
MAKE_JOBS_SAFE= yes
include ../../mk/sysdep/cmake.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Sat Jan 19 01:02:50 CET 2013
include/libhatp/hatpLexer.hh
include/libhatp/hatpNode.hh
include/libhatp/hatpPlan.hh
include/libhatp/hatpStreams.hh
include/libhatp/hatpTaskList.hh
include/libhatp/hatpTools.hh
include/libhatp/hatpTree.hh
lib/liblibhatp.so
lib/liblibhatp.so.${PKGVERSION}
lib/pkgconfig/libhatp.pc
share/cmake/Modules/Findlibhatp.cmake
# robotpkg depend.mk for: planning/libhatp
# Created: Raphaël Lallement, 18/01/2013
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
LIBHATP_DEPEND_MK:=${LIBHATP_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= libhatp
endif
ifeq (+,$(LIBHATP_DEPEND_MK))
PREFER.libhatp?= robotpkg
DEPEND_USE+= libhatp
DEPEND_ABI.libhatp?= libhatp>=1.3.0
DEPEND_DIR.libhatp?= ../../wip/libhatp
SYSTEM_SEARCH.libhatp=\
include/libhatp/hatpPlan.hh \
lib/liblibhatp.so \
lib/pkgconfig/libhatp.pc\
share/cmake/Modules/Findlibhatp.cmake
endif
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (libhatp-1.3.0.tar.gz) = 3b645ddaa0c4b680ab8b1d35acd5744932232a4b
RMD160 (libhatp-1.3.0.tar.gz) = 4dfa51ffbcbb815bfb01e6c17c0eee0d3d59d879
Size (libhatp-1.3.0.tar.gz) = 34105 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