acezen opened a new issue, #496: URL: https://github.com/apache/incubator-graphar/issues/496
### Describe the enhancement requested Currently, GraphAr C++ library support finding the arrow dependency in system or building arrow dependency from source. but since arrow itself has much dependency and we make them build with [BUNDLED](https://github.com/apache/arrow/blob/main/docs/source/developers/cpp/building.rst#build-dependency-management) there has some problem: - make the building process slow and consume much memory. - sometimes it would occur link error if the LD_LIBRARY not set right <img width="1512" alt="截屏2024-05-24 17 40 07" src="https://github.com/apache/incubator-graphar/assets/11835645/f5246fc5-cea4-48e1-900c-fb6211ab915f"> - it would include arrow binary in our release binary package(if we provide) which can be avoid Arrow provide [install guide] and it's easy to install arrow package in various environments. We can provide script for developer to install arrow dependency. So I suggest we can deprecate the `arrow dependency from source` building strategy. ### Component(s) C++ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
