incubator-graphar icon indicating copy to clipboard operation
incubator-graphar copied to clipboard

fix(c++): fix link error -lgar_arrow_static not found when link static graphar build arrow from source

Open acezen opened this issue 5 months ago • 4 comments

Reason for this PR

as issue #627 describes, the gar_arrow_static symbol is not valid when the graphar building is done. consider to link to the $GAR_ARROW_STATIC_LIB, instead gar_arrow_static

What changes are included in this PR?

merge related bundled builded arrow static libraries into a single libraries 'libgraphar_bundle_dependencies.a'

Are these changes tested?

yes

Are there any user-facing changes?

no

acezen avatar Sep 12 '24 15:09 acezen