This file is indexed.

/usr/lib/x86_64-linux-gnu/pkgconfig/blas-openblas.pc is in libopenblas-dev 0.2.20+ds-4.

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/x86_64-linux-gnu/openblas
includedir=${prefix}/include/x86_64-linux-gnu
Name: openblas-blas
Description: Optimized BLAS (linear algebra) library based on GotoBLAS2
Version: 0.2.20+ds
URL: https://github.com/xianyi/OpenBLAS
Libs: -L${libdir} -lblas
Libs.private: -L${libdir} -lblas -lgfortran -lpthread -lm
Cflags: -I${includedir}