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
af6f29e6
Commit
af6f29e6
authored
12 years ago
by
Arnaud Degroote
Browse files
Options
Downloads
Patches
Plain Diff
[wip/jafar-rtslam] Add a patch to fix pkgconfig requirements
parent
2c96202e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
jafar-rtslam/Makefile
+1
-0
1 addition, 0 deletions
jafar-rtslam/Makefile
jafar-rtslam/distinfo
+1
-0
1 addition, 0 deletions
jafar-rtslam/distinfo
jafar-rtslam/patches/patch-aa
+13
-0
13 additions, 0 deletions
jafar-rtslam/patches/patch-aa
with
15 additions
and
0 deletions
jafar-rtslam/Makefile
+
1
−
0
View file @
af6f29e6
...
...
@@ -3,6 +3,7 @@
#
JAFAR_PKG
=
rtslam-0.2
PKGREVISION
=
1
CATEGORIES
=
wip
JAFAR_COMMENT
=
Jafar module to
do
fast and generic EKF Slam.
...
...
This diff is collapsed.
Click to expand it.
jafar-rtslam/distinfo
+
1
−
0
View file @
af6f29e6
SHA1 (jafar-rtslam-0.2.tar.gz) = 1b4c9ef2fbc8c32259a48ef297a8baf6dd7d10f5
RMD160 (jafar-rtslam-0.2.tar.gz) = b6840c5170beef8b4c409c86da74ac3cf9841353
Size (jafar-rtslam-0.2.tar.gz) = 733290 bytes
SHA1 (patch-aa) = f5e95671e0ded99b9f2207ac93764da44bffda3c
This diff is collapsed.
Click to expand it.
jafar-rtslam/patches/patch-aa
0 → 100644
+
13
−
0
View file @
af6f29e6
Fix syntax + naming of requirements
--- jafar-rtslam.pc.in.orig 2013-03-19 12:12:35.114904384 +0100
+++ jafar-rtslam.pc.in 2013-03-19 12:12:57.694903817 +0100
@@ -6,6 +6,6 @@
Name: jafar-rtslam
Description: Jafar module to do fast and generic EKF Slam.
Version: 0.2
-Requires: kernel;image;jmath;correl
+Requires: jafar-kernel,jafar-image,jafar-jmath,jafar-correl
-Libs: -L${CMAKE_INSTALL_PREFIX} -ljafar-rtslam
+Libs: -L${CMAKE_INSTALL_PREFIX}/lib -ljafar-rtslam
Cflags: -I${CMAKE_INSTALL_PREFIX}/include/jafar ${IMPORTED_HEADERS} ${EXTRA_COMPILE_FLAGS}
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