jmalkin opened a new pull request, #305: URL: https://github.com/apache/datasketches-cpp/pull/305
Sets cmake environment variables to fix build problems for Apple Silicon (aka arm64) devices. Previously, the CI task knew the build for both Intel and ARM instruction sets, but cmake was detecting the platform (Intel) and always using that. As a result, the underlying C++ library was never actually cross-compiled for the target platform. This should (finally) fix the python library for non-Intel Macs. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
