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
Describe the bug
Velox remove install folly in centos 4f528, when compile gluten, find_package(folly) will throw error.
To Reproduce
./tools/one_step_veloxbackend.sh or separate build velox then build gluten can reproduce.
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Velox still install folly in setup_ubuntu.
So, if i execute cd /path-to-gluten/ep/build-velox/build/velox_ep/_build/release/_deps/ & cmake --install folly-build, everything would be ok.
What's community's options about this? I could submit a PR if needed.
The text was updated successfully, but these errors were encountered:
Describe the bug
Velox remove install folly in centos 4f528, when compile gluten, find_package(folly) will throw error.
To Reproduce
./tools/one_step_veloxbackend.sh or separate build velox then build gluten can reproduce.
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Velox still install folly in setup_ubuntu.
So, if i execute
cd /path-to-gluten/ep/build-velox/build/velox_ep/_build/release/_deps/ & cmake --install folly-build
, everything would be ok.What's community's options about this? I could submit a PR if needed.
The text was updated successfully, but these errors were encountered: