Refactor pnpoly function in Cython and add to shared package

This commit is contained in:
Johannes Schönberger
2012-08-21 15:43:26 +02:00
parent a08779e06a
commit c471d475eb
8 changed files with 45 additions and 92 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ def configuration(parent_package='', top_path=None):
cython(['_draw.pyx'], working_path=base_path)
config.add_extension('_draw', sources=['_draw.c'],
include_dirs=[get_numpy_include_dirs()])
include_dirs=[get_numpy_include_dirs(), '../shared'])
return config