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

13 lines
290 B

prefix=/usr
exec_prefix=${prefix}
libdir=/usr/@LIBDIR@
includedir=${prefix}/include
Name: cblas
Description: GSL C Implementation of the Basic Linear Algebra Subprograms
Version: @PV@
URL: http://www.gnu.org/software/gsl
Libs: -L${libdir} -lcblas
Libs.private: -lm
Cflags: -I${includedir}