Kouhei Sutou created ARROW-5256:
-----------------------------------
Summary: [Packaging][deb] Failed to build with LLVM 7.1.0
Key: ARROW-5256
URL: https://issues.apache.org/jira/browse/ARROW-5256
Project: Apache Arrow
Issue Type: Improvement
Components: C++ - Gandiva, Packaging
Reporter: Kouhei Sutou
https://travis-ci.org/ursa-labs/crossbow/builds/527710714#L6144-L6157
{noformat}
CMake Error at cmake_modules/FindLLVM.cmake:33 (find_package):
Could not find a configuration file for package "LLVM" that is compatible
with requested version "7.0".
The following configuration files were considered but not accepted:
/usr/lib/llvm-7/cmake/LLVMConfig.cmake, version: 7.1.0
/usr/lib/llvm-7/lib/cmake/llvm/LLVMConfig.cmake, version: 7.1.0
/usr/lib/llvm-7/share/llvm/cmake/LLVMConfig.cmake, version: 7.1.0
/usr/lib/llvm-3.8/share/llvm/cmake/LLVMConfig.cmake, version: 3.8.1
/usr/share/llvm-3.8/cmake/LLVMConfig.cmake, version: 3.8.1
Call Stack (most recent call first):
src/gandiva/CMakeLists.txt:31 (find_package)
{noformat}
Can we use "7" instead of "7.0" for {{ARROW_LLVM_VERSION}}?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)