xumingming opened a new issue, #5006: URL: https://github.com/apache/incubator-gluten/issues/5006
### Backend VL (Velox) ### Bug description It seems that we have enabled the support MacOS before(https://github.com/apache/incubator-gluten/pull/2691) @ulysses-you. But when I try with following command, it still fails: ```bash ./dev/buildbundle-veloxbe.sh --enable_vcpkg=ON --build_type=RelWithDebInfo ``` It fails, the error message does not matter because I saw the vcpkg triplet is hard coded as `x64-linux-avx`: ``` VCPKG_ROOT="$SCRIPT_ROOT/.vcpkg" VCPKG="$SCRIPT_ROOT/.vcpkg/vcpkg" VCPKG_TRIPLET=x64-linux-avx ``` So it seems Gluten does not support develop & run on MacOS anymore, right? It would be great to support it again, and I'd like to help if you can give some guidelines. ### Spark version None ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs _No response_ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
