Skip to content
Snippets Groups Projects
Commit 4376f915 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Also fix search for Ubuntu 10.04

parent ef0e26ed
Branches
Tags
No related merge requests found
...@@ -74,7 +74,7 @@ class libsvm: ...@@ -74,7 +74,7 @@ class libsvm:
libraries when searching. libraries when searching.
""" """
candidates = find_header('svm.h', subpaths=['', 'libsvm']) candidates = find_header('svm.h', subpaths=['', 'libsvm', 'libsvm-*/libsvm'])
if not candidates: if not candidates:
raise RuntimeError("could not find libsvm's `svm.h' - have you installed libsvm on this machine?") raise RuntimeError("could not find libsvm's `svm.h' - have you installed libsvm on this machine?")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment