Re: [CMake] CMake 2.8.3-rc4 ready for testing!

2010-10-30 Thread Rolf Eike Beer
Am Saturday 30 October 2010 schrieb David Cole: The CMake 2.8.3 release candidate stream continues! You can find the source and binaries here: http://www.cmake.org/files/v2.8/?C=M;O=D What about http://public.kitware.com/Bug/view.php?id=11326. Alex merged it at

[CMake] Converting a large C++-Project to CMake

2010-10-30 Thread Benjamin King
Hello, I'm working on a ~1.5Mio LOC C++ project and our buildsystem is a hodgepodge of handcrafted Makefiles, shell scripts and qmake projects. I tried to convert a subset to CMake and it looks very promising so far. One important part of our development workflow is this: 1) User 'nightly'

Re: [CMake] CMake 2.8.3-rc4 ready for testing!

2010-10-30 Thread John Drescher
On Fri, Oct 29, 2010 at 8:57 PM, John Drescher dresche...@gmail.com wrote: On Fri, Oct 29, 2010 at 8:17 PM, Karl Wallner cm...@karlwallner.de wrote: Am 30.10.2010 00:45, schrieb John Drescher: I know its probably too late for 2.8.3 but can someone please look at the following bug:

Re: [CMake] call already made makefile

2010-10-30 Thread Alan W. Irwin
On 2010-10-29 20:50-0700 mina adel wrote: Hi All I have an open source code that I use in my project. This open source code already has Makefile coded for it. I want to use cmake so that before it compile my project it first call the cmake of these open source code, which will compile it to

Re: [CMake] Converting from autoconf to cmake problem

2010-10-30 Thread Clifford Yapp
CMake does not provide replacements for all the specific AC_* tests, although in most cases the functionality can be created with what it does provide. I'm having to do a fair bit of this kind of AC_* function re-creation for Tcl, and had to do a bit for BRL-CAD as well - I imagine as more

[CMake] linking fortran libraries with C++ with IBM XL compilers

2010-10-30 Thread Jeongnim Kim
Hello, I'm trying to compile C++ codes with IBM XL compilers. I enabled Fortran in the main CMakeLists.txt enable_language (Fortran) then the default link inserts -lxlf90 -lxlf -lxlomp_ser Since my applications use openmp, it is necessary not to link these libraries. These libraries

Re: [CMake] Converting a large C++-Project to CMake

2010-10-30 Thread Andreas Mohr
Hi, On Sat, Oct 30, 2010 at 12:00:03PM -0400, cmake-requ...@cmake.org wrote: Message: 1 Date: Sat, 30 Oct 2010 13:54:23 +0200 From: Benjamin King benjamink...@web.de Subject: [CMake] Converting a large C++-Project to CMake To: cmake@cmake.org Message-ID: 4ccc076f.6040...@web.de

Re: [CMake] Converting a large C++-Project to CMake

2010-10-30 Thread Alan W. Irwin
On 2010-10-30 13:54+0200 Benjamin King wrote: Our build is taking ages (almost a three hours on the fastest of our servers) and it would be really painful if everybody needed to rebuild everything for himself in the morning. Aren't you distributing your source code with some tool that

[Cmake-commits] CMake branch, master, updated. v2.8.2-618-ge3c46e6

2010-10-30 Thread KWSys Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, master has been updated via e3c46e648bfc6e717f1850bcab62ded310313346 (commit) from