diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-04-06 09:32:24 +0100 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2018-04-06 09:32:24 +0100 |
commit | d7d7d844590b62ed8a1119a1d10142548f8c6795 (patch) | |
tree | 046ba318a3217d6bc8de569d42b4a1e9d1f19230 /Wrappers/Python/setup-regularizers.py.in | |
parent | c41d90f309e367850dbccf8682ae7008c515c03f (diff) | |
download | regularization-d7d7d844590b62ed8a1119a1d10142548f8c6795.tar.gz regularization-d7d7d844590b62ed8a1119a1d10142548f8c6795.tar.bz2 regularization-d7d7d844590b62ed8a1119a1d10142548f8c6795.tar.xz regularization-d7d7d844590b62ed8a1119a1d10142548f8c6795.zip |
removed findBoost
Diffstat (limited to 'Wrappers/Python/setup-regularizers.py.in')
-rw-r--r-- | Wrappers/Python/setup-regularizers.py.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Wrappers/Python/setup-regularizers.py.in b/Wrappers/Python/setup-regularizers.py.in index 6e27e08..0811372 100644 --- a/Wrappers/Python/setup-regularizers.py.in +++ b/Wrappers/Python/setup-regularizers.py.in @@ -44,9 +44,6 @@ else: extra_compile_args = ['-fopenmp','-O2', '-funsigned-char', '-Wall', '-std=c++0x'] extra_libraries += [@EXTRA_OMP_LIB@] -extra_libraries += ["@BOOST_PYTHON_LIB@", "@BOOST_NUMPY_LIB@"] - - setup( name='ccpi', description='CCPi Core Imaging Library - Image Regularizers', |