summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/setup-regularisers.py.in
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-08-04 23:06:25 +0100
committerEdoardo Pasca <edo.paskino@gmail.com>2018-08-04 23:06:25 +0100
commitbd874abcebae787ea1f1fddc138fb67a8abf9c9b (patch)
tree4a9ba4bb2ae350c7fc30178930d34901e08cbc6d /Wrappers/Python/setup-regularisers.py.in
parentae957063126a421ee0892eff18c44cf8b4e99042 (diff)
downloadregularization-bd874abcebae787ea1f1fddc138fb67a8abf9c9b.tar.gz
regularization-bd874abcebae787ea1f1fddc138fb67a8abf9c9b.tar.bz2
regularization-bd874abcebae787ea1f1fddc138fb67a8abf9c9b.tar.xz
regularization-bd874abcebae787ea1f1fddc138fb67a8abf9c9b.zip
working CMake project for Win and conda/no-conda
Diffstat (limited to 'Wrappers/Python/setup-regularisers.py.in')
-rw-r--r--Wrappers/Python/setup-regularisers.py.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Wrappers/Python/setup-regularisers.py.in b/Wrappers/Python/setup-regularisers.py.in
index 7108683..542dcb4 100644
--- a/Wrappers/Python/setup-regularisers.py.in
+++ b/Wrappers/Python/setup-regularisers.py.in
@@ -27,11 +27,13 @@ except:
extra_include_dirs = [numpy.get_include(), library_include_path]
#extra_library_dirs = [os.path.join(library_include_path, "..", "lib")]
extra_compile_args = []
-extra_library_dirs = []
+extra_library_dirs = [library_lib_path]
extra_compile_args = []
extra_link_args = []
extra_libraries = ['cilreg']
+print ("extra_library_dirs " , extra_library_dirs)
+
extra_include_dirs += [os.path.join(".." , ".." , "Core"),
os.path.join(".." , ".." , "Core", "regularisers_CPU"),
os.path.join(".." , ".." , "Core", "inpainters_CPU"),