Improve pkgconfig file generation
authorKyle Guinn <elyk03@gmail.com>
Thu, 6 Oct 2016 03:36:01 +0000 (22:36 -0500)
committerKyle Guinn <elyk03@gmail.com>
Thu, 6 Oct 2016 03:36:01 +0000 (22:36 -0500)
commit58879a48fcb0a059ee96753fc6cc6341448a0015
tree6cf90be5878d8c17ca9f688d08379199d42f8ade
parent3bab67b085bbfc57f6152a6a6741d3330b172cc0
Improve pkgconfig file generation

The prefix and libdir lines at the top of the .pc files are variable
declarations.  Set these variables appropriately, reference them in the
rest of the file, and prevent cmake from expanding ${}-style references.
Switch back to @prefix@ and @libdir@ for compatibility with autoconf.

Make the descriptions consistent and update the URLs.
BLAS/CMakeLists.txt
BLAS/blas.pc.in
CBLAS/CMakeLists.txt
CBLAS/cblas.pc.in
CMakeLists.txt
LAPACKE/CMakeLists.txt
LAPACKE/lapacke.pc.in
lapack.pc.in