REF: tweak bento build.

This commit is contained in:
David Cournapeau
2012-04-25 19:29:16 +01:00
parent 8743a13978
commit cf0a473982
+3 -4
View File
@@ -6,8 +6,7 @@ from numpy.distutils.misc_util \
from bento.commands import hooks
@hooks.pre_configure
def pre_configure(context):
@hooks.post_configure
def post_configure(context):
conf = context.waf_context
conf.env.INCLUDES = []
conf.env.INCLUDES.extend(get_numpy_include_dirs() + [op.join("skimage", "morphology")])
conf.env.INCLUDES = get_numpy_include_dirs() + [op.join("skimage", "morphology")]