diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-08-04 23:06:25 +0100 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2018-08-04 23:06:25 +0100 |
commit | bd874abcebae787ea1f1fddc138fb67a8abf9c9b (patch) | |
tree | 4a9ba4bb2ae350c7fc30178930d34901e08cbc6d /Wrappers/Python/setup-regularisers.py.in | |
parent | ae957063126a421ee0892eff18c44cf8b4e99042 (diff) | |
download | regularization-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.in | 4 |
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"), |