From aaad564dfcf1c7fd28c34689e4944bce00d8583f Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Fri, 8 Nov 2019 21:16:12 +0100 Subject: Drop 0003-Don-t-set-runtime-library-dirs-for-Python-extensions.patch in favor or CMake option. --- ...runtime-library-dirs-for-Python-extensions.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 debian/patches/0003-Don-t-set-runtime-library-dirs-for-Python-extensions.patch (limited to 'debian/patches/0003-Don-t-set-runtime-library-dirs-for-Python-extensions.patch') diff --git a/debian/patches/0003-Don-t-set-runtime-library-dirs-for-Python-extensions.patch b/debian/patches/0003-Don-t-set-runtime-library-dirs-for-Python-extensions.patch deleted file mode 100644 index f5c6e30d..00000000 --- a/debian/patches/0003-Don-t-set-runtime-library-dirs-for-Python-extensions.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: Gard Spreemann -Date: Wed, 25 Sep 2019 15:14:52 +0200 -Subject: Don't set runtime library dirs for Python extensions. - ---- - src/python/setup.py.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/python/setup.py.in b/src/python/setup.py.in -index 3f1d442..1011f38 100644 ---- a/src/python/setup.py.in -+++ b/src/python/setup.py.in -@@ -24,7 +24,7 @@ extra_link_args=[@GUDHI_PYTHON_EXTRA_LINK_ARGS@] - libraries=[@GUDHI_PYTHON_LIBRARIES@] - library_dirs=[@GUDHI_PYTHON_LIBRARY_DIRS@] - include_dirs = [numpy_get_include(), '@CMAKE_CURRENT_SOURCE_DIR@/gudhi/', @GUDHI_PYTHON_INCLUDE_DIRS@] --runtime_library_dirs=[@GUDHI_PYTHON_RUNTIME_LIBRARY_DIRS@] -+runtime_library_dirs=[] - - # Create ext_modules list from module list - ext_modules = [] -- cgit v1.2.3