h-vetinari commented on PR #14102:
URL: https://github.com/apache/arrow/pull/14102#issuecomment-1246644778

   It seems 
[`FindLLVMAlt.cmake`](https://github.com/apache/arrow/blame/master/cpp/cmake_modules/FindLLVMAlt.cmake)
 was recently refactored and the recipe from conda-forge (adapted to 9.0.0) is 
not ready for that:
   ```
   -- Could NOT find LLVM (missing: LLVM_DIR)
   -- Could NOT find LLVM (missing: LLVM_DIR)
   CMake Error at 
D:/bld/arrow-cpp-ext_1663151790677/_build_env/Library/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:230
 (message):
     Could NOT find LLVMAlt (missing: LLVM_PACKAGE_VERSION CLANG_EXECUTABLE
     LLVM_FOUND LLVM_LINK_EXECUTABLE)
   ```
   
   Interestingly, this only fails during the `pyarrow` builds (for the CI jobs 
I looked at), after the `arrow-cpp` builds were already successful...


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