Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
2726fc2e
Unverified
Commit
2726fc2e
authored
Nov 12, 2020
by
Guilhem Saurel
Committed by
GitHub
Nov 12, 2020
Browse files
Merge pull request #67 from nim65s/devel
Fix build on 16.04
parents
eb0b8503
ccdff19b
Pipeline
#12133
passed with stage
in 7 minutes and 32 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2726fc2e
...
...
@@ -25,6 +25,7 @@ INCLUDE(cmake/python.cmake)
# Project definition
COMPUTE_PROJECT_ARGS
(
PROJECT_ARGS LANGUAGES CXX
)
PROJECT
(
${
PROJECT_NAME
}
${
PROJECT_ARGS
}
)
CHECK_MINIMAL_CXX_STANDARD
(
14 ENFORCE
)
# Project dependencies
FINDPYTHON
()
...
...
include/dynamic-graph/python/dynamic-graph-py.hh
View file @
2726fc2e
...
...
@@ -5,6 +5,7 @@
#include
<sstream>
#include
<boost/python.hpp>
#include
<boost/python/stl_iterator.hpp>
#include
<dynamic-graph/debug.h>
#include
<dynamic-graph/exception-factory.h>
...
...
src/dynamic_graph/dynamic-graph-py.cc
View file @
2726fc2e
...
...
@@ -4,6 +4,7 @@
#include
<sstream>
#include
<boost/python.hpp>
#include
<boost/python/raw_function.hpp>
#include
<boost/python/suite/indexing/map_indexing_suite.hpp>
#include
<eigenpy/eigenpy.hpp>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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