Skip to content

IFSbench is not CMake-installable #114

@reuterbal

Description

@reuterbal

What happened?

IFSbench can be downloaded and installed into a virtual environment as a build-action via CMake. However, it cannot be installed to an installation path.

What are the steps to reproduce the bug?

git clone https://github.com/ecmwf-ifs/ifsbench
cmake -S ifsbench -B build
cmake --build build
cmake --install build --prefix install_dir

This creates a virtual environment in the build directory but does not actually make ifsbench available in the install_dir:

$ tree install_dir/
install_dir/
├── include
└── lib64
    └── cmake
        └── ifsbench
            ├── ifsbench-config.cmake
            └── ifsbench-config-version.cmake

Version

main

Platform (OS and architecture)

Linux ad6-198.bullx 4.18.0-553.105.1.el8_10.x86_64 #1 SMP Sat Feb 7 00:49:44 EST 2026 x86_64 x86_64 x86_64 GNU/Linux

Relevant log output

Accompanying data

No response

Organisation

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions