Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.libsvm
Commits
4376f915
Commit
4376f915
authored
Mar 29, 2014
by
André Anjos
💬
Browse files
Also fix search for Ubuntu 10.04
parent
ef0e26ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
4376f915
...
...
@@ -74,7 +74,7 @@ class libsvm:
libraries when searching.
"""
candidates
=
find_header
(
'svm.h'
,
subpaths
=
[
''
,
'libsvm'
])
candidates
=
find_header
(
'svm.h'
,
subpaths
=
[
''
,
'libsvm'
,
'libsvm-*/libsvm'
])
if
not
candidates
:
raise
RuntimeError
(
"could not find libsvm's `svm.h' - have you installed libsvm on this machine?"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment