mirror of
https://github.com/deepseek-ai/3FS
synced 2025-05-30 10:09:05 +00:00
Optimize arrow compilation commands (#68)
This commit is contained in:
parent
93ab57be86
commit
77b9f83235
@ -36,7 +36,8 @@ 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 . -j"
|
||||
BUILD_COMMAND bash -x -c "source thirdparty/export.sh && cmake --build ."
|
||||
BUILD_JOB_SERVER_AWARE 1
|
||||
INSTALL_COMMAND cmake --install . --prefix "${PREFIX}"
|
||||
BUILD_BYPRODUCTS
|
||||
"${ARROW_RELEASE_BUILD_DIR}/libarrow.a"
|
||||
|
Loading…
Reference in New Issue
Block a user