def make_cython_extension_EntropyUtilX():
ext = Extension(
"bnpy.util.EntropyUtilX",
sources=["bnpy/util/EntropyUtilX.pyx"],
libraries=["m"],
extra_compile_args = ["-O3", "-ffast-math"],
)
return add_directives_to_cython_ext(ext)
评论列表
文章目录