lammps/cmake/pkgconfig/liblammps.pc.in

19 lines
683 B
PkgConfig
Raw Normal View History

2017-08-29 04:11:21 +08:00
# pkg-config file for lammps
# https://people.freedesktop.org/~dbn/pkg-config-guide.html
# Usage: cc `pkg-config --cflags --libs liblammps` -o myapp myapp.c
# after you added @CMAKE_INSTALL_FULL_LIBDIR@/pkg-config to PKG_CONFIG_PATH,
# e.g. export PKG_CONFIG_PATH=@CMAKE_INSTALL_FULL_LIBDIR@/pkgconfig
prefix=@CMAKE_INSTALL_FULL_PREFIX@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
2017-09-09 21:05:51 +08:00
Name: liblammps@LAMMPS_MACHINE@
2017-08-29 04:11:21 +08:00
Description: Large-scale Atomic/Molecular Massively Parallel Simulator Library
URL: http://lammps.sandia.gov
Version:
Requires:
2017-09-09 21:05:51 +08:00
Libs: -L${libdir} -llammps@LAMMPS_MACHINE@
2017-08-29 04:11:21 +08:00
Libs.private: -lm
Cflags: -I${includedir} @LAMMPS_API_DEFINES@