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.

lapacke.pc.in 262 B

123456789
  1. prefix=@prefix@
  2. libdir=@libdir@
  3. Name: LAPACKE
  4. Description: C Standard Interface to LAPACK Linear Algebra PACKage
  5. Version: @LAPACK_VERSION@
  6. URL: http://www.netlib.org/lapack/#_standard_c_language_apis_for_lapack
  7. Libs: -L${libdir} -llapacke
  8. Requires: lapack blas