Skip to content
Snippets Groups Projects
Closed missing dependency: fast_float:8.0.0.
  • View options
  • missing dependency: fast_float:8.0.0.

  • View options
  • Closed Issue created by bartus

    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:

    1. Create a boilerplate cmake project:

    CMakeLists.txt:

    cmake_minimum_required(VERSION 3.31)
    project(test)
    find_package(VTK REQUIRED)
    1. Run: cmake -B build/
    2. 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!
    Edited by bartus

    Linked items 0

  • Link items together to show that they're related or that one is blocking others.

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first
    Loading Loading Loading Loading Loading Loading Loading Loading Loading Loading