Skip to content

Commit

Permalink
BUG: fix npymath install location.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Sep 6, 2012
1 parent ef61260 commit a744f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion numpy/core/bento.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
HookFile: bscript

Library:
CompiledLibrary: npymath
CompiledLibrary: lib/npymath
Sources:
src/npymath/_signbit.c,
src/npymath/ieee754.c.src,
Expand Down
3 changes: 1 addition & 2 deletions numpy/core/bscript
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,7 @@ def pre_build(context):
numpyconfig_h = context.local_node.declare(os.path.join("include", "numpy", "_numpyconfig.h"))
context.register_outputs("numpy_gen_headers", "numpyconfig", [numpyconfig_h])

context.tweak_library("npymath",
includes=["src/private", "src/npymath", "include"])
context.tweak_library("lib/npymath", includes=["src/private", "src/npymath", "include"])

context.tweak_library("npysort",
includes=[".", "src/private", "src/npysort"],
Expand Down

0 comments on commit a744f3c

Please sign in to comment.