Zouxxyy commented on PR #10638:
URL: 
https://github.com/apache/incubator-gluten/pull/10638#issuecomment-3263413381

   I actually encountered this problem when running `build_arrow` on my Mac, 
and I was confused as to why Avro was installed in a fixed location  like this 
`cmake --install ./ --prefix /usr/local/`. Instead of using `INSTALL_PREFIX`
   
   ```shell
   if [[ "$(uname)" == "Darwin" ]]; then
       INSTALL_PREFIX=${INSTALL_PREFIX:-${VELOX_HOME}/deps-install}
   else
       INSTALL_PREFIX=${INSTALL_PREFIX:-"/usr/local"}
   fi
   ```


-- 
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]

Reply via email to