diff options
author | Daniil Kazantsev <dkazanc3@googlemail.com> | 2018-08-15 21:46:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-15 21:46:44 +0100 |
commit | ccc74f7906f77c0f4483dc549bf05d2567b288fb (patch) | |
tree | 156f47a438c518a670ff0e78a855ca9fe2489a07 /Wrappers/Python/setup-regularisers.py.in | |
parent | ae957063126a421ee0892eff18c44cf8b4e99042 (diff) | |
parent | 50739856921f8aeb980f790724b5117308bf9b0e (diff) | |
download | regularization-ccc74f7906f77c0f4483dc549bf05d2567b288fb.tar.gz regularization-ccc74f7906f77c0f4483dc549bf05d2567b288fb.tar.bz2 regularization-ccc74f7906f77c0f4483dc549bf05d2567b288fb.tar.xz regularization-ccc74f7906f77c0f4483dc549bf05d2567b288fb.zip |
Merge pull request #60 from vais-ral/cmaking
Cmaking
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"), |