missing dependency: fast_float:8.0.0.
View options
- Truncate descriptions
Description:
fast_float:8.0.8
is a missing dependency while building package against vtk:9.4.1
Current provided version of fast_float:7.0.0
in the extra
repo.
Additional info:
- package version(s): vtk:9.4.1
- config and/or log files:
- link to upstream bug report, if any:
Steps to reproduce:
- Create a boilerplate cmake project:
CMakeLists.txt
:
cmake_minimum_required(VERSION 3.31)
project(test)
find_package(VTK REQUIRED)
- Run:
cmake -B build/
- Error about missmatch
fast_float
version.
CMake Error at /usr/lib/cmake/vtk/VTK-vtk-module-find-packages.cmake:2366 (find_package):
Could not find a configuration file for package "FastFloat" that is
compatible with requested version "8.0.0".
The following configuration files were considered but not accepted:
/usr/share/cmake/FastFloat/FastFloatConfig.cmake, version: 7.0.0
Call Stack (most recent call first):
/usr/lib/cmake/vtk/vtk-config.cmake:170 (include)
CMakeLists.txt:3 (find_package)
-- Configuring incomplete, errors occurred!
- Show labels
- Show closed items
Link items together to show that they're related or that one is blocking others.