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.activation
Commits
0430ff02
Commit
0430ff02
authored
Mar 24, 2014
by
André Anjos
💬
Browse files
Fix Ubuntu-12.04 issue with boost::system missing symbol
parent
bb08cf7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
xbob/learn/activation/version.cpp
View file @
0430ff02
...
...
@@ -7,9 +7,6 @@
#include <Python.h>
#include <xbob.learn.activation/config.h>
#include <xbob.io/api.h>
#include <bob/config.h>
#include <string>
...
...
@@ -24,6 +21,7 @@
#endif
#include <xbob.blitz/capi.h>
#include <xbob.blitz/cleanup.h>
#include <xbob.learn.activation/config.h>
static
int
dict_set
(
PyObject
*
d
,
const
char
*
key
,
const
char
*
value
)
{
PyObject
*
v
=
Py_BuildValue
(
"s"
,
value
);
...
...
@@ -170,8 +168,6 @@ static PyObject* create_module (void) {
if
(
!
externals
)
return
0
;
if
(
PyModule_AddObject
(
m
,
"externals"
,
externals
)
<
0
)
return
0
;
if
(
import_xbob_blitz
()
<
0
)
return
0
;
Py_INCREF
(
m
);
return
m
;
...
...
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