Re: [CMake] using CPack

2007-09-25 Thread Thomas Arcila
Le mardi 25 septembre 2007 à 19:54 -0700, Alan W. Irwin a écrit : > On 2007-09-25 20:14-0500 Javier Gonzalez wrote: > > > Hi all, > > > > I just started using cmake and it seems I can't figure out how to use > > CPack. The documentation in the wiki page didn't help much. > > > > I can do make, ma

[CMake] Compiling fortran

2007-09-25 Thread John Doe
While the cmake man page does not document the proper capitalization of Fortran for creating a fortran based project, I am now at the point the compilation does not work for another reason. Does anyone have an idea what this means? Clearing dependencies in "CMakeFiles/pisces.dir/depend.make". Cl

Re: [CMake] COMPARE_VERSION_STRINGS

2007-09-25 Thread Gonzalo Garramuño
James Bigler wrote: I wrote up a page on the wiki about a new macro I wrote that allows you compare version strings directly rather than converting them to a single number for comparisons. http://www.cmake.org/Wiki/CMakeCompareVersionStrings You can compare versions with any number of dot ver

Re: [CMake] using CPack

2007-09-25 Thread Alan W. Irwin
On 2007-09-25 20:14-0500 Javier Gonzalez wrote: Hi all, I just started using cmake and it seems I can't figure out how to use CPack. The documentation in the wiki page didn't help much. I can do make, make install and it all works all right but if I do make package I get and empty package (a t

[CMake] using CPack

2007-09-25 Thread Javier Gonzalez
Hi all, I just started using cmake and it seems I can't figure out how to use CPack. The documentation in the wiki page didn't help much. I can do make, make install and it all works all right but if I do make package I get and empty package (a tar ball with nothing in it). Also, if I do make pac

[CMake] CPack option naming and deb generator

2007-09-25 Thread Fredrik Hultin
Hi I've got a question and/or suggestion regarding CPack: How are the generator specific settings supposed to be sent to the generators? If I understand the CPack system correctly you're supposed (or at least you have the option) to write CPack settings in your CMakeLists.txt. This would be achie

[CMake] generating code from compiled program

2007-09-25 Thread James Bigler
I have a program built within CMake that generates some code. I need this generated code to compile some other libraries. The problem I'm having is setting the dependency of the generated source file to its compiler. This is what I have currently: # This is the helper compiler ADD_EX

Re: [CMake] How to create a solution folder in Visual Studio 2005?

2007-09-25 Thread Jim T
I found this thread in the list archive, but it appears that this code didn't make it into the 2.4.7 release. I just wondered when this might be in the release or why it isn't in there already? -Jim Hello, thanks for your reply. It's nearly that I want, but I only want to create custom solution

[CMake] CPack MacOSX bundle

2007-09-25 Thread Félix C. Morency
Hi, I'm trying to create a MacOSX bundle with my application. So far, everything is working (.dmg generation) except the fact that the application is always installed in /usr/bin. Is there any way to install it in the application menu ? I'm far from being a mac expert so I would need help please.

Re: [CMake] ctest question

2007-09-25 Thread Juan Sanchez
Hi Alan, I also have floating point results I want to account for. I'm thinking about writing a diff script for numerical results which uses an absolute and relative error tolerance. This would account for the difference in transcendentals and other math functions between processors and math lib

Re: [CMake] CMake and soversions in Linux

2007-09-25 Thread Alan W. Irwin
On 2007-09-25 12:41+0200 Pau Garcia i Quiles wrote: Hello, I am trying to set soversion and information in a library in Linux using CMake 2.4.7. Assuming version = 2.0.6 and soversion = 0.0.0 (because it's going to be the first soversioned release and we are not going to check the history o

[CMake] Re: Guidance in FindwxWidgets commit submission.

2007-09-25 Thread Bill Hoffman
Miguel A. Figueroa-Villanueva wrote: Hello, As its maintainer, I'm almost done in testing the locally updated FindwxWidgets. I've cleaned up a few things, added support for some issues in the bug tracker and deprecated some things. Before I commit, I would like to make sure I did the right th

Re: [CMake] Overwiew CMake install commands

2007-09-25 Thread Bill Hoffman
Joachim Ziegler wrote: Yes, I've seen that and read the documentation of the new INSTALL comand. It is still unlear to me in what case I should use what command. (What is the conecuptual difference between a FILE and a TARGET? May a TARGET consist of more than one files?) A file is a file, a

[CMake] CMake and soversions in Linux

2007-09-25 Thread Pau Garcia i Quiles
Hello, I am trying to set soversion and information in a library in Linux using CMake 2.4.7. Assuming version = 2.0.6 and soversion = 0.0.0 (because it's going to be the first soversioned release and we are not going to check the history of the library and see where ABI compatibility was

Re: [CMake] Overwiew CMake install commands

2007-09-25 Thread Joachim Ziegler
Brandon Van Every wrote: > > As the docs say for all 3: > > "Old installation command. Use the INSTALL command." > > CMake has some legacy commands in the documentation. Ignore them and > > use the current recommended commands. Yes, I've seen that and read the documentation of the new INSTALL com