mirror of
https://github.com/wassname/ray.git
synced 2026-08-16 11:27:09 +08:00
Use one memory mapped file for plasma (#3871)
This commit is contained in:
committed by
Robert Nishihara
parent
d2b6db3db1
commit
3bb65677dc
@@ -15,17 +15,17 @@
|
||||
# - PLASMA_SHARED_LIB
|
||||
|
||||
set(arrow_URL https://github.com/ray-project/arrow.git)
|
||||
# This commit is based on https://github.com/apache/arrow/pull/3410. We
|
||||
# This commit is based on https://github.com/apache/arrow/pull/3526. We
|
||||
# include the link here to make it easier to find the right commit because
|
||||
# Arrow often rewrites git history and invalidates certain commits.
|
||||
# It has been patched to fix an upstream symbol clash with TensorFlow,
|
||||
# the patch is available at
|
||||
# https://github.com/ray-project/arrow/commit/511dae1149e3656bbf84f461729f2306d2ebf2e5
|
||||
# https://github.com/ray-project/arrow/commit/007e1ca289e979bac80231fa9ee7510be744b60b
|
||||
# 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 511dae1149e3656bbf84f461729f2306d2ebf2e5)
|
||||
set(arrow_TAG 007e1ca289e979bac80231fa9ee7510be744b60b)
|
||||
|
||||
set(ARROW_INSTALL_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/external/arrow-install)
|
||||
set(ARROW_HOME ${ARROW_INSTALL_PREFIX})
|
||||
|
||||
Reference in New Issue
Block a user