File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export ARROW_HOME=$(pwd)/dist
1414export LD_LIBRARY_PATH=$( pwd) /dist/lib:$LD_LIBRARY_PATH
1515
1616git clone \
17- --branch apache-arrow-0.17.1 \
17+ --branch apache-arrow-1.0.0 \
1818 --single-branch \
1919 https://github.com/apache/arrow.git
2020
@@ -25,15 +25,19 @@ pushd arrow/cpp/build
2525cmake \
2626 -DCMAKE_INSTALL_PREFIX=$ARROW_HOME \
2727 -DCMAKE_INSTALL_LIBDIR=lib \
28+ -DARROW_PYTHON=ON \
29+ -DARROW_PARQUET=ON \
30+ -DARROW_WITH_SNAPPY=ON \
31+ -DARROW_WITH_ZLIB=ON \
2832 -DARROW_FLIGHT=OFF \
2933 -DARROW_GANDIVA=OFF \
3034 -DARROW_ORC=OFF \
31- -DARROW_WITH_SNAPPY=ON \
32- -DARROW_WITH_ZLIB=ON \
33- -DARROW_PARQUET=ON \
3435 -DARROW_CSV=OFF \
35- -DARROW_PYTHON=ON \
3636 -DARROW_PLASMA=OFF \
37+ -DARROW_WITH_BZ2=OFF \
38+ -DARROW_WITH_ZSTD=OFF \
39+ -DARROW_WITH_LZ4=OFF \
40+ -DARROW_WITH_BROTLI=OFF \
3741 -DARROW_BUILD_TESTS=OFF \
3842 -GNinja \
3943 ..
You can’t perform that action at this time.
0 commit comments