This is an automated email from the ASF dual-hosted git repository.
wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 0304d20 ARROW-7924: [Rust] Add sort for float types
add afe5515 ARROW-7605: [C++] Create and install "dependency bundle"
static library including jemalloc, mimalloc, and any BUNDLED static library so
that static linking to libarrow.a is possible
No new revisions were added by this update.
Summary of changes:
LICENSE.txt | 28 ++++++
ci/scripts/PKGBUILD | 1 +
cpp/CMakeLists.txt | 30 ++----
cpp/cmake_modules/BuildUtils.cmake | 104 +++++++++++++++++++--
cpp/cmake_modules/ThirdpartyToolchain.cmake | 81 ++++++++++++++++
cpp/examples/minimal_build/CMakeLists.txt | 14 ++-
cpp/examples/minimal_build/README.md | 30 ++++++
cpp/examples/minimal_build/run_static.bat | 88 +++++++++++++++++
.../minimal_build/{run.sh => run_static.sh} | 50 ++++++++--
cpp/src/arrow/ArrowConfig.cmake.in | 20 ++++
cpp/src/arrow/CMakeLists.txt | 12 +++
cpp/src/arrow/flight/CMakeLists.txt | 1 -
dev/tasks/homebrew-formulae/apache-arrow.rb | 1 +
.../homebrew-formulae/autobrew/apache-arrow.rb | 3 +-
.../debian.ubuntu-xenial/libarrow-dev.install | 1 +
.../apache-arrow/debian/libarrow-dev.install | 1 +
.../linux-packages/apache-arrow/yum/arrow.spec.in | 1 +
docs/source/developers/cpp/building.rst | 32 +++++++
r/configure | 2 +-
r/configure.win | 3 +-
r/inst/build_arrow_static.sh | 14 ---
21 files changed, 465 insertions(+), 52 deletions(-)
create mode 100644 cpp/examples/minimal_build/run_static.bat
copy cpp/examples/minimal_build/{run.sh => run_static.sh} (54%)