Move bilinear interpolation code to shared package

This commit is contained in:
Johannes Schönberger
2012-08-21 08:32:20 +02:00
parent d87ed28d8e
commit 824997af0a
7 changed files with 118 additions and 106 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ def configuration(parent_package='', top_path=None):
include_dirs=[get_numpy_include_dirs()])
config.add_extension('_project', sources=['_project.c'],
include_dirs=[get_numpy_include_dirs()])
include_dirs=[get_numpy_include_dirs(), '../_shared'])
return config