mirror of
https://github.com/amd/blis.git
synced 2026-04-19 23:28:52 +00:00
12 lines
268 B
PkgConfig
Executable File
12 lines
268 B
PkgConfig
Executable File
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
|