From 54ab8b22da66af77aa56ab22a19f5ebd17024ef8 Mon Sep 17 00:00:00 2001
From: Yann Dirson <ydirson@free.fr>
Date: Mon, 22 Aug 2011 00:28:32 +0200
Subject: [PATCH] Disable python binding.

---
 CMakeLists.txt |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8dd0062..7650549 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -205,8 +205,9 @@ ENDIF(OPENMP_FOUND)
 # If Python is present, compile SIP before launching the whole Tulip build  
 # because we need it later in the configure process 
 
-FIND_PACKAGE(PythonLibs)
-FIND_PACKAGE(PythonInterp)
+# YD: avoid building python stuff even if it would be found
+#FIND_PACKAGE(PythonLibs)
+#FIND_PACKAGE(PythonInterp)
 
 IF(PYTHONLIBS_FOUND AND PYTHONINTERP_FOUND)
   IF(NOT UBUNTU_PPA_BUILD)
-- 
1.7.10

