COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 545)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#154 fixed Wrong compiler flags with Intel C++ compiler Akos Ladanyi Alpar Juttner
Description

I run the configure scripts using Intel C++ compiler version 10.1 like this:

./configure --enable-demo --enable-benchmark CXX=/usr/local/intel/cc/10.1/bin/icpc

The scripts sets CXXFLAGS in a wrong way as it sets all the GCC specific -Wxyz flags are also set. The correct setting should probably be

CXXFLAGS=-g -O2

This bug exists in [bb40b6db0a58].

#206 fixed Support for GLPK using CMAKE build env. Akos Ladanyi Alpar Juttner
Description

GLPK has a quite up-to-date Windows installer, thus LEMON should support it.

#207 fixed Cannot install with CMAKE if doc is not (e.g. cannot be) generated Akos Ladanyi Alpar Juttner
Description

For installing lemon using CMAKE, the doc must also be built.

If would be nice if

  • the install}} target depended on the {{{html target, so make install would automatically create it
  • the html target did nothing but created the html directory when Doxygen or Ghostscript is not available.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.