From 3d1fc128ab514532da240453111e344b28459ea1 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Tue, 21 Jan 2020 10:41:14 +0100 Subject: Refresh patches. --- debian/patches/0005-Disable-Sphinx.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/patches/0005-Disable-Sphinx.patch') diff --git a/debian/patches/0005-Disable-Sphinx.patch b/debian/patches/0005-Disable-Sphinx.patch index e3f42382..69b76bc8 100644 --- a/debian/patches/0005-Disable-Sphinx.patch +++ b/debian/patches/0005-Disable-Sphinx.patch @@ -1,5 +1,5 @@ From: Gard Spreemann -Date: Wed, 25 Sep 2019 15:28:15 +0200 +Date: Tue, 21 Jan 2020 10:36:48 +0100 Subject: Disable Sphinx. --- @@ -7,7 +7,7 @@ Subject: Disable Sphinx. 1 file changed, 1 deletion(-) diff --git a/src/cmake/modules/GUDHI_third_party_libraries.cmake b/src/cmake/modules/GUDHI_third_party_libraries.cmake -index 360a230..bffd2ee 100644 +index 24a3415..38484ba 100644 --- a/src/cmake/modules/GUDHI_third_party_libraries.cmake +++ b/src/cmake/modules/GUDHI_third_party_libraries.cmake @@ -124,7 +124,6 @@ if( PYTHONINTERP_FOUND ) @@ -15,6 +15,6 @@ index 360a230..bffd2ee 100644 find_python_module("numpy") find_python_module("scipy") - find_python_module("sphinx") + find_python_module("sklearn") + find_python_module("ot") endif() - - if(NOT GUDHI_PYTHON_PATH) -- cgit v1.2.3