Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
7c6e94cb
Commit
7c6e94cb
authored
Nov 16, 2015
by
Ultima
Browse files
Modified the setup.py in order to find the numpy headers.
parent
48d5c64f
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
7c6e94cb
...
...
@@ -25,13 +25,17 @@ from distutils.extension import Extension
from
Cython.Distutils
import
build_ext
import
sys
import
os
import
numpy
include_dirs
=
[
numpy
.
get_include
()]
#os.environ["CC"] = "g++-4.8"
#os.environ["CXX"] = "g++-4.8"
ext_modules
=
[
Extension
(
"line_integrator"
,
[
"operators/line_integrator.pyx"
],)]
# "vector.pxd"],
[
"operators/line_integrator.pyx"
],
include_dirs
=
include_dirs
)]
# "vector.pxd"],
#language='c++')]
...
...
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