summaryrefslogtreecommitdiff
path: root/debian/patches/0008-Install-Python-module-in-correct-location.patch
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2019-12-10 14:31:00 +0100
committerGard Spreemann <gspr@nonempty.org>2019-12-10 14:31:00 +0100
commit72945fa47b941b4221c9b3f2c1e376aab915c456 (patch)
treefccb12ca952696f88f0b8632903fd509238c1db1 /debian/patches/0008-Install-Python-module-in-correct-location.patch
parent1e87e95397d1d7da76818509bd1d07509b4c46d7 (diff)
Renumber patches.
Diffstat (limited to 'debian/patches/0008-Install-Python-module-in-correct-location.patch')
-rw-r--r--debian/patches/0008-Install-Python-module-in-correct-location.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/patches/0008-Install-Python-module-in-correct-location.patch b/debian/patches/0008-Install-Python-module-in-correct-location.patch
deleted file mode 100644
index ef99842a..00000000
--- a/debian/patches/0008-Install-Python-module-in-correct-location.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Gard Spreemann <gspr@nonempty.org>
-Date: Thu, 26 Sep 2019 13:26:22 +0200
-Subject: Install Python module in correct location.
-
----
- src/python/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/python/CMakeLists.txt b/src/python/CMakeLists.txt
-index 4c6840f..9954ac5 100644
---- a/src/python/CMakeLists.txt
-+++ b/src/python/CMakeLists.txt
-@@ -208,7 +208,7 @@ if(PYTHONINTERP_FOUND)
- add_custom_target(python ALL DEPENDS gudhi.so
- COMMENT "Do not forget to add ${CMAKE_CURRENT_BINARY_DIR}/ to your PYTHONPATH before using examples or tests")
-
-- install(CODE "execute_process(COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/setup.py install)")
-+ install(CODE "execute_process(COMMAND ${PYTHON_EXECUTABLE} setup.py install --root=${CMAKE_SOURCE_DIR}/debian/tmp --single-version-externally-managed --install-layout=deb WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})")
-
- # Test examples
- if (NOT CGAL_WITH_EIGEN3_VERSION VERSION_LESS 4.11.0)