Skip to content
Snippets Groups Projects
Commit 16dade27 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/py-sot-pattern-generator-v3] add patches to avoid installation of files that are already here

parent 2180dddd
No related branches found
No related tags found
No related merge requests found
SHA1 (sot-pattern-generator-3.1.0.tar.gz) = dde74b7fe668b2d1ed0a6b2249f8de8caccef32f
RMD160 (sot-pattern-generator-3.1.0.tar.gz) = 6463c19039fe6bfa0d2e2b784da3bec7eb083c02
Size (sot-pattern-generator-3.1.0.tar.gz) = 840593 bytes
SHA1 (patch-aa) = 10814c463d993c1d7e0052d67f06fde13622afd7
SHA1 (patch-ab) = f1efb5610f3933cf0a79b23c7a8a5d15a29b5fe3
Don't install plugins that are already installed by sot-pattern-generator-v3
--- src/CMakeLists.txt.orig 2018-08-17 15:19:12.000000000 +0200
+++ src/CMakeLists.txt 2018-12-13 11:07:17.868523867 +0100
@@ -106,7 +106,7 @@
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} pinocchio)
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} sot-core)
- INSTALL(TARGETS ${LIBRARY_NAME} DESTINATION ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/plugin)
+ #INSTALL(TARGETS ${LIBRARY_NAME} DESTINATION ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/plugin)
# --- PY ---
IF(BUILD_PYTHON_INTERFACE)
Don't install the .pc file, that is already installed by sot-pattern-generator
--- cmake/base.cmake.orig 2018-07-23 03:38:57.000000000 +0200
+++ cmake/base.cmake 2018-12-13 11:13:28.177001824 +0100
@@ -226,7 +226,7 @@
# finalize the project setup.
#
MACRO(SETUP_PROJECT_FINALIZE)
- _SETUP_PROJECT_PKG_CONFIG_FINALIZE()
+ #_SETUP_PROJECT_PKG_CONFIG_FINALIZE()
_SETUP_PROJECT_DOCUMENTATION_FINALIZE()
_SETUP_PROJECT_HEADER_FINAlIZE()
_SETUP_DEBIAN()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment