from bento.commands import hooks

@hooks.pre_build
def pre_build(context):
    context.tweak_builder("__odrpack",
                          features="c fc pyext bento cshlib",
                          use="odrpack FBLAS CLIB")
