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
063bda51
Commit
063bda51
authored
5 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/py-sot-core-v3] remove patch-aa
which has been applied upstream
parent
04917d4c
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
py-sot-core-v3/Makefile
+1
-0
1 addition, 0 deletions
py-sot-core-v3/Makefile
py-sot-core-v3/distinfo
+0
-1
0 additions, 1 deletion
py-sot-core-v3/distinfo
py-sot-core-v3/patches/patch-aa
+0
-20
0 additions, 20 deletions
py-sot-core-v3/patches/patch-aa
with
1 addition
and
21 deletions
py-sot-core-v3/Makefile
+
1
−
0
View file @
063bda51
...
...
@@ -5,6 +5,7 @@
ORG
=
stack-of-tasks
NAME
=
sot-core
VERSION
=
4.4.0
PKGREVISION
=
1
DISTNAME
=
${
NAME
}
-
${
VERSION
}
PKGNAME
=
${
PKGTAG.python-
}${
NAME
}
-v3-
${
VERSION
}
...
...
This diff is collapsed.
Click to expand it.
py-sot-core-v3/distinfo
+
0
−
1
View file @
063bda51
SHA1 (sot-core-4.4.0.tar.gz) = e86d8be3e267711b1ed6ceb6a82675be984bc082
RMD160 (sot-core-4.4.0.tar.gz) = 2ba61574fd4bf475e10e141dfb0fe4efd0796a7f
Size (sot-core-4.4.0.tar.gz) = 1103463 bytes
SHA1 (patch-aa) = c9046835b2583616c8d23b29d11902d74dba710f
This diff is collapsed.
Click to expand it.
py-sot-core-v3/patches/patch-aa
deleted
100644 → 0
+
0
−
20
View file @
04917d4c
--- src/CMakeLists.txt
+++ src/CMakeLists.txt
@@ -230,9 +230,13 @@
FOREACH(plugin ${plugins})
sot-core-${PYTHON_LIBRARY_NAME}-wrap
)
ENDIF(BUILD_PYTHON_INTERFACE)
- # Install plugins
- INSTALL(TARGETS ${LIBRARY_NAME}
- DESTINATION ${DYNAMIC_GRAPH_PLUGINDIR})
+
+ IF (NOT INSTALL_PYTHON_INTERFACE_ONLY)
+ # Install plugins
+ INSTALL(TARGETS ${LIBRARY_NAME}
+ DESTINATION ${DYNAMIC_GRAPH_PLUGINDIR})
+ ENDIF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
+
ENDFOREACH(plugin)
IF(BUILD_PYTHON_INTERFACE)
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