diff --git a/py-example-adder/Makefile b/py-example-adder/Makefile index 172f8ce1476f471f5e8c134bc793e4fa691332c8..0e680aa77208a112b7b22234925ae473bd67d92d 100644 --- a/py-example-adder/Makefile +++ b/py-example-adder/Makefile @@ -2,26 +2,23 @@ # Created: Guilhem Saurel on Tue, 10 Jul 2018 # -ORG= gepetto -NAME= example-adder -VERSION= 1.0.0 +ORG= gepetto +NAME= example-adder +VERSION= 1.0.0 -DISTNAME= ${NAME}-${VERSION} -PKGNAME= ${PKGTAG.python-}${DISTNAME} +DISTNAME= ${NAME}-${VERSION} +PKGNAME= ${PKGTAG.python-}${DISTNAME} MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=${NAME}/} MASTER_REPOSITORY= git https://gepgitlab.laas.fr/${ORG}/${NAME}.git -CHECKOUT_VCS_OPTS= --recursive +CHECKOUT_VCS_OPTS+= --recursive -CATEGORIES= wip -COMMENT= Example Project -MAINTAINER= gsaurel@laas.fr -LICENSE= 2-clause-bsd - -CMAKE_ARGS+= -DBUILD_PYTHON_INTERFACE=ON - -include ../../wip/example-adder/depend.mk +CATEGORIES= wip +COMMENT= Example Project +LICENSE= 2-clause-bsd +MAINTAINER= gsaurel@laas.fr +include ../../wip/${NAME}/depend.mk include ../../devel/boost-headers/depend.mk include ../../devel/boost-libs/depend.mk include ../../pkgtools/pkg-config/depend.mk @@ -29,5 +26,4 @@ include ../../mk/sysdep/cmake.mk include ../../mk/sysdep/python.mk include ../../mk/language/c.mk include ../../mk/language/c++.mk - include ../../mk/robotpkg.mk diff --git a/py-example-adder/depend.mk b/py-example-adder/depend.mk index cb600beeb891751818b836929362d40074f25d72..dbaf5136c228b9188920f658d77055577f790338 100644 --- a/py-example-adder/depend.mk +++ b/py-example-adder/depend.mk @@ -20,7 +20,7 @@ SYSTEM_SEARCH.py-example-adder=\ DEPEND_USE+= py-example-adder -DEPEND_ABI.py-example-adder?= py-example-adder>=1.0.0 +DEPEND_ABI.py-example-adder?= ${PKGTAG.python-}example-adder>=1.0.0 DEPEND_DIR.py-example-adder?= ../../wip/py-example-adder endif # PY_EXAMPLE_ADDER_DEPEND_MK ------------------------------------------------