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

12 lines
306 B

prefix=/usr
exec_prefix=${prefix}
libdir=/usr/@LIBDIR@
includedir=@INCDIR@
Name: cblas
Description: MKL implementations of the C Basic Linear Algebra Subroutines
Version: @PV@
URL: http://developer.intel.com/software/products/mkl/
Libs: @GFORTRANLIBS@ -L${libdir} -lblas @EXTLIBS@
Cflags: -I${includedir}