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/blas.pc.in

11 lines
288 B

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@