Skip to content
Snippets Groups Projects
Commit d3433668 authored by Séverin Lemaignan's avatar Séverin Lemaignan
Browse files

[wip/move3d-studio] New package for the Move3D development environment

move3d-studio is the LAAS stand-alone development environment for 3D planning applications.

It is build from libmove3d-3.9.1
parent 88a2a095
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
COMMENT= WIP packages
SUBDIR+= libmove3d
SUBDIR+= move3d-studio
SUBDIR+= gest-genom
SUBDIR+= kukaFri-libs
SUBDIR+= libfreenect
......
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= libmove3d-${VERSION}
VERSION= 3.9.1
CATEGORIES= path
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=BioMove3D/}
#MASTER_REPOSITORY= git http://trac.laas.fr/git/robots/BioMove3D.git
MASTER_REPOSITORY= git /home/slemaign/softs-local/BioMove3D
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
USE_LANGUAGES+= c c++
CMAKE_ARGS+= -DGENERATE_STUDIO=ON
## Dependencies
include ../../math/gbM/depend.mk
include ../../motion/softMotion-libs/depend.mk
include ../../mk/sysdep/glu.mk
include ../../mk/sysdep/gsl.mk
include ../../mk/sysdep/libxml2.mk
include ../../mk/sysdep/glib2.mk
include ../../wip/sysdep/glpk.mk
include ../../wip/sysdep/gts.mk
include ../../wip/sysdep/qhull.mk
include ../../wip/sysdep/libxpm.mk
include ../../wip/sysdep/xforms.mk
include ../../mk/sysdep/cmake.mk
include ../../mk/robotpkg.mk
@comment Fri Feb 11 18:42:18 CET 2011
bin/move3d-studio
## 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-studio
#TODO: check the version
DEPEND_USE+= move3d-studio
DEPEND_ABI.move3d-studio?=move3d-studio>=3.9
DEPEND_DIR.move3d-studio?=../../wip/move3d-studio
endif # MOVE3DSTUDIO_DEPEND_MK ----------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (libmove3d-3.9.1.tar.gz) = 9f41852677184f86b5c476ea64dbd34d0200a606
RMD160 (libmove3d-3.9.1.tar.gz) = 646347f56ae155c53d581968d5cde976e7ddf0e1
Size (libmove3d-3.9.1.tar.gz) = 5405692 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