/usr/lib/pkgconfig/lapack-atlas.pc is in libatlas-base-dev 3.10.3-1+b1.
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/atlas-base/atlas
includedir=${prefix}/include
Name: atlas-lapack
Description: Automatically Tuned Linear Algebra Software, LAPACK
Version: 3.10.3
URL: http://math-atlas.sourceforge.net/
Libs: -L${libdir} -llapack
Libs.private: -L${libdir} -latlas -lm
Cflags: -I${includedir}
|