From bbd3c500ed9483197595394a05f8f4f41388d16f Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Tue, 5 Nov 2019 14:20:36 +0100 Subject: [PATCH] =?UTF-8?q?[wip/{=20=E2=86=92=20py-}hpp-hrp2]=20add=20PYTH?= =?UTF-8?q?ON=5FNOTAG=5FCONFLICT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- hpp-hrp2/depend.mk | 29 ----------------------------- {hpp-hrp2 => py-hpp-hrp2}/DESCR | 0 {hpp-hrp2 => py-hpp-hrp2}/Makefile | 9 +++++---- {hpp-hrp2 => py-hpp-hrp2}/PLIST | 0 py-hpp-hrp2/depend.mk | 29 +++++++++++++++++++++++++++++ {hpp-hrp2 => py-hpp-hrp2}/distinfo | 0 7 files changed, 35 insertions(+), 34 deletions(-) delete mode 100644 hpp-hrp2/depend.mk rename {hpp-hrp2 => py-hpp-hrp2}/DESCR (100%) rename {hpp-hrp2 => py-hpp-hrp2}/Makefile (69%) rename {hpp-hrp2 => py-hpp-hrp2}/PLIST (100%) create mode 100644 py-hpp-hrp2/depend.mk rename {hpp-hrp2 => py-hpp-hrp2}/distinfo (100%) diff --git a/Makefile b/Makefile index 4df578ee..faa49732 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,6 @@ SUBDIR+= hey5-description SUBDIR+= histodet SUBDIR+= hpp-affordance SUBDIR+= hpp-benchmark -SUBDIR+= hpp-hrp2 SUBDIR+= hpp-rbprm SUBDIR+= hpp-rbprm-robot-data SUBDIR+= hpp-romeo @@ -93,6 +92,7 @@ SUBDIR+= py-hpp-baxter SUBDIR+= py-hpp-bezier-com-traj SUBDIR+= py-hpp-centroidal-dynamics SUBDIR+= py-hpp-environments +SUBDIR+= py-hpp-hrp2 SUBDIR+= py-hpp-rbprm-corba SUBDIR+= py-mavlink SUBDIR+= py-morse diff --git a/hpp-hrp2/depend.mk b/hpp-hrp2/depend.mk deleted file mode 100644 index 6e6e8d2c..00000000 --- a/hpp-hrp2/depend.mk +++ /dev/null @@ -1,29 +0,0 @@ -# robotpkg depend.mk for: wip/py36-hpp-hrp2 -# Created: Guilhem Saurel on Tue, 8 Oct 2019 -# - -DEPEND_DEPTH:= ${DEPEND_DEPTH}+ -HPP_HRP2_DEPEND_MK:= ${HPP_HRP2_DEPEND_MK}+ - -ifeq (+,$(DEPEND_DEPTH)) -DEPEND_PKG+= hpp-hrp2 -endif - -ifeq (+,$(HPP_HRP2_DEPEND_MK)) # -------------------------------------- - -include ../../mk/sysdep/python.mk - -PREFER.hpp-hrp2?= robotpkg - -DEPEND_USE+= hpp-hrp2 - -DEPEND_ABI.hpp-hrp2?= ${PKGTAG.python-}hpp-hrp2>=4.7.0 -DEPEND_DIR.hpp-hrp2?= ../../wip/hpp-hrp2 - -SYSTEM_SEARCH.hpp-hrp2=\ - include/hpp/hrp2/config.hh \ - 'lib/pkgconfig/hpp-hrp2.pc:/Version/s/[^0-9.]//gp' - -endif # HPP_HRP2_DEPEND_MK -------------------------------------------- - -DEPEND_DEPTH:= ${DEPEND_DEPTH:+=} diff --git a/hpp-hrp2/DESCR b/py-hpp-hrp2/DESCR similarity index 100% rename from hpp-hrp2/DESCR rename to py-hpp-hrp2/DESCR diff --git a/hpp-hrp2/Makefile b/py-hpp-hrp2/Makefile similarity index 69% rename from hpp-hrp2/Makefile rename to py-hpp-hrp2/Makefile index fbf6f116..337ca32b 100644 --- a/hpp-hrp2/Makefile +++ b/py-hpp-hrp2/Makefile @@ -2,11 +2,12 @@ # Created: Guilhem Saurel on Tue, 8 Oct 2019 # -HPP_PACKAGE= hpp-hrp2 -HPP_COMMENT= Data specific to robots hrp2 for hpp-corbaserver +HPP_PACKAGE= hpp-hrp2 +HPP_COMMENT= Data specific to robots hrp2 for hpp-corbaserver -CATEGORIES= wip -USE_PYTHON= true +CATEGORIES= wip +USE_PYTHON= true +PYTHON_NOTAG_CONFLICT= yes include ../../meta-pkgs/hpp/Makefile.common diff --git a/hpp-hrp2/PLIST b/py-hpp-hrp2/PLIST similarity index 100% rename from hpp-hrp2/PLIST rename to py-hpp-hrp2/PLIST diff --git a/py-hpp-hrp2/depend.mk b/py-hpp-hrp2/depend.mk new file mode 100644 index 00000000..7e0e0358 --- /dev/null +++ b/py-hpp-hrp2/depend.mk @@ -0,0 +1,29 @@ +# robotpkg depend.mk for: wip/py36-hpp-hrp2 +# Created: Guilhem Saurel on Tue, 8 Oct 2019 +# + +DEPEND_DEPTH:= ${DEPEND_DEPTH}+ +PY_HPP_HRP2_DEPEND_MK:= ${PY_HPP_HRP2_DEPEND_MK}+ + +ifeq (+,$(DEPEND_DEPTH)) +DEPEND_PKG+= py-hpp-hrp2 +endif + +ifeq (+,$(PY_HPP_HRP2_DEPEND_MK)) # -------------------------------------- + +include ../../mk/sysdep/python.mk + +PREFER.py-hpp-hrp2?= robotpkg + +DEPEND_USE+= py-hpp-hrp2 + +DEPEND_ABI.py-hpp-hrp2?= ${PKGTAG.python-}hpp-hrp2>=4.7.0 +DEPEND_DIR.py-hpp-hrp2?= ../../wip/py-hpp-hrp2 + +SYSTEM_SEARCH.py-hpp-hrp2=\ + include/hpp/hrp2/config.hh \ + 'lib/pkgconfig/hpp-hrp2.pc:/Version/s/[^0-9.]//gp' + +endif # PY_HPP_HRP2_DEPEND_MK -------------------------------------------- + +DEPEND_DEPTH:= ${DEPEND_DEPTH:+=} diff --git a/hpp-hrp2/distinfo b/py-hpp-hrp2/distinfo similarity index 100% rename from hpp-hrp2/distinfo rename to py-hpp-hrp2/distinfo -- GitLab