Skip to content

Commit

Permalink
Speed up compilation of arrow (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-Zhou authored Mar 3, 2025
1 parent 77b9f83 commit c3a16b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ApacheArrow.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ExternalProject_Add(
-DARROW_BUILD_EXAMPLES=OFF \
-DARROW_PARQUET=ON -DARROW_CSV=ON \
-DARROW_WITH_ZSTD=ON -DARROW_WITH_LZ4=ON -DARROW_WITH_ZLIB=ON"
BUILD_COMMAND bash -x -c "source thirdparty/export.sh && cmake --build ."
BUILD_COMMAND bash -x -c "source thirdparty/export.sh && cmake --build . -j 4"
BUILD_JOB_SERVER_AWARE 1
INSTALL_COMMAND cmake --install . --prefix "${PREFIX}"
BUILD_BYPRODUCTS
Expand Down

0 comments on commit c3a16b5

Please sign in to comment.