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
1e03cea4
Commit
1e03cea4
authored
5 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/timeoptimization] add patch-aa
to fix the name of a required included dependency
parent
3d3bc616
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
timeoptimization/distinfo
+1
-0
1 addition, 0 deletions
timeoptimization/distinfo
timeoptimization/patches/patch-aa
+42
-0
42 additions, 0 deletions
timeoptimization/patches/patch-aa
with
43 additions
and
0 deletions
timeoptimization/distinfo
+
1
−
0
View file @
1e03cea4
SHA1 (timeoptimization-1.1.0.tar.gz) = baaf97acdffe2574ef3bcee4906c7874066337bb
RMD160 (timeoptimization-1.1.0.tar.gz) = 24ab2cd36661fa6e9e778fb61404bf522202cd14
Size (timeoptimization-1.1.0.tar.gz) = 264650 bytes
SHA1 (patch-aa) = 07b729920a0e8692dacab15e7da00a28b019abe9
This diff is collapsed.
Click to expand it.
timeoptimization/patches/patch-aa
0 → 100644
+
42
−
0
View file @
1e03cea4
From dd3bf271dfcfbd5f963d933c21a7ecef2dfaada7 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Wed, 23 Oct 2019 21:51:05 +0200
Subject: [PATCH] [CMake] fix dependency after its name update
---
momentumopt/CMakeLists.txt | 2 +-
momentumopt/package.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/momentumopt/CMakeLists.txt b/momentumopt/CMakeLists.txt
index a9e2cd9..3ab8da8 100644
--- momentumopt/CMakeLists.txt
+++ momentumopt/CMakeLists.txt
@@ -28,7 +28,7 @@
find_package(yaml-cpp)
catkin_package(
INCLUDE_DIRS include
LIBRARIES momentumopt
- CATKIN_DEPENDS solver
+ CATKIN_DEPENDS timeoptimization-solver
)
get_filename_component(TEST_PATH tests ABSOLUTE)
diff --git a/momentumopt/package.xml b/momentumopt/package.xml
index d8c08d2..93fed9a 100644
--- momentumopt/package.xml
+++ momentumopt/package.xml
@@ -8,9 +8,9 @@
<buildtool_depend>catkin</buildtool_depend>
- <build_depend>solver</build_depend>
+ <build_depend>timeoptimization-solver</build_depend>
- <run_depend>solver</run_depend>
+ <run_depend>timeoptimization-solver</run_depend>
<export>
</export>
--
2.23.0
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