You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2021/07/05 01:24:29 UTC

[arrow] branch master updated (d7a8b46 -> 74af39d)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from d7a8b46  ARROW-13210: [Python][CI] Fix vcpkg caching mechanism for the macOS wheels
     add 74af39d  ARROW-6312: [C++] Add support for "pkg-config --static arrow"

No new revisions were added by this update.

Summary of changes:
 cpp/CMakeLists.txt                                 | 10 ++-
 cpp/cmake_modules/ThirdpartyToolchain.cmake        | 74 +++++++++++++++++-----
 cpp/examples/minimal_build/minimal.dockerfile      |  3 +-
 cpp/examples/minimal_build/run_static.sh           | 33 +++++++++-
 .../minimal_build/system_dependency.dockerfile     |  1 +
 cpp/src/arrow/CMakeLists.txt                       | 17 ++++-
 cpp/src/arrow/arrow.pc.in                          |  2 +
 docs/source/cpp/{cmake.rst => build_system.rst}    | 72 +++++++++++++++++++--
 docs/source/cpp/getting_started.rst                |  2 +-
 9 files changed, 189 insertions(+), 25 deletions(-)
 rename docs/source/cpp/{cmake.rst => build_system.rst} (57%)