10 lines
228 B
PkgConfig
10 lines
228 B
PkgConfig
prefix=@prefix@
|
|
libdir=@libdir@
|
|
|
|
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: blas
|