mirror of
https://github.com/amd/blis.git
synced 2026-05-25 10:54:33 +00:00
Added separate package configuration file for st and mt library in blis Makefile and CMakeLists.txt Change-Id: I8d851fac10d63983358e1f4c67fd9451246056bf
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
|