From 9a56fd879fe0f604c1040116463e112eb7e2a8de Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Fri, 26 Jan 2018 16:28:38 +0000 Subject: cython wrapper builds without errors TODO: test --- Wrappers/Python/setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Wrappers/Python/setup.py') diff --git a/Wrappers/Python/setup.py b/Wrappers/Python/setup.py index c535a34..951146a 100644 --- a/Wrappers/Python/setup.py +++ b/Wrappers/Python/setup.py @@ -61,7 +61,6 @@ setup( ext_modules = [Extension("ccpi.filters.gpu_regularizers", sources=[ os.path.join("." , "src", "fista_module_gpu.pyx" ), - #os.path.join("." , "src", "multiply.pyx" ) ], include_dirs=extra_include_dirs, library_dirs=extra_library_dirs, -- cgit v1.2.3