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
6ce9feb0
Commit
6ce9feb0
authored
11 years ago
by
Mamoun Gharbi
Browse files
Options
Downloads
Patches
Plain Diff
Adding handling of Mightabilities on spark and mhp
parent
13525c45
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
mhp-genom/Makefile
+14
-0
14 additions, 0 deletions
mhp-genom/Makefile
spark-genom/Makefile
+11
-0
11 additions, 0 deletions
spark-genom/Makefile
with
25 additions
and
0 deletions
mhp-genom/Makefile
+
14
−
0
View file @
6ce9feb0
...
...
@@ -109,6 +109,20 @@ endef
PKG_SUGGESTED_OPTIONS
+=
spark
##
## USE_MIGHTABILITY_MAPS synchonization
##
PKG_SUPPORTED_OPTIONS
+=
mightability
PKG_OPTION_DESCR.mightability
=
Enable mightabilities functions
define
PKG_OPTION_SET.mightability
GENOM_ARGS
+=
-DUSE_MIGHTABILITY_MAPS
endef
PKG_SUGGESTED_OPTIONS
+=
mightability
#####################
GENOM_MODULE
=
mhp
...
...
This diff is collapsed.
Click to expand it.
spark-genom/Makefile
+
11
−
0
View file @
6ce9feb0
...
...
@@ -77,6 +77,17 @@ define PKG_OPTION_SET.oro
include
../../knowledge/liboro/depend.mk
endef
##
## USE_MIGHTABILITY_MAPS option
##
PKG_SUPPORTED_OPTIONS
+=
mightability
PKG_OPTION_DESCR.mightability
=
Enable mightabilities functions
define
PKG_OPTION_SET.oro
GENOM_ARGS
+=
-DUSE_MIGHTABILITY_MAPS
endef
PKG_SUGGESTED_OPTIONS
+=
mightability
##
## Attentional
...
...
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