Fix pyarrow version (#3760)

This commit is contained in:
Philipp Moritz
2019-01-13 14:28:23 -08:00
committed by Robert Nishihara
parent 3adffe6a4e
commit 00e9f8d870
5 changed files with 21 additions and 2 deletions
+3
View File
@@ -22,6 +22,9 @@ set(arrow_URL https://github.com/ray-project/arrow.git)
# the patch is available at
# https://github.com/ray-project/arrow/commit/c347cd571e51723fc8512922f1b3a8e45e45b169
# See the discussion in https://github.com/apache/arrow/pull/3177
# WARNING: If the arrow version is updated, you need to also update the
# SETUPTOOLS_SCM_PRETEND_VERSION version string in the ThirdpartyToolchain.cmake
# file
set(arrow_TAG c347cd571e51723fc8512922f1b3a8e45e45b169)
set(ARROW_INSTALL_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/external/arrow-install)