/usr/lib/pkgconfig/blas-openblas.pc is in libopenblas-dev 0.2.19-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | prefix=/usr
libdir=${prefix}/lib/openblas-base
includedir=${prefix}/include/openblas
Name: openblas-blas
Description: Optimized BLAS (linear algebra) library based on GotoBLAS2
Version: 0.2.19
URL: https://github.com/xianyi/OpenBLAS
Libs: -L${libdir} -lblas
Libs.private: -L${libdir} -lblas -lgfortran -lpthread -lm
Cflags: -I${includedir}
|