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 2020/03/03 00:27:27 UTC

[arrow] branch master updated (467129e -> c707d8b)

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 467129e  ARROW-7749: [C++] Link more tests together
     add c707d8b  ARROW-7917: [C++] Find Python 3 in CMake configuration

No new revisions were added by this update.

Summary of changes:
 cpp/CMakeLists.txt                        |  12 ++-
 cpp/cmake_modules/FindNumPy.cmake         |   8 +-
 cpp/cmake_modules/FindPython3Alt.cmake    |  90 +++++++++++++++++
 cpp/cmake_modules/FindPythonLibsNew.cmake |   3 +
 cpp/cmake_modules/UseCython.cmake         | 154 ++++++++++++++++--------------
 cpp/src/arrow/python/CMakeLists.txt       |   3 +-
 python/CMakeLists.txt                     |  26 ++---
 run-cmake-format.py                       |   2 +
 8 files changed, 205 insertions(+), 93 deletions(-)
 create mode 100644 cpp/cmake_modules/FindPython3Alt.cmake