Skip to content

Instantly share code, notes, and snippets.

@tkelman
Forked from staticfloat/ipopt.pc
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkelman/ef929966684db2466592 to your computer and use it in GitHub Desktop.
Save tkelman/ef929966684db2466592 to your computer and use it in GitHub Desktop.
prefix=/Users/travis/.julia/v0.4/Homebrew/deps/usr/Cellar/ipopt/3.11.8_1
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/coin
Name: IPOPT
Description: Interior Point Optimizer
URL: https://projects.coin-or.org/Ipopt
Version: 3.11.8
Libs: -L${libdir} -lipopt /Users/travis/.julia/v0.4/Homebrew/deps/usr/Cellar/ipopt/3.11.8_1/lib/libcoinlapack.a /Users/travis/.julia/v0.4/Homebrew/deps/usr/Cellar/ipopt/3.11.8_1/lib/libcoinblas.a -L/Users/travis/.julia/v0.4/Homebrew/deps/usr/Cellar/libgfortran/4.9.2_1/lib/ -lgfortran -lSystem -lquadmath -lm /Users/travis/.julia/v0.4/Homebrew/deps/usr/Cellar/ipopt/3.11.8_1/lib/libcoinblas.a -lm -ldl
Cflags: -I${includedir}
Requires: coinmumps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment