COIN-OR::LEMON - Graph Library

Changeset 310:a9e8f310507f in lemon-1.2


Ignore:
Timestamp:
10/09/08 13:01:40 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Repository reorganization

  • lemon-0.x-to-1.x.sh moved to tools/ and it installs to $(bindir).
  • benchmark/ dir has been removed.
Files:
1 deleted
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r227 r310  
    2525bin_PROGRAMS =
    2626check_PROGRAMS =
     27dist_bin_SCRIPTS =
    2728TESTS =
    2829XFAIL_TESTS =
     
    3233include doc/Makefile.am
    3334include demo/Makefile.am
    34 include benchmark/Makefile.am
    3535include tools/Makefile.am
    3636
  • README

    r246 r310  
    3838   Contains programs to check the integrity and correctness of LEMON.
    3939
    40 benchmark/
    41  
    42    Contains programs for measuring the performance of algorithms.
    43 
    4440tools/
    4541
  • configure.ac

    r296 r310  
    8282AM_CONDITIONAL([WANT_TOOLS], [test x"$enable_tools" != x"no"])
    8383
    84 dnl Disable/enable building the benchmarks.
    85 AC_ARG_ENABLE([benchmark],
    86 AS_HELP_STRING([--enable-benchmark], [build the benchmarks])
    87 AS_HELP_STRING([--disable-benchmark], [do not build the benchmarks @<:@default@:>@]),
    88               [], [enable_benchmark=no])
    89 AC_MSG_CHECKING([whether to build the benchmarks])
    90 if test x"$enable_benchmark" != x"no"; then
    91   AC_MSG_RESULT([yes])
    92 else
    93   AC_MSG_RESULT([no])
    94 fi
    95 AM_CONDITIONAL([WANT_BENCHMARK], [test x"$enable_benchmark" != x"no"])
    96 
    9784dnl Checks for header files.
    9885AC_CHECK_HEADERS(limits.h sys/time.h sys/times.h unistd.h)
     
    133120#echo SOPLEX support................ : $lx_soplex_found
    134121#echo
    135 echo Build benchmarks.............. : $enable_benchmark
    136122echo Build demo programs........... : $enable_demo
    137123echo Build additional tools........ : $enable_tools
  • tools/Makefile.am

    r146 r310  
    22
    33bin_PROGRAMS +=
     4dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
    45
    56endif WANT_TOOLS
Note: See TracChangeset for help on using the changeset viewer.