You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also encountered the same issue. I resolved it by adding 'sudo' to 'cmake --install xsimd-build/' inside build_velox.sh, and changed it to 'cmake --install xsimd-build/'.
Um, I think the thing here is, I have set CMAKE_INSTALL_PREFIX, and other velox deps are installed to the location I specified, while xsimd is installed to system default location, a better fix seems to at least install all the deps to the same location.
Problem description
I am trying to building gluten with Velox backend following the guide: https://github.com/oap-project/gluten/blob/main/docs/get-started/Velox.md
It fails with:
The following line is added by me in
build_velox.sh
:I have set CMAKE_INSTALL_PREFIX, but the script is still trying to install to the default directory, and failed.
System information
Velox System Info v0.0.2
Commit: 2317245
CMake Version: 3.28.0
System: Darwin-23.1.0
Arch: arm64
C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
C++ Compiler Version: 15.0.0.15000040
C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
C Compiler Version: 15.0.0.15000040
CMake Prefix Path: /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr;/opt/homebrew;/usr/local;/usr;/;/opt/homebrew/Cellar/cmake/3.28.0;/usr/local;/usr/X11R6;/usr/pkg;/opt;/sw;/opt/local
Result copied to cl
CMake log
No response
The text was updated successfully, but these errors were encountered: