apache / orc

Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
https://orc.apache.org/
Apache License 2.0
675 stars 480 forks source link

ORC-1622: [C++] Support conan packaging #1815

Closed wgtmac closed 6 months ago

wgtmac commented 6 months ago

What changes were proposed in this pull request?

Add conan recipe for the C++ library. The latest release of supported versions are added by default.

Why are the changes needed?

Conan is a popular C++ package manager: https://docs.conan.io/2/index.html. It would be good to support conan recipe on our end.

How was this patch tested?

Test it locally using conan command.

Was this patch authored or co-authored using generative AI tooling?

No