summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/setup-regularisers.py.in
diff options
context:
space:
mode:
authorDaniil Kazantsev <dkazanc@hotmail.com>2018-05-01 09:44:07 +0100
committerDaniil Kazantsev <dkazanc@hotmail.com>2018-05-01 09:44:07 +0100
commit09eb48ffbb4ad699e2eefd25678e10dc59d6a177 (patch)
tree8cebd50609d4ba4a634a8c91252d205580b56b4c /Wrappers/Python/setup-regularisers.py.in
parent307d0459f6f22ff07e9d0b8d4090a27ba91cddd0 (diff)
downloadregularization-09eb48ffbb4ad699e2eefd25678e10dc59d6a177.tar.gz
regularization-09eb48ffbb4ad699e2eefd25678e10dc59d6a177.tar.bz2
regularization-09eb48ffbb4ad699e2eefd25678e10dc59d6a177.tar.xz
regularization-09eb48ffbb4ad699e2eefd25678e10dc59d6a177.zip
new inpainters
Diffstat (limited to 'Wrappers/Python/setup-regularisers.py.in')
-rw-r--r--Wrappers/Python/setup-regularisers.py.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Wrappers/Python/setup-regularisers.py.in b/Wrappers/Python/setup-regularisers.py.in
index b900efe..f55c6fe 100644
--- a/Wrappers/Python/setup-regularisers.py.in
+++ b/Wrappers/Python/setup-regularisers.py.in
@@ -34,6 +34,7 @@ extra_libraries = ['cilreg']
extra_include_dirs += [os.path.join(".." , ".." , "Core"),
os.path.join(".." , ".." , "Core", "regularisers_CPU"),
+ os.path.join(".." , ".." , "Core", "inpainters_CPU"),
os.path.join(".." , ".." , "Core", "regularisers_GPU" , "TV_FGP" ) ,
os.path.join(".." , ".." , "Core", "regularisers_GPU" , "TV_ROF" ) ,
os.path.join(".." , ".." , "Core", "regularisers_GPU" , "TV_SB" ) ,
@@ -52,7 +53,7 @@ setup(
description='CCPi Core Imaging Library - Image regularisers',
version=cil_version,
cmdclass = {'build_ext': build_ext},
- ext_modules = [Extension("ccpi.filters.cpu_regularisers_cython",
+ ext_modules = [Extension("ccpi.filters.cpu_regularisers",
sources=[os.path.join("." , "src", "cpu_regularisers.pyx" ) ],
include_dirs=extra_include_dirs,
library_dirs=extra_library_dirs,