diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2025-01-22 17:10:37 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2025-01-22 18:31:36 +0000 |
commit | 12bf8b3dabdeb7a9b9c9a2665938b3f518ebb3f8 (patch) | |
tree | bb1cf5145aba1c2e195fb3099d89a81bb7402c27 /java/eclipse-checkstyle/(public-mirror) | |
parent | 5400cab7854cfae4f711a0a6db9ab85466828f66 (diff) |
When building with DEFAULT_VERSIONS+=llvm=18 or higher, math/heyoke
fails to configure, with the following error:
CMake Error at CMakeLists.txt:159 (find_package):
Could not find a configuration file for package "LLVM" that is compatible
with requested version "18".
The following configuration files were considered but not accepted:
/usr/local/llvm15/lib/cmake/llvm/LLVMConfig.cmake, version: 15.0.7
/usr/local/llvm17/lib/cmake/llvm/LLVMConfig.cmake, version: 17.0.6
/usr/local/llvm16/lib/cmake/llvm/LLVMConfig.cmake, version: 16.0.6
/usr/local/llvm18/lib/cmake/llvm/LLVMConfig.cmake, version: 18.1.8
This is because llvm18 and higher use 1 for their minor version numbers,
while llvm17 and earlier use 0. CMake's find_package() needs the minor
version number set correctly, otherwise it will not be able to find the
LLVM package.
PR: 284266
Approved by: yuri (maintainer)
MFH: 2025Q1
Diffstat (limited to 'java/eclipse-checkstyle/(public-mirror)')
0 files changed, 0 insertions, 0 deletions