/usr/share/pkgconfig/cppad.pc is in cppad 2016.00.00.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | # $Id: cppad.pc.in 3760 2015-12-01 04:12:28Z bradbell $
# -----------------------------------------------------------------------------
# CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-15 Bradley M. Bell
#
# CppAD is distributed under multiple licenses. This distribution is under
# the terms of the
# GNU General Public License Version 3.
#
# A copy of this license is included in the COPYING file of this distribution.
# Please visit http://www.coin-or.org/CppAD/ for information on other licenses.
# -----------------------------------------------------------------------------
# This file is used with pkg-config to include CppAD after it is installed
# -------------------------------------------------------------------------
# HACK: With no specifications as to what will work in the future, set the
# values 'includedir' and 'prefix' so cppad.pc works with the 2015-01-21
# verison of https://build.opensuse.org/package/view_file/
# windows:mingw:win32/mingw32-filesystem/mingw32-install-post.sh?expand=1
prefix=/usr
includedir=/usr/include
# -------------------------------------------------------------------------
Name: cppad
Description: Differentiation of C++ Algorithms
Version: 20160000.1
URL: http://www.coin-or.org/CppAD
Cflags: -I/usr/include
Libs:
Requires:
|