mirror of
https://github.com/amd/blis.git
synced 2026-06-29 02:37:05 +00:00
Rename generated aocl-blas.pc and aocl-blas-mt.pc to blis.pc and blis-mt.pc. AMD-Internal: [SWLCSG-3446] Change-Id: Ica784c7a0fd1e52b4d419795659947316e932ef6
12 lines
281 B
PkgConfig
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}
|