kszucs commented on a change in pull request #10659:
URL: https://github.com/apache/arrow/pull/10659#discussion_r664170812



##########
File path: ci/scripts/python_wheel_macos_build.sh
##########
@@ -62,14 +62,18 @@ echo "=== (${PYTHON_VERSION}) Building Arrow C++ libraries 
==="
 
 mkdir -p ${build_dir}/build
 pushd ${build_dir}/build
+
 cmake \
+    -DCMAKE_APPLE_SILICON_PROCESSOR=arm64 \
     -DARROW_BUILD_SHARED=ON \
+    -DARROW_SIMD_LEVEL=${ARROW_SIMD_LEVEL} \
+    -DARROW_RUNTIME_SIMD_LEVEL=NONE \
     -DARROW_BUILD_STATIC=OFF \
     -DARROW_BUILD_TESTS=OFF \
     -DARROW_DATASET=${ARROW_DATASET} \
     -DARROW_DEPENDENCY_SOURCE="VCPKG" \
     -DARROW_DEPENDENCY_USE_SHARED=OFF \
-    -DARROW_FLIGHT==${ARROW_FLIGHT} \
+    -DARROW_FLIGHT=${ARROW_FLIGHT} \

Review comment:
       `gRPC` is not supported on apple silicon at the moment




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


Reply via email to