[ompl] 01/07: Added flann patches

Leopold Palomo-Avellaneda leo at alaxarxa.net
Tue Aug 30 11:09:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

lepalom-guest pushed a commit to branch master
in repository ompl.

commit 6ccc71313326dfb9c285d838164dfeb0baf41506
Author: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
Date:   Tue Aug 30 12:21:41 2016 +0200

    Added flann patches
---
 ...d-functionality-to-findflann-search-macro.patch | 21 +++++++++++++++++++++
 .../0004-Added-FLANN_LIBRARIES-dependency.patch    | 22 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/debian/patches/0003-Add-functionality-to-findflann-search-macro.patch b/debian/patches/0003-Add-functionality-to-findflann-search-macro.patch
new file mode 100644
index 0000000..3c69684
--- /dev/null
+++ b/debian/patches/0003-Add-functionality-to-findflann-search-macro.patch
@@ -0,0 +1,21 @@
+From: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
+Date: Tue, 30 Aug 2016 12:17:15 +0200
+Subject: Add functionality to findflann search macro
+
+---
+ CMakeModules/Findflann.cmake | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/CMakeModules/Findflann.cmake b/CMakeModules/Findflann.cmake
+index 3b3f6dc..033e28c 100644
+--- a/CMakeModules/Findflann.cmake
++++ b/CMakeModules/Findflann.cmake
+@@ -1,5 +1,8 @@
+ # Find FLANN, a Fast Library for Approximate Nearest Neighbors
+ 
++find_package(PkgConfig)
++pkg_check_modules(FLANN REQUIRED flann)
++
+ include(FindPackageHandleStandardArgs)
+ 
+ find_path(FLANN_INCLUDE_DIR flann.hpp PATH_SUFFIXES flann)
diff --git a/debian/patches/0004-Added-FLANN_LIBRARIES-dependency.patch b/debian/patches/0004-Added-FLANN_LIBRARIES-dependency.patch
new file mode 100644
index 0000000..fabe180
--- /dev/null
+++ b/debian/patches/0004-Added-FLANN_LIBRARIES-dependency.patch
@@ -0,0 +1,22 @@
+From: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
+Date: Tue, 30 Aug 2016 12:18:55 +0200
+Subject: Added FLANN_LIBRARIES dependency
+
+---
+ CMakeModules/OMPLUtils.cmake | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/CMakeModules/OMPLUtils.cmake b/CMakeModules/OMPLUtils.cmake
+index 35bc2c7..6f0fbc5 100644
+--- a/CMakeModules/OMPLUtils.cmake
++++ b/CMakeModules/OMPLUtils.cmake
+@@ -7,7 +7,8 @@ macro(add_ompl_test test_name)
+     ${Boost_SERIALIZATION_LIBRARY}
+     ${Boost_FILESYSTEM_LIBRARY}
+     ${Boost_SYSTEM_LIBRARY}
+-    ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY})
++    ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY}
++    ${FLANN_LIBRARIES})
+   add_test(NAME ${test_name} COMMAND $<TARGET_FILE:${test_name}>)
+ endmacro(add_ompl_test)
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ompl.git



More information about the debian-science-commits mailing list