COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 545)

Ticket Resolution Summary Owner Reporter
#393 fixed CMAKE doesn't create lemon.pc Akos Ladanyi Alpar Juttner
Description

lemon.pc is the pkg-config config file and should be installed under @prefix@/lib/pkgconfig

#322 fixed CMAKE setup problem under windows Peter Kovacs Alpar Juttner
Description

This problem is reported by Kristof Kormendi on the lemon-user list:

   I'm new to Lemon, and I'd like to share an issue about building Lemon using CMake under windows (if anyone interested in that).

System spec.: WinXP SP3, CMake 2.6.2, Visual Studio 2008 (9.0.21022.8.) 
(and many other software, according to the official documentation http://lemon.cs.elte.hu/trac/lemon/wiki/InstallCmake)

   If I start generating in CMake, it fails because of some missing file "LEMONConfig.cmake.in" according to the error message printed by CMake:



CMake Error: File E:/lemon-1.1.1/cmake/LEMONConfig.cmake.in does not exist.

CMake Error at CMakeLists.txt:48 (CONFIGURE_FILE):

configure_file Problem configuring file


...and also refers to a missing "stdint.h" file (see in the error log that I've attached).

And here comes Akos' answer:

On Mon, Oct 12, 2009 at 1:30 PM, Körmendi Kristóf <kkormendi@gmail.com> wrote:

>    If I start generating in CMake, it fails because of some missing file
> "LEMONConfig.cmake.in" according to the error message printed by CMake:
>
> CMake Error: File E:/lemon-1.1.1/cmake/LEMONConfig.cmake.in does not exist.
The problem is that cmake/LEMONConfig.cmake.in is missing from the
1.1.1 tarball. You can get that file here:
http://lemon.cs.elte.hu/hg/lemon-1.1/raw-file/f6bf0b2a7b63/cmake/LEMONConfig.cmake.in

I guess it must be fixed both in branch 1.1 and in the default one.

#277 done CMake find macro improvements Akos Ladanyi Akos Ladanyi
Description

The attached bundle contains the following improvements to the find macros:

  • add GLPK_ROOT_DIR variable to FindGLPK
  • check the version number in FindGLPK
  • add CPLEX_ROOT_DIR variable to FindCPLEX
  • link libm and libpthread in case using CPLEX
  • look for the COIN libraries with and without the lib prefix too
Note: See TracQuery for help on using queries.