chiark / gitweb /
bug fix to convergence test (only relevant to sbplx); thanks to Douglas Bates
[nlopt.git] / nlopt.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: NLopt
7 Description: nonlinear optimization libary
8 Version: @VERSION@
9 Libs: -L${libdir} -lnlopt -lm
10 Cflags: -I${includedir}