[cmake-developers] Fwd: NMake Batch-Mode Rules (was: Inquiry on contribution to NMake generator)

2015-06-01 Thread Paul Anton Letnes
of Fortran code are very difficult to get right because of the way Fortran module dependencies work. You should re-send to the whole list instead of just me if you want somebody else to chime in about Fortran and parallel builds. D On Mon, Jun 1, 2015 at 10:35 AM, Paul Anton Letnes p

Re: [CMake] creating start menu items

2015-02-16 Thread Paul Anton Letnes
nilsglad...@gmail.com wrote: On 02/13/2015 07:52 AM, Paul Anton Letnes wrote: I have been unable to come across any documentation on how the WiX CPack generator can create start menu items. I'll need to create items both for a few PDFs (documentation) and for an executable or two. Is this supported

[CMake] creating start menu items

2015-02-12 Thread Paul Anton Letnes
Hi! I have been unable to come across any documentation on how the WiX CPack generator can create start menu items. I'll need to create items both for a few PDFs (documentation) and for an executable or two. Is this supported, or do I need to write my own XML patch file and give that to WiX?

[cmake-developers] Feature request in CMake-gui: Open project file button

2015-02-05 Thread Paul Anton Letnes
Hi! I sometimes dream of a tiny, but time-saving feature: Next to configure and generate, I'd want an open project button (for VS/Eclipse/XCode or other IDE projects). Cheers --- Paul Anton -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

Re: [CMake] [3.1.0] [PATCH] CMP0054 in CMakeDetermineCXXCompiler.cmake

2015-01-13 Thread Paul Anton Letnes
Just wanted to say that I've seen the same issue on my system: Visual studio 2013, Win 7 64 Cmake 3.1.0-rc2 Intel fortran 2015 (used for the fortran bits of a mixed c/c++/fortran solution) Cheers Paul PS: I envy your email address. Sent from my phone On 08 Jan 2015, at 18:06, Paul Smith

[CMake] Organization of larger projects

2014-11-29 Thread Paul Anton Letnes
in this case? I would highly prefer not creating static libraries outside the build system, since in this case, the combinatorics make for a lot of pre-built libraries - one per 32/64 bit, operating system, and across 3-4 compilers... --- Paul Anton Letnes -- Powered by www.kitware.com

[CMake] Using a custom preprocessor

2014-08-14 Thread Paul Anton Letnes
Hi! I am currently working on a project which uses plain old make as a build system. Needless to say, adding new compilers etc. is a lot of work, so I would like to start using CMake, which I have had excellent experience with in the past. There is one peculiarity that I do not know how to

[CMake] module and cmake

2012-05-19 Thread Paul Anton Letnes
Hi all. I am currently trying to create a more tidy CMakeLists.txt script for a simulation code I'm working on. The target platforms are mac and linux desktops (for development) and HPC [0] servers (all linux or, in some hypothetical future, unix systems). On HPC servers, it is very common to

[CMake] Fwd: module and cmake

2012-05-19 Thread Paul Anton Letnes
Hi all. I am currently trying to create a more tidy CMakeLists.txt script for a simulation code I'm working on. The target platforms are mac and linux desktops (for development) and HPC [0] servers (all linux or, in some hypothetical future, unix systems). For the desktop/laptop case, it's mostly

[CMake] CDash using xml directly

2011-10-11 Thread Paul Anton Letnes
Hi! I am interested in using the CDash (e.g. my.cdash.org) infrastructure for running tests of a python package. The build steps may not make sense, especially as the project does not use CMake. However, I have found instructions online on how to generate the XML expected by CDash, and figured