File: libkim-api.pc.in

package info (click to toggle)
kim-api 2.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,628 kB
  • sloc: cpp: 32,594; f90: 12,746; ansic: 3,041; sh: 1,283; lisp: 130; python: 35; makefile: 13
file content (60 lines) | stat: -rw-r--r-- 2,308 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#
# KIM-API: An API for interatomic models
# Copyright (c) 2013--2022, Regents of the University of Minnesota.
# All rights reserved.
#
# Contributors:
#    Richard Berger
#    Christoph Junghans
#    Ryan S. Elliott
#    Alexander Stukowski
#
# SPDX-License-Identifier: LGPL-2.1-or-later
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
#

#
# Release: This file is part of the kim-api.git repository.
#


# pkg-config file for @PROJECT_NAME@
# https://people.freedesktop.org/~dbn/pkg-config-guide.html
# Usage: cc `pkg-config --cflags --libs lib@PROJECT_NAME@` -o myapp myapp.c
# after you added ${pcfiledir} to PKG_CONFIG_PATH,
# e.g. export PKG_CONFIG_PATH=${pcfiledir}

CMAKE_C_COMPILER=@KIM_API_CMAKE_C_COMPILER@
CMAKE_CXX_COMPILER=@KIM_API_CMAKE_CXX_COMPILER@
CMAKE_Fortran_COMPILER=@KIM_API_CMAKE_Fortran_COMPILER@
PROJECT_NAME=@PROJECT_NAME@

prefix=@_installdir_rel@
bindir=@_bindir_rel@
libexecdir=@_libexecdir_rel@
sysconfdir=@_sysconfdir_rel@
libdir=@_libdir_rel@
includedir=@_includedir_rel@/@PROJECT_NAME@
moddir=@_moddir_rel@
docdir=@_docdir_rel@

Name: lib@PROJECT_NAME@
Description: The @PROJECT_NAME@ package is a system-level library that aims to give computer programmers the ability to write atomistic or molecular simulation programs that can seamlessly interface with implementations of interatomic models, regardless of the programming language (C, C++, Fortran, Python, etc.) in which the codes are written.
URL: https://openkim.org/kim-api
Version: @PROJECT_VERSION_STRING_WITHOUT_BUILD_METADATA@
Requires:
Cflags: -I${includedir} -I${moddir}
Libs: -L${libdir} @KIM_API_RPATH_FLAG@ -l${PROJECT_NAME}