mirror of https://github.com/xianyi/OpenBLAS.git
10 lines
222 B
PkgConfig
10 lines
222 B
PkgConfig
|
|
prefix=@prefix@
|
||
|
|
libdir=@libdir@
|
||
|
|
|
||
|
|
Name: blas
|
||
|
|
Description: Basic Linear Algebra Subprograms F77 reference implementations
|
||
|
|
Version: @LAPACK_VERSION@
|
||
|
|
URL: http://www.netlib.org/blas/
|
||
|
|
Libs: -L${libdir} -lblas
|
||
|
|
Libs.private: -lm
|