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
172bab1b
Commit
172bab1b
authored
5 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/jrl-cmakemodules] Initial creation
parent
0439b4fe
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
jrl-cmakemodules/DESCR
+1
-0
1 addition, 0 deletions
jrl-cmakemodules/DESCR
jrl-cmakemodules/Makefile.common
+27
-0
27 additions, 0 deletions
jrl-cmakemodules/Makefile.common
with
28 additions
and
0 deletions
jrl-cmakemodules/DESCR
0 → 100644
+
1
−
0
View file @
172bab1b
This meta package contains helpers to use robotpkg with the JRL-cmakemodule
This diff is collapsed.
Click to expand it.
jrl-cmakemodules/Makefile.common
0 → 100644
+
27
−
0
View file @
172bab1b
# robotpkg Makefile for: wip/jrl
# Created: Guilhem Saurel on Sun Sep 9 2019
#
#
ifndef
NAME
PKG_FAIL_REASON
+=
"Dependency on jrl/Makefile.common requires NAME"
endif
ifndef
ORG
PKG_FAIL_REASON
+=
"Dependency on jrl/Makefile.common requires ORG"
endif
ifndef
VERSION
PKG_FAIL_REASON
+=
"Dependency on jrl/Makefile.common requires VERSION"
endif
DISTNAME
?=
${
NAME
}
-
${
VERSION
}
MASTER_SITES
?=
${
MASTER_SITE_OPENROBOTS:
=
${
NAME
}
/
}
MASTER_REPOSITORY
?=
${
MASTER_REPOSITORY_GITHUB
}
/
${
ORG
}
/
${
NAME
}
.git
CHECKOUT_VCS_OPTS
+=
--recursive
CMAKE_ARGS
+=
-DCMAKE_INSTALL_LIBDIR
=
lib
CMAKE_ARGS
+=
-DPYTHON_STANDARD_LAYOUT
=
ON
DYNAMIC_PLIST_DIRS
+=
share/doc/
${
NAME
}
include
../../pkgtools/pkg-config/depend.mk
include
../../mk/sysdep/cmake.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