dbcsr

Distributed sparse matrix library for high-performance computing.

brewmacoslinux
Try with needOr install directly
Source

About

Distributed Block Compressed Sparse Row matrix library

Examples

link dbcsr library to C or Fortran project$ pkg-config --cflags --libs dbcsr
check dbcsr installation and version$ pkg-config --modversion dbcsr
find dbcsr header files location$ pkg-config --variable=includedir dbcsr
get dbcsr library path for compilation$ pkg-config --variable=libdir dbcsr
verify dbcsr is properly installed$ brew list dbcsr