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
9ad8e2af
Commit
9ad8e2af
authored
5 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/hpp-affordance-corba] add patch-aa
to fix build with recent pinocchio
parent
e42adc2a
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
hpp-affordance-corba/distinfo
+1
-0
1 addition, 0 deletions
hpp-affordance-corba/distinfo
hpp-affordance-corba/patches/patch-aa
+13
-0
13 additions, 0 deletions
hpp-affordance-corba/patches/patch-aa
with
14 additions
and
0 deletions
hpp-affordance-corba/distinfo
+
1
−
0
View file @
9ad8e2af
SHA1 (hpp-affordance-corba-4.5.0.tar.gz) = 4c8269dec95796307079a7dc2b6e2e08460b8e70
RMD160 (hpp-affordance-corba-4.5.0.tar.gz) = 2bc141b16949fd82234bc1b814de55b2baa8ec0c
Size (hpp-affordance-corba-4.5.0.tar.gz) = 951237 bytes
SHA1 (patch-aa) = a38cd4d0527e536d49be7376f3b8a630303d64a8
This diff is collapsed.
Click to expand it.
hpp-affordance-corba/patches/patch-aa
0 → 100644
+
13
−
0
View file @
9ad8e2af
include pinocchio before boost
ref https://github.com/stack-of-tasks/pinocchio/issues/849
--- src/affordance.impl.cc.orig 2019-04-16 16:02:43.000000000 +0200
+++ src/affordance.impl.cc 2019-09-17 23:55:48.089288370 +0200
@@ -10,6 +10,7 @@
#include <iostream>
+#include <pinocchio/fwd.hpp>
#include <hpp/util/debug.hh>
#include "hpp/affordance/affordance-extraction.hh"
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