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

[wip/hpp-gui] Initial import

parent 33ebb3e3
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ SUBDIR+= hpp-baxter
SUBDIR+= hpp-bezier-com-traj
SUBDIR+= hpp-centroidal-dynamics
SUBDIR+= hpp-environments
SUBDIR+= hpp-gui
SUBDIR+= hpp-plot
SUBDIR+= hpp-rbprm
SUBDIR+= hpp-rbprm-corba
......
Qt based GUI for HPP project.
# robotpkg Makefile for: wip/hpp-gui
# Created: Guilhem Saurel on Tue, 26 Feb 2019
#
HPP_PACKAGE= hpp-gui
HPP_COMMENT= Graphical interface for HPP
CATEGORIES= wip
CONFLICTS+= qt[0-9]-hpp-gui-[0-9]*
CMAKE_ARGS+=\
-DUSE_QT4=$(if $(filter qt4,${PKG_ALTERNATIVE.qt}),TRUE,FALSE)
DEPEND_ABI.python= python<3
include ../../meta-pkgs/hpp/Makefile.common
include ../../graphics/gepetto-viewer-corba/depend.mk
include ../../path/hpp-corbaserver/depend.mk
include ../../path/hpp-manipulation-corba/depend.mk
include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk
include ../../mk/sysdep/python.mk
include ../../mk/sysdep/qt.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Tue Feb 26 12:56:56 CET 2019
etc/gepetto-gui/settings.conf
include/hpp/gui/config.hh
include/hpp/gui/deprecated.hh
include/hpp/gui/warning.hh
lib/gepetto-gui-plugins/hppmanipulationwidgetsplugin.so
lib/gepetto-gui-plugins/hppwidgetsplugin.so
lib/pkgconfig/hpp-gui.pc
${PYTHON_SITELIB}/hpp/gui/__init__.py
${PYTHON_SITELIB}/hpp/gui/collision_pairs.py
${PYTHON_SITELIB}/hpp/gui/directpath.py
${PYTHON_SITELIB}/hpp/gui/dynamicbuild.py
${PYTHON_SITELIB}/hpp/gui/findGrasp.py
${PYTHON_SITELIB}/hpp/gui/graphutility.py
${PYTHON_SITELIB}/hpp/gui/inspector.py
${PYTHON_SITELIB}/hpp/gui/parameters.py
${PYTHON_SITELIB}/hpp/gui/plugin.py
# robotpkg depend.mk for: wip/hpp-gui
# Created: Guilhem Saurel on Tue, 26 Feb 2019
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
HPP_GUI_DEPEND_MK:= ${HPP_GUI_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= hpp-gui
endif
ifeq (+,$(HPP_GUI_DEPEND_MK)) # --------------------------------------
PREFER.hpp-gui?= robotpkg
DEPEND_USE+= hpp-gui
DEPEND_ABI.hpp-gui?= hpp-gui>=4.3.0
DEPEND_DIR.hpp-gui?= ../../wip/hpp-gui
SYSTEM_SEARCH.hpp-gui=\
include/hpp/gui/config.hh \
'lib/pkgconfig/hpp-gui.pc:/Version/s/[^0-9.]//gp'
endif # HPP_GUI_DEPEND_MK --------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (hpp-gui-4.3.0.tar.gz) = 33e413263a4932eb4819985b74a57c1b213940a0
RMD160 (hpp-gui-4.3.0.tar.gz) = b39ee5d912e897517a845d6edeb0169e3054b681
Size (hpp-gui-4.3.0.tar.gz) = 974804 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