Re: [cmake-developers] Support for coverage.py coverage on the topic stage

2013-09-30 Thread Bill Hoffman
On 9/29/2013 2:37 PM, Patrick Reynolds wrote: I'll leave this one to folks who are better versed in the arcane art of Bullseye... Does anyone still use this? ;) Yes, it is still in use, and no it is not arcane. It is a really good commercial cross platform branch based coverage tool.

Re: [cmake-developers] Support for coverage.py coverage on the topic stage

2013-09-30 Thread Bill Hoffman
On 9/28/2013 5:36 AM, Rolf Eike Beer wrote: Break if everything is fine, continue on error or when no files are found? All other handlers support being run in parallel, why not Bullseye? Not really. Return 0 if COVFILE is not set so, no coverage. Return 0 if COVFILE is set but there was

Re: [cmake-developers] Support for coverage.py coverage on the topic stage

2013-09-30 Thread Patrick Reynolds
That was very poor word choice on my part. My apologies. I mean to say: I leave that to someone more expert in the Bullseye system. -- Patrick Reynolds Technical Leader Kitware, Inc. 919 869 8848 On Monday, September 30, 2013 at 10:32 AM, Bill Hoffman wrote: On 9/29/2013 2:37 PM, Patrick

[cmake-developers] Need HP-UX dashboards for CMake (HP-UX B.11.31)

2013-09-30 Thread Bill Hoffman
Hi all, Does anyone have access to a HP-UX B.11.31 machine that can run nightly CMake dashboards? Thanks. -Bill -- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065 bill.hoff...@kitware.com http://www.kitware.com 518 881-4905 (Direct) 518 371-3971 x105 Fax (518) 371-4573

Re: [cmake-developers] Support for coverage.py coverage on the topic stage

2013-09-30 Thread Rolf Eike Beer
Am 30.09.2013 16:45, schrieb Bill Hoffman: On 9/28/2013 5:36 AM, Rolf Eike Beer wrote: Break if everything is fine, continue on error or when no files are found? All other handlers support being run in parallel, why not Bullseye? Not really. Return 0 if COVFILE is not set so, no coverage.

[CMake] can start menu content depend on what components selected for install

2013-09-30 Thread West Lars-Gunnar
I can't figure out how to generate a start menu that reflects my selection of installed components. This is for installation on windows using cmake, cpack and nsis. Is it possible to do? Regards Lars -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

[CMake] Difficulties with component search by FindBoost

2013-09-30 Thread SF Markus Elfring
Hello, I try to use a macro call like find_package(Boost 1.49 REQUIRED COMPONENTS spirit). But I get surprised by the following messages despite of a complete installation from the current source files of this software library. elfring@Sonne:~/Projekte/Bau/boot_parameters/boost cmake .

Re: [CMake] Difficulties with component search by FindBoost

2013-09-30 Thread Mateusz Loskot
On 30 September 2013 12:00, SF Markus Elfring elfr...@users.sourceforge.net wrote: Hello, I try to use a macro call like find_package(Boost 1.49 REQUIRED COMPONENTS spirit). Boost.Spirit is headers-only library, so there is no binary library supplied. It might be not obvious from the manual

Re: [CMake] Difficulties with component search by FindBoost

2013-09-30 Thread SF Markus Elfring
Boost.Spirit is headers-only library, so there is no binary library supplied. Thanks for your response. It might be not obvious from the manual [1], but COMPONENTS is dedicated to request lookup for the Boost libraries which are built as binary components. Can this documentation be

Re: [CMake] Difficulties with component search by FindBoost

2013-09-30 Thread Mateusz Loskot
On 30 September 2013 13:58, SF Markus Elfring elfr...@users.sourceforge.net wrote: It might be not obvious from the manual [1], but COMPONENTS is dedicated to request lookup for the Boost libraries which are built as binary components. Can this documentation be improved? I'm sure it can, I

Re: [CMake] Difficulties with component search by FindBoost

2013-09-30 Thread SF Markus Elfring
Perhaps, all headers-only libraries could be handled by the FindBoost module I would appreciate if corresponding CMake scripts will consider a better handling for such software. and then reported by CMake: Spirit is headers-only, shall not be specified with COMPONENTS I would prefer a

[CMake] add_custom_command, TARGET_LINKER_FILE and CMAKE_BUILD_TYPE

