* Distributions might need to change the header dir * Also change the template paths in the `.pc` files to the idiomatic CMake `GNUInstallDirs` full paths, which are always correct, regardless of whether the user specified relative or absolute paths. This makes the build system somewhat easier and more idiomatic.
10 lines
282 B
Plaintext
10 lines
282 B
Plaintext
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: LAPACK
|
|
Description: FORTRAN reference implementation of LAPACK Linear Algebra PACKage
|
|
Version: @LAPACK_VERSION@
|
|
URL: http://www.netlib.org/lapack/
|
|
Libs: -L${libdir} -llapack
|
|
Requires.private: blas
|