lemon/lemon.pc.in
author Peter Kovacs <kpeter@inf.elte.hu>
Mon, 08 Mar 2010 08:33:41 +0100
changeset 941 a93f1a27d831
parent 692 cb8270a98660
child 1133 cdd2c7dad989
permissions -rw-r--r--
Fix gcc 3.3 compilation error (#354)

gcc 3.3 requires that a class has a default constructor if it has
template named parameters. (That constructor can be protected.)
ladanyi@1
     1
prefix=@prefix@
ladanyi@1
     2
exec_prefix=@exec_prefix@
ladanyi@1
     3
libdir=@libdir@
ladanyi@1
     4
includedir=@includedir@
ladanyi@1
     5
ladanyi@1
     6
Name: @PACKAGE_NAME@
kpeter@705
     7
Description: Library for Efficient Modeling and Optimization in Networks
ladanyi@1
     8
Version: @PACKAGE_VERSION@
ladanyi@692
     9
Libs: -L${libdir} -lemon @GLPK_LIBS@ @CPLEX_LIBS@ @SOPLEX_LIBS@ @CLP_LIBS@ @CBC_LIBS@
ladanyi@259
    10
Cflags: -I${includedir}