10 lines
233 B
PkgConfig
10 lines
233 B
PkgConfig
prefix=@prefix@
|
|
libdir=@libdir@
|
|
|
|
Name: BLAS
|
|
Description: FORTRAN reference implementation of BLAS Basic Linear Algebra Subprograms
|
|
Version: @LAPACK_VERSION@
|
|
URL: http://www.netlib.org/blas/
|
|
Libs: -L${libdir} -lblas
|
|
Libs.private: -lm
|