You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/mkl/files/lapack.pc.in

12 lines
297 B

prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/@LIBDIR@
includedir=@INCDIR@
Name: lapack
Description: MKL implementations of the F77 Linear Algebra PACKage
Version: @PV@
URL: http://developer.intel.com/software/products/mkl/
Requires: blas
Libs: @GFORTRANLIBS@ -L${libdir} -llapack @EXTLIBS@