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 345 B

12345678910
  1. libdir=@CMAKE_INSTALL_FULL_LIBDIR@
  2. includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
  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} -l@LAPACKELIB@
  8. Cflags: -I${includedir}
  9. Requires.private: @LAPACKLIB@