[ompl] 10/16: New patch to disable install no needed stuff
Leopold Palomo-Avellaneda
leo at alaxarxa.net
Tue Sep 15 15:09:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
lepalom-guest pushed a commit to branch master
in repository ompl.
commit 2a42da4fe8439a071244058fe4232cfcceda2934
Author: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
Date: Tue Sep 15 16:33:49 2015 +0200
New patch to disable install no needed stuff
---
...0001-Disabling-installPyPlusPlus.sh-stuff.patch | 25 ++++++++++++++++++++++
debian/patches/series | 2 +-
2 files changed, 26 insertions(+), 1 deletion(-)
diff --git a/debian/patches/0001-Disabling-installPyPlusPlus.sh-stuff.patch b/debian/patches/0001-Disabling-installPyPlusPlus.sh-stuff.patch
new file mode 100644
index 0000000..7e1ae7a
--- /dev/null
+++ b/debian/patches/0001-Disabling-installPyPlusPlus.sh-stuff.patch
@@ -0,0 +1,25 @@
+From: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
+Date: Mon, 6 Jul 2015 12:52:07 +0200
+Subject: Disabling installPyPlusPlus.sh stuff
+
+---
+ src/CMakeLists.txt | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 4cf8ab7..cffbd5f 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -37,8 +37,8 @@ if(WIN32)
+ add_custom_target(installpyplusplus
+ COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/external/installPyPlusPlus.bat" VERBATIM)
+ else(WIN32)
+- configure_file("${CMAKE_CURRENT_SOURCE_DIR}/external/installPyPlusPlus.sh.in"
+- "${CMAKE_CURRENT_SOURCE_DIR}/external/installPyPlusPlus.sh" @ONLY)
+- add_custom_target(installpyplusplus
+- COMMAND "sh" "${CMAKE_CURRENT_SOURCE_DIR}/external/installPyPlusPlus.sh")
++# configure_file("${CMAKE_CURRENT_SOURCE_DIR}/external/installPyPlusPlus.sh.in"
++# "${CMAKE_CURRENT_SOURCE_DIR}/external/installPyPlusPlus.sh" @ONLY)
++# add_custom_target(installpyplusplus
++# COMMAND "sh" "${CMAKE_CURRENT_SOURCE_DIR}/external/installPyPlusPlus.sh")
+ endif(WIN32)
diff --git a/debian/patches/series b/debian/patches/series
index ba51605..22a5d82 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-#unmacx_header.patch
+0001-Disabling-installPyPlusPlus.sh-stuff.patch
--
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