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.

lapack.pc.in 228 B

123456789
  1. prefix=@prefix@
  2. libdir=@libdir@
  3. Name: LAPACK
  4. Description: FORTRAN reference implementation of LAPACK Linear Algebra PACKage
  5. Version: @LAPACK_VERSION@
  6. URL: http://www.netlib.org/lapack/
  7. Libs: -L${libdir} -llapack
  8. Requires: blas