[Thirdparty] Use the bundle source of zstd when build_arrow (#5179)

use bundle source of zstd & double-conversion, instead of system.
This commit is contained in:
HuangWei
2021-01-04 09:33:40 +08:00
committed by GitHub
parent 0d3564c2e1
commit d46b57fae4

View File

@ -569,7 +569,9 @@ build_arrow() {
-DSnappy_ROOT=$TP_INSTALL_DIR/ \
-DGLOG_ROOT=$TP_INSTALL_DIR/ \
-DLZ4_ROOT=$TP_INSTALL_DIR/ \
-DThrift_ROOT=$TP_INSTALL_DIR/ ..
-DThrift_ROOT=$TP_INSTALL_DIR/ \
-DZSTD_SOURCE=BUNDLED \
-Ddouble-conversion_SOURCE=BUNDLED ..
make -j$PARALLEL && make install
#copy dep libs