We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec621c commit 96e50d3Copy full SHA for 96e50d3
ep/build-velox/src/build-velox.sh
@@ -137,7 +137,7 @@ function compile {
137
COMPILE_OPTION="$COMPILE_OPTION -DVELOX_ENABLE_CUDF=ON -DCMAKE_CUDA_ARCHITECTURES=75 \
138
-DCMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc"
139
fi
140
- if [ -n "${GLUTEN_VCPKG_ENABLED:-}" ] && [ "${CMAKE_SYSTEM_NAME:-}" != "Darwin" ]; then
+ if [ -n "${GLUTEN_VCPKG_ENABLED:-}" ] && [ $OS != "Darwin" ]; then
141
COMPILE_OPTION="$COMPILE_OPTION -DVELOX_GFLAGS_TYPE=static"
142
143
0 commit comments