2013-09-30 Thread Romain LEGUAY
Hello everyonne, I try to build my lybrary in debug and release mode in only one command. The purpose is to create a package with the minimum files (library in debug and release mode and headers) inside it. Actually, I do something like this: add_custom_command(OUTPUT

[CMake] Need HP-UX dashboards for CMake (HP-UX B.11.31)

2013-09-30 Thread Bill Hoffman
Hi all, Does anyone have access to a HP-UX B.11.31 machine that can run nightly CMake dashboards? Thanks. -Bill -- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065 bill.hoff...@kitware.com http://www.kitware.com 518 881-4905 (Direct) 518 371-3971 x105 Fax (518) 371-4573

[CMake] error on Mac while creating a fortran library

2013-09-30 Thread Manav Bhatia
Hi, I am attempting to compile a library (Dakota) on my Mac workstation, but the process exits while attempting to create a library from fortran code in order to test the fortran compiler installation. The .o file is built without problems, but at the stage when it is supposed to run the ar

[CMake] [PATCH] SunStudio 12 regex for CheckCCompilerFlags.cmake

2013-09-30 Thread William Orr
This macro currently doesn't properly match warnings emitted by SunStudio 12. This patch fixes that. 0001-Added-SunStudio-12-regex-for-CheckCCompilerFlag.patch Description: Binary data signature.asc Description: Message signed with OpenPGP using GPGMail -- Powered by www.kitware.com

[CMake] Possible Bug in Cmake

2013-09-30 Thread Sumit Adhikari
Dear All, if(${CMAKE_SYSTEM_NAME} MATCHES Linux) differs from if(${CMAKE_SYSTEM_NAME} matches Linux) Is this behavior expected ? Regards, Sumit -- Sumit Adhikari, Senior Architect - Product Development, Synphony Teleca -- Powered by www.kitware.com Please keep messages on-topic and check

Re: [CMake] Need HP-UX dashboards for CMake (HP-UX B.11.31)

2013-09-30 Thread Amul Shah
Hi Bill, What's involved in the dashboard? Does the server pull and build or is the build pushed? thanks, Amul On 09/30/13 11:12, Bill Hoffman wrote: Hi all, Does anyone have access to a HP-UX B.11.31 machine that can run nightly CMake dashboards? Thanks. -Bill _ The

[CMake] Problems with auto-generated sources

2013-09-30 Thread Jakub Schmidtke
Hi, I am trying to get dependencies right in a project that uses auto-generated sources. I have a library, that uses auto-generated files, and other executables that use that library. I created a set of CMakeLists.txt files that show the problem. To run it you need test.c and org.c in the source

Re: [CMake] Need HP-UX dashboards for CMake (HP-UX B.11.31)

2013-09-30 Thread Bill Hoffman
On 9/30/2013 12:26 PM, Amul Shah wrote: Hi Bill, What's involved in the dashboard? Does the server pull and build or is the build pushed? thanks, Amul You setup a cronjob and pull from us. The server does not have any access to your machine. Basically, a ctest script is run that pulls

Re: [CMake] Possible Bug in Cmake

2013-09-30 Thread Williams, Norman K
It might be confusing -- well it is confusing! -- but CMake built-in commands, functions and macro names are case insensitive. CMake command keywords are case sensitive. The first is a legal CMake command. The second is a fatal CMake error: CMake Error at CMakeLists.txt:13 (if): if given

Re: [CMake] Problems with auto-generated sources

2013-09-30 Thread Rolf Eike Beer
Am Montag, 30. September 2013, 12:58:40 schrieb Jakub Schmidtke: Hi, I am trying to get dependencies right in a project that uses auto-generated sources. I have a library, that uses auto-generated files, and other executables that use that library. I created a set of CMakeLists.txt files

Re: [CMake] [PATCH] SunStudio 12 regex for CheckCCompilerFlags.cmake

2013-09-30 Thread Rolf Eike Beer
Am Montag, 30. September 2013, 16:15:07 schrieb William Orr: This macro currently doesn't properly match warnings emitted by SunStudio 12. This patch fixes that. I guess this also applies to the C++ compiler? Please rebase this change on the cxx-flags topic on stage where the handling of those

Re: [CMake] Possible Bug in Cmake

2013-09-30 Thread Sumit Adhikari
Thanks. This is scary :( Regards, Sumit On Mon, Sep 30, 2013 at 10:32 PM, Williams, Norman K norman-k-willi...@uiowa.edu wrote: It might be confusing -- well it is confusing! -- but CMake built-in commands, functions and macro names are case insensitive. CMake command keywords are case

Re: [CMake] Problems with auto-generated sources

2013-09-30 Thread Jakub Schmidtke
The workaround I found so far is to add a custom target that depends on the targets I want to build. So if I add this: add_custom_target(test12 DEPENDS test1 test2) to my CMake file, and instead of running 'make -j test1 test2' I run 'make -j test12' everything seems to be fine... On Mon,

Re: [CMake] Problems with auto-generated sources

2013-09-30 Thread Williams, Norman K
I don't see the problem you're having. I re-wrote your CMakeLists.txt slightly to not use Unix commands: cmake_minimum_required(VERSION 2.8) project(Test) add_custom_command(OUTPUT file.c COMMAND echo GENERATING FILE

Re: [CMake] Possible Bug in Cmake

2013-09-30 Thread Sumit Adhikari
Furthermore gvim adds more confusion to it On Mon, Sep 30, 2013 at 10:43 PM, Sumit Adhikari sumit.adhik...@gmail.comwrote: Thanks. This is scary :( Regards, Sumit On Mon, Sep 30, 2013 at 10:32 PM, Williams, Norman K norman-k-willi...@uiowa.edu wrote: It might be confusing -- well it

Re: [CMake] Problems with auto-generated sources

2013-09-30 Thread Williams, Norman K
Actually I see the problem now -- it works fine if you build with one job, but if you run 2 jobs, it for some reason runs the custom command and the library build command twice. Which is weird, and probably a bug. Without digging into the generated Makefiles, it seems like the custom command

Re: [CMake] Possible Bug in Cmake

2013-09-30 Thread Williams, Norman K
I don't know why that is scary. It is the way CMake works, something that one must accomodate in order to use CMake. Obviously, if the Kitware people had it to do all over again, they probably would do some things differently. But CMake has evolved (a lot!) over the years, and it has some

Re: [CMake] Possible Bug in Cmake

2013-09-30 Thread Dan Kegel
On Mon, Sep 30, 2013 at 10:29 AM, Williams, Norman K norman-k-willi...@uiowa.edu wrote: I don't know why that is scary. It is the way CMake works, something that one must accomodate in order to use CMake. I find it scary, annoying, and difficult to learn. If CMake is going to only behave

Re: [CMake] [PATCH] SunStudio 12 regex for CheckCCompilerFlags.cmake

2013-09-30 Thread William Orr
On Sep 30, 2013, at 10:14 AM, Rolf Eike Beer e...@sf-mail.de wrote: Am Montag, 30. September 2013, 16:15:07 schrieb William Orr: This macro currently doesn't properly match warnings emitted by SunStudio 12. This patch fixes that. I guess this also applies to the C++ compiler? Please rebase

Re: [CMake] Problems with auto-generated sources

2013-09-30 Thread Alexander Neundorf
On Monday 30 September 2013, Jakub Schmidtke wrote: The workaround I found so far is to add a custom target that depends on the targets I want to build. So if I add this: add_custom_target(test12 DEPENDS test1 test2) to my CMake file, and instead of running 'make -j test1 test2' I run 'make

Re: [CMake] CMake in Vim

2013-09-30 Thread Jacky Alciné
On Sat September 28 2013 8.15.05 PM Clifford Yapp wrote: On Thu, Sep 26, 2013 at 4:39 PM, Jacky Alciné jackyalc...@gmail.com wrote: Hey all, I’ve been working on a Vim plug-in for Cmake. It provides a bit of support but it’s on the rise and I’d love to hear from the Vim + Cmake users

Re: [CMake] CMake in Vim

2013-09-30 Thread Jacky Alciné
On Sat September 28 2013 9.50.30 PM Magnus Therning wrote: On Thu, Sep 26, 2013 at 04:39:06PM -0400, Jacky Alciné wrote: Hey all, I've been working on a Vim plug-in for Cmake. It provides a bit of support but it's on the rise and I'd love to hear from the Vim + Cmake users about it.

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4353-g73a36ca

2013-09-30 Thread Brad King
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, next has been updated via 73a36cae17a1ff85c4ab65c289222e1d0ef4236e (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4355-g4f3b3f7

2013-09-30 Thread Stephen Kelly
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, next has been updated via 4f3b3f79bb62701b1338de22c1d99758db1d3acd (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4357-gec046f4

2013-09-30 Thread Stephen Kelly
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, next has been updated via ec046f40850478b2f914650fb154688bfaaca7af (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4364-gfdc5a14

2013-09-30 Thread Patrick Reynolds
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, next has been updated via fdc5a144f00c0c55410ea8bf9f4002332d82ea47 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4366-gd821938

2013-09-30 Thread Patrick Reynolds
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, next has been updated via d821938693a7bd425a810712c56a719e95aba71c (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4368-g92e0db0

2013-09-30 Thread Brad King
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, next has been updated via 92e0db00464f447dbab81d2cf94fec16ba8dcbd8 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4370-g8b2eb31

2013-09-30 Thread Brad King
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, next has been updated via 8b2eb31aa2d35897bd4b88ec4ee26f93cf1ee83f (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4372-g7d1bdc4

2013-09-30 Thread Patrick Reynolds
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, next has been updated via 7d1bdc4634f7846c1c716883c45f4e506f6377fe (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4374-g803fd65

2013-09-30 Thread Daniele E . Domenichelli
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, next has been updated via 803fd65ef2f5d7b841cc4c4ef66acbf1164f80cd (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4376-gcd5d958

2013-09-30 Thread Daniele E . Domenichelli
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, next has been updated via cd5d958fcfd904bc33a4673009fd066f92c457ee (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4381-gec3a361

2013-09-30 Thread Stephen Kelly
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, next has been updated via ec3a3610ecf97dd539f695b97cf7483d6ff4f208 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4383-g8f1e318

2013-09-30 Thread Patrick Reynolds
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, next has been updated via 8f1e31821673570e3ac3297eb07b83afaeacb091 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.11.2-876-gfa97f43

2013-09-30 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index ca78968..1b0177e 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -2,5 +2,5 @@ set(CMake_VERSION_MAJOR 2) set(CMake_VERSION_MINOR 8) set(CMake_VERSION_PATCH 11) -set(CMake_VERSION_TWEAK 20130930