mirror of
https://github.com/amd/blis.git
synced 2026-05-11 09:39:59 +00:00
12 lines
263 B
PkgConfig
12 lines
263 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} -lblis
|
|
Libs.private: @LDFLAGS@
|
|
Cflags: -I${includedir}/blis
|