You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

cblas.pc.in 315 B

12345678910
  1. libdir=@CMAKE_INSTALL_FULL_LIBDIR@
  2. includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
  3. Name: CBLAS
  4. Description: C Standard Interface to BLAS Basic Linear Algebra Subprograms
  5. Version: @LAPACK_VERSION@
  6. URL: http://www.netlib.org/blas/#_cblas
  7. Libs: -L${libdir} -l@CBLASLIB@
  8. Cflags: -I${includedir}
  9. Requires.private: @BLASLIB@