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
LARN
PRRT
Commits
7df718d1
Commit
7df718d1
authored
Oct 25, 2016
by
Andreas Schmidt
Browse files
Update Python bindings C compiler.
parent
8cbbbb91
Pipeline
#648
failed with stage
in 1 minute and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
7df718d1
from
distutils.core
import
setup
from
distutils.core
import
setup
from
distutils.extension
import
Extension
from
distutils.extension
import
Extension
from
Cython.Build
import
cythonize
from
Cython.Build
import
cythonize
import
os
os
.
environ
[
"CC"
]
=
"g++-5"
os
.
environ
[
"CXX"
]
=
"g++-5"
setup
(
setup
(
include_dirs
=
[
"./src"
],
include_dirs
=
[
"./src"
],
...
...
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