mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-21 06:03:55 +08:00
13 lines
321 B
PkgConfig
13 lines
321 B
PkgConfig
prefix=/home/batman/one/external/ipopt
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include/coin
|
|
|
|
Name: IPOPT
|
|
Description: Ampl Interface TNLP to Ipopt
|
|
URL: https://projects.coin-or.org/Ipopt
|
|
Version: 3.12.8
|
|
Libs: -L${libdir} -lipoptamplinterface
|
|
Cflags: -I${includedir}
|
|
Requires: ipopt coinasl
|