summarylogtreecommitdiffstats
path: root/tensorflow-abi.patch
blob: 0920cb21616de9847ad847775b722e69e08e200d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff -urN arrow-apache-arrow-1.0.1-orig/python/CMakeLists.txt arrow-apache-arrow-1.0.1/python/CMakeLists.txt
--- arrow-apache-arrow-1.0.1-orig/python/CMakeLists.txt	2020-08-04 23:27:00.302126339 -0400
+++ arrow-apache-arrow-1.0.1/python/CMakeLists.txt	2020-08-04 23:27:20.882397924 -0400
@@ -187,10 +187,10 @@
 # where to put generated binaries
 set(EXECUTABLE_OUTPUT_PATH "${BUILD_OUTPUT_ROOT_DIRECTORY}")
 
-if(PYARROW_USE_TENSORFLOW)
-  # TensorFlow uses the old GLIBCXX ABI, so we have to use it too
-  set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_GLIBCXX_USE_CXX11_ABI=0")
-endif()
+#if(PYARROW_USE_TENSORFLOW)
+  ## TensorFlow uses the old GLIBCXX ABI, so we have to use it too
+  #set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_GLIBCXX_USE_CXX11_ABI=0")
+#endif()
 
 # Python and Numpy libraries
 find_package(Python3Alt REQUIRED)