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

[wip/py-dynamic-graph-tutorial] fix DEPEND_ABI

parent 1dd76e92
No related branches found
No related tags found
No related merge requests found
# robotpkg Makefile for: wip/example-adder
# robotpkg Makefile for: wip/py-dynamic-graph-tutorial
# Created: Guilhem Saurel on Tue, 10 Jul 2018
#
ORG= stack-of-tasks
NAME= dynamic-graph-tutorial
VERSION= 1.1.1
ORG= stack-of-tasks
NAME= dynamic-graph-tutorial
VERSION= 1.1.1
PKGNAME= ${PKGTAG.python-}${NAME}-${VERSION}
DISTNAME= ${NAME}-${VERSION}
DISTNAME= ${NAME}-${VERSION}
PKGNAME= ${PKGTAG.python-}${DISTNAME}
MASTER_SITES= ${MASTER_SITE_GITHUB:=${ORG}/${NAME}/releases/download/v${VERSION}/}
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=${NAME}/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}/${ORG}/${NAME}
CHECKOUT_VCS_OPTS= --recursive
CHECKOUT_VCS_OPTS+= --recursive
CATEGORIES= wip
COMMENT= Tutorial for the dynamic-graph
MAINTAINER= gsaurel@laas.fr
LICENSE= 2-clause-bsd
CATEGORIES= wip
COMMENT= Tutorial for the dynamic-graph
LICENSE= 2-clause-bsd
MAINTAINER= gepetto-soft@laas.fr
DYNAMIC_PLIST_DIRS+= share/doc/${NAME}
include ../../wip/${NAME}/depend.mk
include ../../wip/dynamic-graph-v3/depend.mk
include ../../wip/py-dynamic-graph-v3/depend.mk
include ../../devel/boost-headers/depend.mk
......@@ -29,5 +30,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
......@@ -18,7 +18,7 @@ SYSTEM_SEARCH.py-dynamic-graph-tutorial=\
DEPEND_USE+= py-dynamic-graph-tutorial
DEPEND_ABI.py-dynamic-graph-tutorial?= py-dynamic-graph-tutorial>=1.0.0
DEPEND_ABI.py-dynamic-graph-tutorial?= ${PKGTAG.python-}dynamic-graph-tutorial>=1.0.0
DEPEND_DIR.py-dynamic-graph-tutorial?= ../../wip/py-dynamic-graph-tutorial
endif # PY_DYNAMIC_GRAPH_TUTORIAL_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