I noticed an odd build bug while using the toolchain for a build of support/v2026.1
The created file "tools/toolchain/install/dbcsr-2.9.0/lib/cmake/dbcsr/DBCSRConfigVersion.cmake"
lists dbcsr version as "2026.1.v2026.1v2026.1" this causes an error when using cmake to build CP2K:
CMake Error at CMakeLists.txt:615 (find_package):
Could not find a configuration file for package "DBCSR" that is compatible
with requested version "2.6".
It is simple enough to work around by replacing "2026.1.v2026.1v2026.1" with "2.9.0" within the DBCSRConfigVersion.cmake file.