10 lines
288 B
PkgConfig
10 lines
288 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/@LIBDIR@
|
|
includedir=@INCDIR@
|
|
|
|
Name: blas
|
|
Description: MKL implementations of the F77 Basic Linear Algebra Subroutines
|
|
Version: @PV@
|
|
URL: http://developer.intel.com/software/products/mkl/
|
|
Libs: @GFORTRANLIBS@ -L${libdir} -lblas @EXTLIBS@
|