mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-19 20:42:50 +01:00
14 lines
315 B
PkgConfig
14 lines
315 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
includedir=@includedir@
|
||
|
libdir=@libdir@
|
||
|
|
||
|
Name: @PACKAGE_NAME@
|
||
|
Description: Quantum Monte Carlo kernel library
|
||
|
URL: https://github.com/trex-coe/qmckl
|
||
|
Version: @PACKAGE_VERSION@
|
||
|
Cflags: -I${includedir} @PKG_CFLAGS@
|
||
|
Libs: -L${libdir} -lqmckl @PKG_LIBS@
|
||
|
Requires: @PKG_BLAS@
|
||
|
|