diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-01-26 16:28:38 +0000 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2018-01-30 12:03:59 +0000 |
commit | 9a56fd879fe0f604c1040116463e112eb7e2a8de (patch) | |
tree | 2ebc84c1685be5da834d8ce18ec1c58563a2ef32 /Wrappers/Python/setup.py | |
parent | 15d24fd2b0cb9ee62ff83afe88b61e5b8ac63cae (diff) | |
download | regularization-9a56fd879fe0f604c1040116463e112eb7e2a8de.tar.gz regularization-9a56fd879fe0f604c1040116463e112eb7e2a8de.tar.bz2 regularization-9a56fd879fe0f604c1040116463e112eb7e2a8de.tar.xz regularization-9a56fd879fe0f604c1040116463e112eb7e2a8de.zip |
cython wrapper builds without errors
TODO: test
Diffstat (limited to 'Wrappers/Python/setup.py')
-rw-r--r-- | Wrappers/Python/setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
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, |