summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/setup-regularizers.py.in
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-02-21 14:43:35 +0000
committerEdoardo Pasca <edo.paskino@gmail.com>2018-02-21 14:43:35 +0000
commitce313c7dcf45edaf4c824690d8caa7df5df90120 (patch)
tree77d8278369608d775e6affcbd480990f1380d2ab /Wrappers/Python/setup-regularizers.py.in
parent931560ddf753ffc11413f6535e36ba81fe3bf0d9 (diff)
downloadregularization-ce313c7dcf45edaf4c824690d8caa7df5df90120.tar.gz
regularization-ce313c7dcf45edaf4c824690d8caa7df5df90120.tar.bz2
regularization-ce313c7dcf45edaf4c824690d8caa7df5df90120.tar.xz
regularization-ce313c7dcf45edaf4c824690d8caa7df5df90120.zip
modified gpu regularizers build
Diffstat (limited to 'Wrappers/Python/setup-regularizers.py.in')
-rw-r--r--Wrappers/Python/setup-regularizers.py.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Wrappers/Python/setup-regularizers.py.in b/Wrappers/Python/setup-regularizers.py.in
index a125261..8655a2e 100644
--- a/Wrappers/Python/setup-regularizers.py.in
+++ b/Wrappers/Python/setup-regularizers.py.in
@@ -34,7 +34,9 @@ extra_libraries = ['cilreg']
extra_include_dirs += [os.path.join(".." , ".." , "Core"),
os.path.join(".." , ".." , "Core", "regularizers_CPU"),
- os.path.join(".." , ".." , "Core", "regularizers_GPU") ,
+ os.path.join(".." , ".." , "Core", "regularizers_GPU" , "Diffus_HO" ) ,
+ os.path.join(".." , ".." , "Core", "regularizers_GPU" , "NL_Regul" ) ,
+ os.path.join(".." , ".." , "Core", "regularizers_GPU" , "TV_ROF" ) ,
"."]
if platform.system() == 'Windows':
@@ -81,4 +83,4 @@ setup(
)
-@SETUP_GPU_WRAPPERS@ \ No newline at end of file
+@SETUP_GPU_WRAPPERS@