raulcd opened a new issue, #49327:
URL: https://github.com/apache/arrow/issues/49327

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   We seem to be passing `-DARROW_SIMD_LEVEL=SSE4_2` to macOS ARM64 wheels.
   
   
[wheel-macos-monterey-cp310-cp310-arm64](https://github.com/ursacomputing/crossbow/actions/runs/22091577889/job/63837860669#step:11:210)
   
   `SSE4_2` is not supported on ARM:
   
   ```
    CMake Warning at cmake_modules/SetupCxxFlags.cmake:541 (message):
   -- Arrow build warning level: PRODUCTION
     ARROW_SIMD_LEVEL=SSE4_2 not supported by Arm.
   -- Build Type: release
   ```
   
   I've realized this while working on the scikit-build-core build backend PR 
but this is unrelated to the issue as this is currently happening.
   
   ### Component(s)
   
   Packaging, Python


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