blob: 5b88c64a0defe2c486917e340d7e3b96b388ab2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
prefix=/usr
exec_prefix=${prefix}
libdir=/usr/@LIBDIR@
includedir=/usr/include
Name: cblas
Description: MKL implementations of the F77 Linear Algebra PACKage
Version: @PV@
URL: http://developer.intel.com/software/products/mkl/
Requires: blas
Libs: -L${libdir} -llapack @EXTLIBS@
|