mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-20 01:13:55 +08:00
external folder
This commit is contained in:
29
external/cppad/share/pkgconfig/cppad.pc
vendored
Normal file
29
external/cppad/share/pkgconfig/cppad.pc
vendored
Normal file
@@ -0,0 +1,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
|
||||
# Eclipse Public License Version 1.0.
|
||||
#
|
||||
# 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=/home/batman/one/external/cppad
|
||||
includedir=/home/batman/one/external/cppad/include
|
||||
# -------------------------------------------------------------------------
|
||||
|
||||
Name: cppad
|
||||
Description: Differentiation of C++ Algorithms
|
||||
Version: 20170816
|
||||
URL: http://www.coin-or.org/CppAD
|
||||
Cflags: -I/home/batman/one/external/cppad/include
|
||||
Libs:
|
||||
Requires:
|
||||
Reference in New Issue
Block a user