Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.libsvm
Commits
adc1a89c
Commit
adc1a89c
authored
May 16, 2014
by
André Anjos
💬
Browse files
Fixes a potential error
parent
c68fec64
Changes
1
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
adc1a89c
...
@@ -113,7 +113,8 @@ class libsvm:
...
@@ -113,7 +113,8 @@ class libsvm:
# find library
# find library
prefix
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
self
.
include_directory
))
prefix
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
self
.
include_directory
))
candidates
=
find_library
(
'svm'
,
version
=
self
.
version
,
module
=
'svm'
candidates
=
find_library
(
module
,
version
=
self
.
version
,
prefixes
=
[
prefix
],
only_static
=
only_static
)
prefixes
=
[
prefix
],
only_static
=
only_static
)
if
not
candidates
:
if
not
candidates
:
...
...
Write
Preview
Markdown
is supported
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