Upgrade arrow to include the plasma TensorFlow op (#2412)

This commit is contained in:
Philipp Moritz
2018-07-18 12:33:02 -07:00
committed by Robert Nishihara
parent 344e3d2c05
commit 4c82ac72df
4 changed files with 13 additions and 4 deletions
+4
View File
@@ -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)