This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/orc.git
from bca54a84a ORC-1630: Test using VectoredIO of hadoop to read ORC
add d37277354 ORC-1622: [C++] Support conan packaging
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 4 +
cmake_modules/ThirdpartyToolchain.cmake | 59 +++++--
.../workflows/labeler.yml => conan/conandata.yml | 34 ++--
conan/conanfile.py | 120 ++++++++++++++
.../patches/0001-thirdparty-toolchain-1.7.x.patch | 184 +++++++++++++++++++++
.../patches/0001-thirdparty-toolchain-1.8.x.patch | 183 ++++++++++++++++++++
.../patches/0001-thirdparty-toolchain-1.9.x.patch | 182 ++++++++++++++++++++
{c++ => conan/test_package}/CMakeLists.txt | 14 +-
.../test_package/conanfile.py | 37 +++--
.../test_package/src/example.cpp | 14 +-
10 files changed, 768 insertions(+), 63 deletions(-)
copy .github/workflows/labeler.yml => conan/conandata.yml (52%)
create mode 100644 conan/conanfile.py
create mode 100644 conan/patches/0001-thirdparty-toolchain-1.7.x.patch
create mode 100644 conan/patches/0001-thirdparty-toolchain-1.8.x.patch
create mode 100644 conan/patches/0001-thirdparty-toolchain-1.9.x.patch
copy {c++ => conan/test_package}/CMakeLists.txt (81%)
copy cmake_modules/CheckSourceCompiles.cmake =>
conan/test_package/conanfile.py (55%)
copy java/core/src/java/org/apache/orc/impl/PositionProvider.java =>
conan/test_package/src/example.cpp (80%)