COIN-OR::LEMON - Graph Library

Changeset 2237:5674a5983e1e in lemon-0.x


Ignore:
Timestamp:
10/12/06 12:56:26 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2980
Message:

Improve the configuration environment / repository layout:

  • Update README
  • svn-head -> svnhead version tag change (in favor of rpm build)
  • rpmbuild-glpk: a script to build glpk rpm.
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • README

    r2139 r2237  
    1010design and optimization problems of telecommunications networks. To
    1111achieve wide usability, a fundamental design requirement is the
    12 genericity of interface of data structures and algorithms. Lemon is
    13 intended to become an open source library in order to involve people
    14 all around the world in its development.
     12genericity of interface of data structures and algorithms. LEMON is an
     13open source library end invites people all around the world in its
     14development.
    1515
    1616--------
     
    3232doc/
    3333
    34   Documentation of LEMON. The staring page is doc/html/index/html.
    35   The documentation will be installed into the directory
     34  Documentation of LEMON. The starting page is doc/html/index/html.
     35  The documentation installs into the directory
    3636
    3737    /usr/local/share/doc/lemon/html
  • configure.ac

    r2108 r2237  
    11dnl Process this file with autoconf to produce a configure script.
    22AC_PREREQ([2.59])
    3 AC_INIT([LEMON], [svn-head], [etik-ol@cs.elte.hu], [lemon])
     3AC_INIT([LEMON], [svnhead], [etik-ol@cs.elte.hu], [lemon])
    44AC_CONFIG_AUX_DIR([build-aux])
    55AC_CONFIG_MACRO_DIR([m4])
  • lemon.spec.in

    r2207 r2237  
    99BuildRoot: %{_tmppath}/%{name}-root
    1010Requires: glpk
    11 # BuildRequires: glpk-devel
     11BuildRequires: glpk-devel
    1212
    1313%description
Note: See TracChangeset for help on using the changeset viewer.