airborne12 commented on code in PR #15807: URL: https://github.com/apache/doris/pull/15807#discussion_r1066585485
########## thirdparty/build-thirdparty.sh: ########## @@ -1545,12 +1545,43 @@ build_concurrentqueue() { cp ./*.h "${TP_INSTALL_DIR}/include/" } +#clucene +build_clucene() { + if [[ -z ${USE_AVX2} ]]; then + USE_AVX2=1 + fi Review Comment: Yes, we use TurboPFor for integer compression which need AVX2 compile flags to seperate different building arch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org