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

[wip/{ → py-}hpp-affordance-corba] add PYTHON_NOTAG_CONFLICT

parent 38babc22
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,6 @@ SUBDIR+= head-action
SUBDIR+= hey5-description
SUBDIR+= histodet
SUBDIR+= hpp-affordance
SUBDIR+= hpp-affordance-corba
SUBDIR+= hpp-baxter
SUBDIR+= hpp-benchmark
SUBDIR+= hpp-bezier-com-traj
......@@ -93,6 +92,7 @@ SUBDIR+= py-dynamic-graph-v3
SUBDIR+= py-example-adder
SUBDIR+= py-example-robot-data
SUBDIR+= py-hqp
SUBDIR+= py-hpp-affordance-corba
SUBDIR+= py-hpp-rbprm-corba
SUBDIR+= py-mavlink
SUBDIR+= py-morse
......
File moved
# robotpkg Makefile for: wip/hpp-affordance-corba
# robotpkg Makefile for: wip/py-hpp-affordance-corba
# Created: Guilhem Saurel on fri, 4 Jan 2019
#
HPP_PACKAGE= hpp-affordance-corba
HPP_COMMENT= Extract Whole-Body Affordances for Mutli-Contact Planning (CORBA bindings)
HPP_PACKAGE= hpp-affordance-corba
HPP_COMMENT= Extract Whole-Body Affordances for Mutli-Contact Planning (CORBA bindings)
CATEGORIES= wip
CATEGORIES= wip
USE_PYTHON= true
USE_PYTHON= true
PYTHON_NOTAG_CONFLICT= yes
include ../../meta-pkgs/hpp/Makefile.common
......
File moved
# robotpkg depend.mk for: wip/hpp-affordance-corba-corba
# robotpkg depend.mk for: wip/py-hpp-affordance-corba-corba
# Created: Guilhem Saurel on Fri, 4 Jan 2019
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
HPP_AFFORDANCE_CORBA_DEPEND_MK:= ${HPP_AFFORDANCE_CORBA_DEPEND_MK}+
PY_HPP_AFFORDANCE_CORBA_DEPEND_MK:= ${PY_HPP_AFFORDANCE_CORBA_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= hpp-affordance-corba
DEPEND_PKG+= py-hpp-affordance-corba
endif
ifeq (+,$(HPP_AFFORDANCE_CORBA_DEPEND_MK)) # --------------------------------------
ifeq (+,$(PY_HPP_AFFORDANCE_CORBA_DEPEND_MK)) # --------------------------------------
include ../../mk/sysdep/python.mk
PREFER.hpp-affordance-corba?= robotpkg
PREFER.py-hpp-affordance-corba?= robotpkg
DEPEND_USE+= hpp-affordance-corba
DEPEND_USE+= py-hpp-affordance-corba
DEPEND_ABI.hpp-affordance-corba?= ${PKGTAG.python-}hpp-affordance-corba>=4.7.0
DEPEND_DIR.hpp-affordance-corba?= ../../wip/hpp-affordance-corba
DEPEND_ABI.py-hpp-affordance-corba?= ${PKGTAG.python-}hpp-affordance-corba>=4.7.0
DEPEND_DIR.py-hpp-affordance-corba?= ../../wip/py-hpp-affordance-corba
SYSTEM_SEARCH.hpp-affordance-corba=\
SYSTEM_SEARCH.py-hpp-affordance-corba=\
include/hpp/corbaserver/affordance/config.hh \
lib/hppPlugins/affordance-corba.so \
'lib/pkgconfig/hpp-affordance-corba.pc:/Version/s/[^0-9.]//gp'
endif # HPP_AFFORDANCE_CORBA_DEPEND_MK --------------------------------------------
endif # PY_HPP_AFFORDANCE_CORBA_DEPEND_MK --------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
File moved
......@@ -20,7 +20,7 @@ USE_PYTHON= true
include ../../meta-pkgs/hpp/Makefile.common
include ../../wip/hpp-rbprm/depend.mk
include ../../wip/hpp-affordance-corba/depend.mk
include ../../wip/py-hpp-affordance-corba/depend.mk
include ../../math/eigen3/depend.mk
include ../../path/hpp-core/depend.mk
......
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