mirror of
https://github.com/amd/blis.git
synced 2026-03-14 22:37:23 +00:00
Updated Makefile to update st/mt library in blis.pc Change-Id: Idc61d7652ee6380cf2d73f08caaf9e9216fbb77a
12 lines
268 B
PkgConfig
12 lines
268 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: BLIS
|
|
Description: BLAS-like Library Instantiation Software Framework
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -l@AOCLLIB@
|
|
Libs.private: @LDFLAGS@
|
|
Cflags: -I${includedir}/blis
|