Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b95dcc47 authored by Carrivain Pascal's avatar Carrivain Pascal Committed by hhakim
Browse files

add numpy.get_include() to setup include_dirs

parent 6b953b10
No related branches found
No related tags found
No related merge requests found
Pipeline #834139 skipped
......@@ -64,6 +64,7 @@ PyFaust = Extension('_FaustCorePy',
setup(
name = 'pyfaust@PYFAUST_PKG_SUFFIX@',
version = version, # cf. header
include_dirs = numpy.get_include(),
ext_modules = cythonize(PyFaust, compiler_directives={'language_level': sys.version_info.major }),
packages = [ 'pyfaust', 'pyfaust.tests' ],
url = 'https://faust.inria.fr',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment