summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2019-09-25 15:28:37 +0200
committerGard Spreemann <gspr@nonempty.org>2019-09-25 15:30:37 +0200
commit232bfbdb5f2ac79492d1dc127d011a0421a7ef15 (patch)
treed6905805d2313395a62597e16d7defe1f7bdbc19
parent6233293ba27c017be71175ec5db98872262aa12a (diff)
Disable Sphinx build for now.
-rw-r--r--debian/patches/0007-Disable-Sphinx.patch22
-rw-r--r--debian/patches/series1
2 files changed, 23 insertions, 0 deletions
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 <gspr@nonempty.org>
+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)
diff --git a/debian/patches/series b/debian/patches/series
index 827de801..f9b4f236 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
0004-Force-linking-of-Python-module-with-CGAL.patch
0005-Force-linking-against-libatomic-for-parts-that-use-T.patch
0006-Offline-header-for-docs.patch
+0007-Disable-Sphinx.patch