-- Refer to https://arrow.apache.org/docs/developers/python.html#python-development
add_configs("python",{description="Enable Python C++ integration library. Requires python and numpy (not managed by xmake/xrepo).",default=false,type="boolean"})
-- Arrow uses vendored mimalloc and jemalloc. Do not add these two libraries to configdeps.
add_configs("mimalloc",{description="Build the Arrow mimalloc-based allocator",default=true,type="boolean"})