From 7fb542259cf26331d7ad74da4bc89f16ad4912b3 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Fri, 15 Jun 2018 13:15:28 +0200 Subject: Begin refreshing patches. --- ...8-Force-linking-of-Python-module-with-CGAL.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 debian/patches/0008-Force-linking-of-Python-module-with-CGAL.patch (limited to 'debian/patches/0008-Force-linking-of-Python-module-with-CGAL.patch') diff --git a/debian/patches/0008-Force-linking-of-Python-module-with-CGAL.patch b/debian/patches/0008-Force-linking-of-Python-module-with-CGAL.patch deleted file mode 100644 index 2b3a91ba..00000000 --- a/debian/patches/0008-Force-linking-of-Python-module-with-CGAL.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: Gard Spreemann -Date: Thu, 24 May 2018 11:24:43 +0200 -Subject: Force linking of Python module with CGAL. - ---- - cython/CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/cython/CMakeLists.txt b/cython/CMakeLists.txt -index ec3cb8f..87b2846 100644 ---- a/cython/CMakeLists.txt -+++ b/cython/CMakeLists.txt -@@ -103,7 +103,7 @@ if(CYTHON_FOUND) - if(CGAL_HEADER_ONLY) - set(GUDHI_CYTHON_EXTRA_COMPILE_ARGS "${GUDHI_CYTHON_EXTRA_COMPILE_ARGS}'-DCGAL_HEADER_ONLY', ") - else(CGAL_HEADER_ONLY) -- add_gudhi_cython_lib(${CGAL_LIBRARIES}) -+ add_gudhi_cython_lib("${CGAL_LIBRARIES_DIR}/libCGAL.so") - set(GUDHI_CYTHON_LIBRARY_DIRS "${GUDHI_CYTHON_LIBRARY_DIRS}'${CGAL_LIBRARIES_DIR}', ") - # If CGAL is not header only, CGAL library may link with boost system, - add_gudhi_cython_lib(${Boost_SYSTEM_LIBRARY}) -- cgit v1.2.3