from bento.commands import hooks

@hooks.pre_build
def pre_build(context):
    context.tweak_builder("qhull", use="FLAPACK CLIB")
