summaryrefslogtreecommitdiff
blob: 2e0fa6c6fba2bbb9fc3fb43e39f566e42b4d2dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/@LIBDIR@
includedir=${prefix}/include

Name: lapack
Description: Automatically Tuned Linear Algebra Software F77 and C LAPACK implementation
Version: @PV@
URL: http://math-atlas.sourceforge.net/
Requires: blas cblas
Libs: -L${libdir} -llapack -latlas
Libs.private: @EXTLIBS@
Include: -I${includedir}