Skip to content

Commit

Permalink
[Enhancement]explicit specific arrow use avx2 as default (#51038)
Browse files Browse the repository at this point in the history
Signed-off-by: zombee0 <[email protected]>
(cherry picked from commit 1f4e238)
  • Loading branch information
zombee0 authored and mergify[bot] committed Sep 19, 2024
1 parent 480608d commit ea20758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thirdparty/build-thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,8 @@ build_arrow() {
-DARROW_WITH_BROTLI=ON -DARROW_WITH_LZ4=ON -DARROW_WITH_SNAPPY=ON -DARROW_WITH_ZLIB=ON -DARROW_WITH_ZSTD=ON \
-DARROW_WITH_UTF8PROC=OFF -DARROW_WITH_RE2=OFF \
-DARROW_JEMALLOC=OFF -DARROW_MIMALLOC=OFF \
-DARROW_SIMD_LEVEL=AVX2 \
-DARROW_RUNTIME_SIMD_LEVEL=AVX2 \
-DCMAKE_INSTALL_PREFIX=$TP_INSTALL_DIR \
-DCMAKE_INSTALL_LIBDIR=lib64 \
-DARROW_BOOST_USE_SHARED=OFF -DARROW_GFLAGS_USE_SHARED=OFF -DBoost_NO_BOOST_CMAKE=ON -DBOOST_ROOT=$TP_INSTALL_DIR \
Expand Down

0 comments on commit ea20758

Please sign in to comment.