From 5b101d97f0e3da09cd7178612f7475881437dc45 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 26 Nov 2010 16:54:05 +0100 Subject: [PATCH] re-disable compilation for some Cython modules as they let the build take too long --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index e8e24b53..10214078 100644 --- a/setup.py +++ b/setup.py @@ -92,10 +92,10 @@ def compile_cython_modules(profile=False): "Cython.Compiler.Parsing", "Cython.Compiler.Visitor", "Cython.Compiler.ParseTreeTransforms", - "Cython.Compiler.Nodes", - "Cython.Compiler.ExprNodes", - "Cython.Compiler.ModuleNode", - "Cython.Compiler.Optimize", + #"Cython.Compiler.Nodes", + #"Cython.Compiler.ExprNodes", + #"Cython.Compiler.ModuleNode", + #"Cython.Compiler.Optimize", "Cython.Runtime.refnanny"] extensions = [] -- 2.26.2