Skip to content

Commit

Permalink
BUG: add missing umath_tests extension to bento build.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed May 31, 2012
1 parent d258928 commit fc466d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions numpy/core/bento.info
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Library:
Extension: umath
Sources:
src/umath/umathmodule_onefile.c
Extension: umath_tests
Sources:
src/umath/umath_tests.c.src
Extension: scalarmath
Sources:
src/scalarmathmodule.c.src
3 changes: 2 additions & 1 deletion numpy/core/bscript
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,9 @@ def pbuild(context):

def build_multiarray_tests(extension):
return context.default_builder(extension,
use="npymath")
use="npymath", includes=["src/private"])
context.register_builder("multiarray_tests", build_multiarray_tests)
context.register_builder("umath_tests", build_multiarray_tests)

def build_dotblas(extension):
if bld.env.HAS_CBLAS:
Expand Down

0 comments on commit fc466d4

Please sign in to comment.