cp2k / dbcsr

DBCSR: Distributed Block Compressed Sparse Row matrix library
https://cp2k.github.io/dbcsr/
GNU General Public License v2.0
135 stars 47 forks source link

Specify version of Clang-format #851

Closed hfp closed 2 months ago

hfp commented 2 months ago
hfp commented 2 months ago

If this becomes "green", I will merge the PR. However, .clang-format shall be adjusted in a follow-up change. Apparently, not even this config is digested in a stable fashion including errors for certain configuration keys.

hfp commented 2 months ago

Syntax of additional_dependencies seems to be not as documented but rather follows Pip's version spec (clang-format~=19.1.0).