Files
blis/build/cmake/blis.pc.in
Eleni Vlachopoulou 9f263d2445 CMake: Fix pkgconfig file names
Rename generated aocl-blas.pc and aocl-blas-mt.pc to blis.pc and blis-mt.pc.

AMD-Internal: [SWLCSG-3446]
Change-Id: Ica784c7a0fd1e52b4d419795659947316e932ef6
2025-03-11 11:59:02 +00:00

12 lines
281 B
PkgConfig

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=@LIB_DIR@
includedir=@INCLUDE_DIR@
Name: BLIS
Description: BLAS-like Library Instantiation Software Framework
Version: @VERSION_STRING@
Libs: -L${libdir} -l@LIBBLIS@
Libs.private: @LDFLAGS_STRING@
Cflags: -I${includedir}