summaryrefslogtreecommitdiff
path: root/debian/patches/0005-Disable-Sphinx.patch
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2019-12-10 14:31:00 +0100
committerGard Spreemann <gspr@nonempty.org>2019-12-10 14:31:00 +0100
commit72945fa47b941b4221c9b3f2c1e376aab915c456 (patch)
treefccb12ca952696f88f0b8632903fd509238c1db1 /debian/patches/0005-Disable-Sphinx.patch
parent1e87e95397d1d7da76818509bd1d07509b4c46d7 (diff)
Renumber patches.
Diffstat (limited to 'debian/patches/0005-Disable-Sphinx.patch')
-rw-r--r--debian/patches/0005-Disable-Sphinx.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/0005-Disable-Sphinx.patch b/debian/patches/0005-Disable-Sphinx.patch
new file mode 100644
index 00000000..e3f42382
--- /dev/null
+++ b/debian/patches/0005-Disable-Sphinx.patch
@@ -0,0 +1,20 @@
+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 | 1 -
+ 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
+--- 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 )
+ find_python_module("matplotlib")
+ find_python_module("numpy")
+ find_python_module("scipy")
+- find_python_module("sphinx")
+ endif()
+
+ if(NOT GUDHI_PYTHON_PATH)