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
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?
This creates a virtual environment in the
builddirectory but does not actually make ifsbench available in theinstall_dir: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