mirror of
https://github.com/wassname/ray.git
synced 2026-08-13 12:30:18 +08:00
Fix pyarrow version (#3760)
This commit is contained in:
committed by
Robert Nishihara
parent
3adffe6a4e
commit
00e9f8d870
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user