Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e7a5114c authored by Nicolas Bellot's avatar Nicolas Bellot Committed by hhakim
Browse files

wrapper python adaptation ubuntu

parent 95d035b5
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,16 @@ from distutils.core import setup, Extension
#import sys
#sys.path.append('@CYTHON_BIN_DIR@')
from Cython.Build import cythonize
import numpy
PyFaust = Extension(
'PyFaust',
#sources = ['@FAUST_PYTHON_SRC_SRC_DIR@PyFaust.pyx'],
sources = ['@FAUST_PYTHON_BIN_DIR@/PyFaust.pyx'],
language = 'c++',
include_dirs=[@FAUST_PYTHON_INCLUDE_DIR@],
include_dirs=[@FAUST_PYTHON_INCLUDE_DIR@
,numpy.get_include()],
library_dirs=[@FAUST_PYTHON_LIB_DIR@],
libraries=['faust'@FAUST_PYTHON_LIB@]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment