Skip to content

Commit

Permalink
BLD: update bento.info for cluster._vq changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed May 26, 2014
1 parent 812bcf1 commit 22e70ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scipy/cluster/bento.info
@@ -1,7 +1,9 @@
HookFile: bscript

Library:
Extension: _hierarchy_wrap
Sources:
src/hierarchy_wrap.c, src/hierarchy.c
Extension: _vq
Sources:
src/vq_module.c, src/vq.c
_vq.c
6 changes: 6 additions & 0 deletions scipy/cluster/bscript
@@ -0,0 +1,6 @@
from bento.commands import hooks

@hooks.pre_build
def pre_build(context):
context.tweak_extension("_vq",
use="BLAS CLIB")

0 comments on commit 22e70ba

Please sign in to comment.