autopackage/default.apspec.in
author kpeter
Mon, 18 Feb 2008 03:32:06 +0000
changeset 2575 e866e288cba6
parent 1171 f426c84a4e00
permissions -rw-r--r--
Major improvements in NetworkSimplex.

Main changes:
- Use -potenital[] instead of potential[] to conform to the usual
terminology.
- Use function parameter instead of #define commands to select pivot rule.
- Use much faster implementation for the candidate list pivot rule.
It is about 5-20 times faster now.
- Add a new pivot rule called "Limited Search" that is a modified
version of "Block Search". It is about 25 percent faster on rather
sparse graphs.
- By default "Limited Search" is used for sparse graphs and
"Block Search" is used otherwise. This combined method is the most
efficient on every input class.
- Change the name of private members to start with "_".
- Change the name of function parameters not to start with "_".
- Remove unnecessary documentation for private members.
- Many doc improvements.
     1 # -*-shell-script-*-
     2 
     3 [Meta]
     4 RootName: @lemon.cs.elte.hu/lemon:$SOFTWAREVERSION
     5 DisplayName: Lemon Library
     6 ShortName: lemon
     7 Maintainer: The LEMON Developers - http://lemon.cs.elte.hu/
     8 Packager: Alpar Juttner <alpar@cs.elte.hu>
     9 Summary: LEMON library
    10 SoftwareVersion: @VERSION@
    11 AutopackageTarget: 1.2
    12 
    13 # Only uncomment InterfaceVersion if your package exposes interfaces to other software,
    14 # for instance if it includes DSOs or python/perl modules. See the developer guide for more info,
    15 # or ask on autopackage-dev if you don't understand interface versioning in autopackage.
    16 #
    17 InterfaceVersion: 1.0
    18 
    19 PackageVersion: 1
    20 
    21 [Description]
    22 LEMON stands for Library of Efficient Models and Optimization in Networks.
    23 It is a C++ template library aimed at combinatorial optimization tasks,
    24 primaliry those involved in working with graphs.
    25 
    26 [BuildPrepare]
    27 prepareBuild
    28 
    29 [BuildUnprepare]
    30 unprepareBuild
    31 
    32 [Imports]
    33 echo '*' | import
    34 
    35 [Prepare]
    36 # Dependency checking
    37 require @lemon.cs.elte.hu/GLPK:4.11
    38 
    39 [Install]
    40 # Put your installation script here
    41 #installExe bin/*
    42 copyFiles * $PREFIX
    43 
    44 [Uninstall]
    45 # Usually just the following line is enough to uninstall everything
    46 uninstallFromLog