mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
Upgrade arrow to include the plasma TensorFlow op (#2412)
This commit is contained in:
committed by
Robert Nishihara
parent
344e3d2c05
commit
4c82ac72df
@@ -2,6 +2,10 @@ set(GFLAGS_VERSION "2.2.0")
|
||||
set(GTEST_VERSION "1.8.0")
|
||||
set(GBENCHMARK_VERSION "1.1.0")
|
||||
|
||||
# Because we use the old C++ ABI to be compatible with TensorFlow,
|
||||
# we have to turn it on for dependencies too
|
||||
set(EP_CXX_FLAGS "${EP_CXX_FLAGS} -D_GLIBCXX_USE_CXX11_ABI=0")
|
||||
|
||||
if(RAY_BUILD_TESTS OR RAY_BUILD_BENCHMARKS)
|
||||
add_custom_target(unittest ctest -L unittest)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user