summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/setup-regularizers.py.in
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-04-06 09:32:24 +0100
committerEdoardo Pasca <edo.paskino@gmail.com>2018-04-06 09:32:24 +0100
commitd7d7d844590b62ed8a1119a1d10142548f8c6795 (patch)
tree046ba318a3217d6bc8de569d42b4a1e9d1f19230 /Wrappers/Python/setup-regularizers.py.in
parentc41d90f309e367850dbccf8682ae7008c515c03f (diff)
downloadregularization-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.in3
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',