10 lines
302 B
PkgConfig
10 lines
302 B
PkgConfig
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: OpenBLAS
|
|
Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
|
|
Version: @OPENBLAS_VERSION@
|
|
URL: https://github.com/xianyi/OpenBLAS
|
|
Libs: -L${libdir} -lopenblas
|
|
Cflags: -I${includedir}
|