From 232bfbdb5f2ac79492d1dc127d011a0421a7ef15 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Wed, 25 Sep 2019 15:28:37 +0200 Subject: Disable Sphinx build for now. --- debian/patches/0007-Disable-Sphinx.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 debian/patches/0007-Disable-Sphinx.patch (limited to 'debian/patches/0007-Disable-Sphinx.patch') diff --git a/debian/patches/0007-Disable-Sphinx.patch b/debian/patches/0007-Disable-Sphinx.patch new file mode 100644 index 00000000..146ce560 --- /dev/null +++ b/debian/patches/0007-Disable-Sphinx.patch @@ -0,0 +1,22 @@ +From: Gard Spreemann +Date: Wed, 25 Sep 2019 15:28:15 +0200 +Subject: Disable Sphinx. + +--- + src/cmake/modules/GUDHI_third_party_libraries.cmake | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/src/cmake/modules/GUDHI_third_party_libraries.cmake b/src/cmake/modules/GUDHI_third_party_libraries.cmake +index 360a230..10490ce 100644 +--- a/src/cmake/modules/GUDHI_third_party_libraries.cmake ++++ b/src/cmake/modules/GUDHI_third_party_libraries.cmake +@@ -123,8 +123,7 @@ if( PYTHONINTERP_FOUND ) + find_python_module("pytest") + find_python_module("matplotlib") + find_python_module("numpy") +- find_python_module("scipy") +- find_python_module("sphinx") ++ find_python_module("scipy") + endif() + + if(NOT GUDHI_PYTHON_PATH) -- cgit v1.2.3