Skip to content
Snippets Groups Projects
Commit b6e1f899 authored by Lars Buitinck's avatar Lars Buitinck
Browse files

don't require libsvm-dev to build

scikit-learn ships a modified LIBSVM. Also removed the patch to use
system LIBSVM, which is not going to work anyway (it wasn't used).
parent 08dfb2be
Branches
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 7.0.50), dh-autoreconf, ...@@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 7.0.50), dh-autoreconf,
cython (>= 0.12~), cython (>= 0.12~),
python-setuptools, python-setuptools,
python-numpy, python-scipy, python-numpy, python-scipy,
libsvm-dev (>= 2.84.0),
python-nose, python-nose,
python-matplotlib, python-matplotlib,
python-joblib (>= 0.4.5), python-support python-joblib (>= 0.4.5), python-support
......
From: Yaroslav Halchenko <debian@onerussian.com>
Subject: Use system libraries as specified in site.cfg
--- a/site.cfg
+++ b/site.cfg
@@ -1,9 +1,9 @@
# Uncomment to link against system-wide libsvm
-# [libsvm]
-# libraries=svm
-# library_dirs=/usr/lib
-# include_dirs=/usr/include/libsvm-2.0/libsvm
+[libsvm]
+libraries=svm
+library_dirs=/usr/lib
+include_dirs=/usr/include/libsvm-2.0/libsvm
# Uncomment to link against the MKL library on windows
# [mkl]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment