packaging: Enable cblas package
[platform/upstream/lapack.git] / LAPACKE / lapacke.pc.in
1 libdir=@CMAKE_INSTALL_FULL_LIBDIR@
2 includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
3
4 Name: LAPACKE
5 Description: C Standard Interface to LAPACK Linear Algebra PACKage
6 Version: @LAPACK_VERSION@
7 URL: http://www.netlib.org/lapack/#_standard_c_language_apis_for_lapack
8 Libs: -L${libdir} -llapacke
9 Cflags: -I${includedir}
10 Requires.private: lapack