Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
899ce5b2
Commit
899ce5b2
authored
6 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/py-dynamic-graph-tutorial] fix DEPEND_ABI
parent
1dd76e92
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
py-dynamic-graph-tutorial/Makefile
+13
-13
13 additions, 13 deletions
py-dynamic-graph-tutorial/Makefile
py-dynamic-graph-tutorial/depend.mk
+1
-1
1 addition, 1 deletion
py-dynamic-graph-tutorial/depend.mk
with
14 additions
and
14 deletions
py-dynamic-graph-tutorial/Makefile
+
13
−
13
View file @
899ce5b2
# 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
PKG
NAME
=
${
PKGTAG.python-
}
${
NAME
}
-
${
VERSION
}
DIST
NAME
=
${
NAME
}
-
${
VERSION
}
DIST
NAME
=
${
NAME
}
-
${
VERSION
}
PKG
NAME
=
${
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
This diff is collapsed.
Click to expand it.
py-dynamic-graph-tutorial/depend.mk
+
1
−
1
View file @
899ce5b2
...
...
@@ -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 ------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment