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

[wip/move3d-studio] Remove: timeout and broken on all supported platforms

parent 415dc42b
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,6 @@ SUBDIR+= libmove3d-planners
SUBDIR+= metapod
SUBDIR+= morse-ros
SUBDIR+= move3d-assets
SUBDIR+= move3d-studio
SUBDIR+= msgconnector
SUBDIR+= multicontact-api
SUBDIR+= octovis
......
The BioMove3D development studio.
This package installs a move3d-studio executable. This stand-alone application provides
a powerful environment to develop 3D path planning applications for robotics.
# robotpkg Makefile for: path/move3d-studio
# Created: Severin Lemaignan on Fri, 11 Feb 2011
#
PKGNAME= move3d-studio-${VERSION}
DISTNAME= move3d-studio-${VERSION}
VERSION= 1.4
PKGREVISION= 3
CATEGORIES= path
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=move3d-studio/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS}move3d/move3d-studio
MAINTAINER= biomove3dgitrepo@laas.fr
COMMENT= The BioMove3D development studio
#move3d-studio is currently GPL because it depends
# on GSL and GLPK that are 2 GLP librairies.
LICENSE= gnu-gpl-v2
PKG_SUPPORTED_OPTIONS= qtstudio
PKG_SUPPORTED_OPTIONS+= qtremote
PKG_SUPPORTED_OPTIONS+= xforms
PKG_OPTION_DESCR.qtstudio= Install move3d-qt-studio
PKG_OPTION_DESCR.qtremote= Install move3d-remote
PKG_OPTION_DESCR.xforms= Install move3d-xforms
PKG_OPTION_SET.qtstudio= CMAKE_ARGS+= -DMOVE3D_QT=ON
PKG_OPTION_UNSET.qtstudio= CMAKE_ARGS+= -DMOVE3D_QT=OFF
PKG_OPTION_SET.qtremote= CMAKE_ARGS+= -DMOVE3D_QT_REMOTE=ON
PKG_OPTION_UNSET.qtremote= CMAKE_ARGS+= -DMOVE3D_QT_REMOTE=OFF
PKG_OPTION_SET.xforms= CMAKE_ARGS+= -DMOVE3D_XFORMS=ON
PKG_OPTION_UNSET.xforms= CMAKE_ARGS+= -DMOVE3D_XFORMS=OFF
PKG_SUGGESTED_OPTIONS= qtstudio
## HATP connection option
PKG_SUPPORTED_OPTIONS+= hatp_connection
PKG_OPTION_DESCR.hatp_connection= Enable connection to HATP for intricate task and motion planning
define PKG_OPTION_SET.hatp_connection
CMAKE_ARGS+= -DHATP_CONNECTION=ON
include ../../wip/msgconnector/depend.mk
include ../../devel/jsoncpp/depend.mk
endef
include ../../wip/libmove3d-hri/depend.mk
include ../../wip/libmove3d-planners/depend.mk
include ../../wip/libmove3d/depend.mk
include ../../wip/sysdep/glpk.mk
include ../../wip/sysdep/libxpm.mk
include ../../math/gbM/depend.mk
include ../../motion/softMotion-libs/depend.mk
include ../../pkgtools/pkg-config/depend.mk
include ../../mk/sysdep/cmake.mk
include ../../mk/sysdep/glib2.mk
include ../../mk/sysdep/glu.mk
include ../../mk/sysdep/gsl.mk
include ../../mk/sysdep/gts.mk
include ../../mk/sysdep/libxml2.mk
include ../../mk/sysdep/qhull.mk
include ../../mk/sysdep/qwt.mk
include ../../mk/sysdep/xforms.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Fri Feb 11 18:42:18 CET 2011
${PLIST.qtstudio}bin/move3d-qt-studio
${PLIST.qtremote}bin/move3d-remote
${PLIST.xforms}bin/move3d-xforms
## robotpkg depend.mk for: path/move3d-studio
# Created: Severin Lemaignan on Fri, 11 Feb 2011
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
MOVE3DSTUDIO_DEPEND_MK:= ${MOVE3DSTUDIO_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= move3d-studio
endif
ifeq (+,$(MOVE3DSTUDIO_DEPEND_MK)) # ----------------------------------
PREFER.move3d-studio?= robotpkg
SYSTEM_SEARCH.move3d-studio=\
bin/move3d-qt-studio
DEPEND_USE+= move3d-studio
DEPEND_ABI.move3d-studio?=move3d-studio>=1.4
DEPEND_DIR.move3d-studio?=../../wip/move3d-studio
endif # MOVE3DSTUDIO_DEPEND_MK ----------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (move3d-studio-1.4.tar.gz) = 4f38f232cff64fc0d8c4a0c67425a8fda9fe4410
RMD160 (move3d-studio-1.4.tar.gz) = 405b2b5ba7d37a3a121785d49501eb4364945dbc
Size (move3d-studio-1.4.tar.gz) = 1388199 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