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.

blas.pc.in 266 B

12345678
  1. libdir=@CMAKE_INSTALL_FULL_LIBDIR@
  2. includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
  3. Name: BLAS
  4. Description: FORTRAN reference implementation of BLAS Basic Linear Algebra Subprograms
  5. Version: @LAPACK_VERSION@
  6. URL: http://www.netlib.org/blas/
  7. Libs: -L${libdir} -l@BLASLIB@