COIN-OR::LEMON - Graph Library

Changeset 1917:87d3518d73d8 in lemon-0.x


Ignore:
Timestamp:
01/29/06 23:04:48 (18 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2492
Message:

include the gui in the deb

Location:
debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • debian/control

    r1490 r1917  
    33Priority: optional
    44Maintainer: LEMON Development Team <etik-ol@cs.elte.hu>
    5 Build-Depends: debhelper (>= 4.0.0)
     5Build-Depends: debhelper (>= 4.0.0), glpk, libgnomecanvasmm-2.6-dev
    66Standards-Version: 3.6.1
    77
    88Package: lemon
    99Architecture: any
    10 Depends: ${shlibs:Depends}, ${misc:Depends}, glpk
     10Depends: ${shlibs:Depends}, ${misc:Depends}, libgnomecanvasmm-2.6
    1111Description: A C++ template library aimed at combinatorial optimization tasks.
    1212 LEMON stands for Library of Efficient Models and
  • debian/rules

    r1671 r1917  
    2828        dh_testdir
    2929        # Add here commands to configure the package.
    30         CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
     30        CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-gui
    3131
    3232
Note: See TracChangeset for help on using the changeset viewer.