Re: [CMake] pkg-config at Windows Command Prompt

2007-09-27 Thread Alan W. Irwin
__ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software

Re: [CMake] Interresting dependency problem

2007-09-28 Thread Alan W. Irwin
to judgement. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net

Re: [CMake] Interresting dependency problem

2007-09-28 Thread Alan W. Irwin
__ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting

Re: [CMake] Interresting dependency problem

2007-09-28 Thread Alan W. Irwin
On 2007-09-28 17:02-0400 Brandon Van Every wrote: On 9/28/07, Alan W. Irwin [EMAIL PROTECTED] wrote: It appears from what you said that the pkg-config executable actually runs in the non-MSYS case which exactly confirms what is claimed by the pkg-config website. You are making way too much

Re: [CMake] Interresting dependency problem

2007-09-28 Thread Alan W. Irwin
ported to windows right now using CMake. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar

Re: [CMake] Fortran 77/9x enhancements

2007-10-01 Thread Alan W. Irwin
. The one potential wiki issue that springs to mind is whether you can upload files. I haven't tested that myself, but there certainly is a button to do that. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University

Re: [CMake] Fortran 77/9x enhancements

2007-10-01 Thread Alan W. Irwin
On 2007-10-01 08:54-0700 Alan W. Irwin wrote: On 2007-10-01 11:30+0200 Maik Beckmann wrote: I opened a bug-report as a repository for patches and a place for discussions on this issue: http://www.cmake.org/Bug/view.php?id=5809 please join to... ... contribute patches, ... test

Re: [CMake] Dependencies for EXEC_PROGRAM

2007-10-01 Thread Alan W. Irwin
only when needed which is what you want. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar

Re: [CMake] ctest command

2007-10-04 Thread Alan W. Irwin
ADD_TEST(foo full_path/scriptname). The configurable script, of course, allows you to change directories to any configured directory before you run your actual test. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University

RE: [CMake] Version embedding - how to cause a command when make is run?

2007-10-04 Thread Alan W. Irwin
On 2007-10-04 18:20+0100 Atwood, Robert C wrote: From: Alan W. Irwin [...]I've tried the following in CMakeLists, placing the output of 'svnversion' and similar commands into an included source file and it works [...] Can some form of dependency be set so that if any source file

Re: [CMake] ctest command

2007-10-04 Thread Alan W. Irwin
months of work on a new 2.4.x version of the book, but I don't know how close to publication it is. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations

Re: [CMake] Custom command not honoured

2007-10-06 Thread Alan W. Irwin
On 2007-10-06 13:25+0100 Matthew Smith wrote: [...]The custom command simply isn't being run. You must have some target (custom or otherwise) depend on the OUTPUT file of the custom command. See the FAQ for lots of examples. Alan __ Alan W. Irwin Astronomical

Re: [CMake] Fortran compiler check failing with Intel ifort 10.0 on OSX

2007-10-07 Thread Alan W. Irwin
On 2007-10-07 01:12-0400 Nico Galoppo wrote: Hi, I'm trying to get the FindBLAS macros to work with cmake (as originally posted by Alan W. Irwin and patched here: http://www.mail-archive.com/cmake@cmake.org/msg08081.html)[...] Nico, once your ifort/Mac OS X problems are sorted out

Re: [CMake] for install before running tests

2007-10-09 Thread Alan W. Irwin
. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot

Re: [CMake] adding dependencies on all targets to force CMake to rerun itself

2007-10-10 Thread Alan W. Irwin
to any of these files which are INCLUDEd (either directly or through nesting) in our top-level CMakeLists.txt file means that cmake is automatically rerun which I believe is exactly what you want. Alan __ Alan W. Irwin Astronomical research affiliation with Department

Re: [CMake] qmake to cmake

2007-10-12 Thread Alan W. Irwin
-in name. For that, look at the functionality of SET_TARGET_PROPERTIES. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation

Re: [CMake] using icu-config (or any other)

2007-10-20 Thread Alan W. Irwin
would encourage you to donate it to CMake so others can benefit from your work and possibly even improve it. Good luck. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca

Re: [CMake] How to get the result of a test during tests

2007-10-22 Thread Alan W. Irwin
BOOLEAN logic) to set up our various ADD_TEST's in PLplot. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation

Re: [CMake] Re: Hyperlinked indexed reference?

2007-10-22 Thread Alan W. Irwin
, there are no internal links in the result when referring to any command, and I agree those would be nice. If you understand how to implement those internal links, then I suggest you submit your implementation patch as a wish-list bug item. Alan __ Alan W. Irwin Astronomical research

Re: [CMake] INSTALL_NAME_DIR on MacOSX

2007-10-24 Thread Alan W. Irwin
for the build tree (where I assume CMake automatically does not use rpath for the Darwin case) and install tree (where because of the above logic CMake does not use rpath for the Darwin case). Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics

Re: [CMake] INSTALL_NAME_DIR on MacOSX

2007-10-24 Thread Alan W. Irwin
to do is to configure that code with CMake. So the above mechanism for choosing install locations is all that is available to us in the PLplot case, and you might have similar constraints. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics

RE: [CMake] Problem building fortran project on Windows using Intel Fortran 10 compiler

2007-10-24 Thread Alan W. Irwin
(s) in the PROJECT statement instead. That should at least simplify the errors that you see and might even solve them. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca

[CMake] Is it possible to obtain the exact cmake command line used to invoke cmake from within cmake?

2007-10-27 Thread Alan W. Irwin
to the exact cmake command line, then that simplifies my request to them for a full bug report. Is it possible to obtain the exact command line used to invoke cmake from within cmake? Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics

Re: [CMake] Is it possible to obtain the exact cmake command line used to invoke cmake from within cmake?

2007-10-28 Thread Alan W. Irwin
On 2007-10-28 20:55+0100 Alexander Neundorf wrote: On Sunday 28 October 2007, Eric Noulard wrote: 2007/10/27, Alan W. Irwin [EMAIL PROTECTED]: As I respond to issues with the PLplot CMake-based build system that are reported by our users, I repeatedly find myself asking them to report

[CMake] rpath limitations of CMake for the Cygwin platform

2007-10-29 Thread Alan W. Irwin
for the Linux CMake version. Is there some technical reason why this killer feature is missing from the Cygwin CMake version or is this just currently an unimplemented feature for the Cygwin CMake version? Alan __ Alan W. Irwin Astronomical research affiliation with Department

Re: [CMake] rpath limitations of CMake for the Cygwin platform

2007-10-30 Thread Alan W. Irwin
On 2007-10-29 20:08-0400 Bill Hoffman wrote: Alan W. Irwin wrote: I don't have access to Cygwin myself, but I have recently been getting PLplot feedback from one of our developers and also two of our more experienced users for that platform. From their detailed make and make install results

Re: [CMake] building an OSX app release

2007-11-01 Thread Alan W. Irwin
__ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software package

Re: [CMake] lexical scoping

2007-11-03 Thread Alan W. Irwin
of variables than the list of local variables so maintenance issues and scoping bugs are much reduced by this approach. My $0.02. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca

Re: [CMake] Conditional dependency

2007-11-06 Thread Alan W. Irwin
so that differences (such as when LIST(APPEND) was introduced) would spring out when browsing cvs using the view-cvs GUI diff. Did you ever implement that step in your release process? If so, where do you keep the results of cmake --help-full in cvs? Alan __ Alan W. Irwin

Re: [CMake] Linking problem

2007-11-07 Thread Alan W. Irwin
rules are not all demanded by the Linux linking environment but I follow them anyway because all cross-platform linking issues just simply disappear, and life is good. Thus, I recommend them to others. Alan __ Alan W. Irwin Astronomical research affiliation with Department

Re: [CMake] Not getting the CXX/CC I requested with v 2.4.5

2007-11-12 Thread Alan W. Irwin
of compilers, then there may be some CMake bug for the compiler specification on the Cray platform. But usually such questions are generated by someone who specified the environment variables after cmake was invoked or who ran cmake in a dirty build tree. Alan __ Alan W

Re: [CMake] Ada support

2007-11-13 Thread Alan W. Irwin
confidence from such a simple test for MinGW (and Linux), then it would be valuable to run the simple test on the other windows platforms to actually see how the current CMake Ada language support works in those cases. Alan __ Alan W. Irwin Astronomical research affiliation

Re: [CMake] User defined variable not propagating into subdirs

2007-11-16 Thread Alan W. Irwin
page indicate it is close to deprecation. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation

Re: [CMake] ADD_TEST and need of other files

2007-11-22 Thread Alan W. Irwin
, if it is really necessary in this case, then you can CONFIGURE_FILE with the COPYONLY attribute at cmake time or execute cmake -E copy_if_different at either cmake or make time. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy

Re: [CMake] statically linked executables

2007-11-28 Thread Alan W. Irwin
to get the static versions. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors

Re: [CMake] Re: Fortran Flags

2007-11-29 Thread Alan W. Irwin
and change the order to what you want. And once that works, send the patch to the list so it can be made a permanent CMake change so you don't have to apply the change to every new version of CMake that you build. Alan __ Alan W. Irwin Astronomical research affiliation

Re: [CMake] Re: Fortran Flags

2007-11-30 Thread Alan W. Irwin
/compiler. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot

[CMake] Error for ifort/nmake

2007-12-04 Thread Alan W. Irwin
are pretty general, but they are the best help I can give you since I don't have access to windows or nmake. Good luck! Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca

RE: [CMake] Windows ifort problems, possible bug

2007-12-05 Thread Alan W. Irwin
, one way around it would be to create a cmake -E equivalent to touch. I believe that extra cmake -E feature would be useful not only in this case, but also in general. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University

RE: [CMake] question about clock skew detected. Your build may be incomplete

2007-12-07 Thread Alan W. Irwin
and local machine is another likely cause. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar

Re: [CMake] question about clock skew detected. Your build may be incomplete

2007-12-07 Thread Alan W. Irwin
with google got the message when the date on his computer was 3 years (!) wrong. Does the date command give you a reasonable date/time? Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca

Re: [CMake] Swig dependencies not being tested?

2007-12-09 Thread Alan W. Irwin
directory so on these general grounds I hope this limitation is removed at the same time as when the dependency problem is fixed. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca

Re: [CMake] Swig dependencies not being tested?

2007-12-10 Thread Alan W. Irwin
On 2007-12-10 10:12+0100 Hendrik Sattler wrote: Quoting Alan W. Irwin [EMAIL PROTECTED]: Someone else also pointed out a problem with .i files having to be in the current source dir. We have never felt constrained by that limitation (in fact I was unaware of it) since it is possible

Re: [CMake] Swig dependencies not being tested?

2007-12-10 Thread Alan W. Irwin
On 2007-12-10 17:08+0100 Tristan Carel wrote: On Dec 10, 2007 7:15 AM, Alan W. Irwin [EMAIL PROTECTED] wrote: On 2007-12-10 05:33+0100 Christiaan Putter wrote: Hi all, I know swig support isn't all that great at the moment but was wondering if someone happens to have a working Swig module

Re: [CMake] Swig dependencies not being tested?

2007-12-11 Thread Alan W. Irwin
Tristan, I have been slow to respond to your e-mail because it took a long time to investigate the java problems created by your patch. Details, below. On 2007-12-11 10:59+0100 Tristan Carel wrote: On Dec 10, 2007 8:58 PM, Alan W. Irwin [EMAIL PROTECTED] wrote: Tristan, since you do

Re: [CMake] Swig dependencies not being tested?

2007-12-12 Thread Alan W. Irwin
On 2007-12-12 17:17+0100 Tristan Carel wrote: On Dec 12, 2007 12:33 AM, Alan W. Irwin [EMAIL PROTECTED] wrote: [...] Tristan, if you decide to create a patch for UseSwig.cmake that does all that for the java case, I would be happy to test it. However, if it is possible to solve the original

[CMake] Parallel builds do not work correctly when using cmake -E copy to copy files

2007-12-12 Thread Alan W. Irwin
, if there is no obvious answer or workaround for this issue, I would be happy to make a simple example (I guess it would require at least 5 small files to copy as in this case) which anybody can test on their own single processor, dual processor, or whatever hardware. Alan __ Alan W

Re: [CMake] Parallel builds do not work correctly when using cmake -E copy to copy files

2007-12-12 Thread Alan W. Irwin
On 2007-12-12 17:10-0800 Alan W. Irwin wrote: A set of custom rules to copy files from the source tree to the build tree is screwing up for parallel builds on Debian testing with cmake 2.4.7. The parallel builds are done with make -j 2 on a core duo system (Intel E6550 2.33 MHz). Before

Re: [CMake] Parallel builds do not work correctly when using cmake -E copy to copy files

2007-12-13 Thread Alan W. Irwin
On 2007-12-12 17:10-0800 Alan W. Irwin wrote: A set of custom rules to copy files from the source tree to the build tree is screwing up for parallel builds on Debian testing with cmake 2.4.7. Here is part of the make -j 2 output: make -f examples/tcl/CMakeFiles/tclIndex_examples_tcl.dir

Re: [CMake] Parallel builds do not work correctly when using cmake -E copy to copy files

2007-12-13 Thread Alan W. Irwin
On 2007-12-13 15:39-0500 Bill Hoffman wrote: Alan W. Irwin wrote: My obvious next step is to try and make a simple CMake example that reliably reproduces the bug, but this is such an important bug (at least for those with access to multiprocessors who want to use parallel builds) that I

Re: [CMake] Parallel builds do not work correctly when using cmake -E copy to copy files

2007-12-13 Thread Alan W. Irwin
On 2007-12-13 17:07-0500 Brad King wrote: Alan W. Irwin wrote: So just keeping narrowly focussed on that fragment there is only one ALL custom target and ADD_DEPENDENCIES would not help since it only works on targets. Thus, I doubt there is anything locally wrong with dependencies

Re: [CMake] Parallel builds do not work correctly when using cmake -E copy to copy files

2007-12-13 Thread Alan W. Irwin
On 2007-12-13 19:15-0500 Brad King wrote: Alan W. Irwin wrote: So the rule seems to be that parallel builds do not work if there are two or more separate custom targets that file depend directly or indirectly (via some custom command file dependency chain) on the same output files. Another

Re: [CMake] Parallel builds do not work correctly when using cmake -E copy to copy files

2007-12-13 Thread Alan W. Irwin
On 2007-12-13 18:45-0800 Alan W. Irwin wrote: Brad, I am struggling with understanding the recursive make system that CMake normally employs so I am having trouble following the complete Makefile logic that my simple example creates. However, CMakeFiles/tclIndex_examples_tcl2.dir/build.make

Re: [CMake] Parallel builds do not work correctly when using cmake -E copy to copy files

2007-12-14 Thread Alan W. Irwin
On 2007-12-14 10:32-0500 Brad King wrote: Alan W. Irwin wrote: I am struggling with understanding the recursive make system that CMake normally employs CMake employs a 2-level make recursion system that is independent of the directory structure. The first level never builds anything

Re: [CMake] Parallel builds do not work correctly when using cmake -E copy to copy files

2007-12-14 Thread Alan W. Irwin
that may only cause intermittent and difficult-to-reproduce parallel build problems. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS

Re: [CMake] Re: CMake script vs. Lua

2007-12-14 Thread Alan W. Irwin
. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot

Re: [CMake] Parallel builds do not work correctly when using cmake -E copy to copy files

2007-12-14 Thread Alan W. Irwin
On 2007-12-14 09:53-0800 Alan W. Irwin wrote: Obviously, CMake 2.4.x users are stuck with these file dependency issues and their workarounds, but for obvious reasons and especially for the parallel build case I hope the complete rework of the CMake dependency system that has been mentioned

Re: [CMake] Parallel builds do not work correctly when using cmake -E copy to copy files

2007-12-15 Thread Alan W. Irwin
On 2007-12-15 12:57-0500 Brad King wrote: Alan W. Irwin wrote: Well, it turns out I had to add four different target dependencies to the CMake-based PLplot build system to get rid of the parallel build problems I was having on my Core Duo box. One of them was pretty subtle so I missed

Re: [CMake] FIND_FILE Issue

2007-12-17 Thread Alan W. Irwin
__ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific

Re: [CMake] BOOL type

2007-12-17 Thread Alan W. Irwin
) OR (NOT A AND B)) and a test for Boolean equality of A and B would be IF((NOT A OR B) AND (A OR NOT B)) Perhaps CMake already has this feature but it is not documented? Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy

Re: [CMake] OO and/or IDEs

2007-12-17 Thread Alan W. Irwin
improvements like listed above, and so long as they don't make any irrevocable mistakes in such changes their current large growth rate assures them of world domination for both Linux and windows build systems. :-) Just my $0.02. Alan __ Alan W. Irwin Astronomical research

Re: [CMake] OO and/or IDEs

2007-12-17 Thread Alan W. Irwin
tipping point occurs. I think that tipping point has already happened based on the rate of CMake adoption in a software area (build systems) where everybody ordinarily dislikes change. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics

Re: [CMake] Re: Target flags depending on compilation of another target

2007-12-21 Thread Alan W. Irwin
__ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software

Re: [CMake] Re: Re: Re: Target flags depending on compilation ofanothertarget

2007-12-21 Thread Alan W. Irwin
for PLplot iff the windows user has installed bash. However, instead of requiring bash on all platforms, just repeating steps 2 and 3 is probably simpler in your case. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University

Re: [CMake] usign doxygen with cmake

2007-12-26 Thread Alan W. Irwin
build system did with it, but that whole libLASI project is a good example of a CMake build system at least in the sense that it is small, and thus easy to understand in its entirety. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics

Re: [CMake] Re: Migration to subversion

2008-01-04 Thread Alan W. Irwin
experience with git or Mercurial. Is there anything compelling (e.g., fewer bugs, better documentation, more useful features aside from distributed?) about either over svn for projects like CMake that use a centralized repo? Alan __ Alan W. Irwin Astronomical research

Re: [Spam] Re: [CMake] Re: Migration to subversion

2008-01-04 Thread Alan W. Irwin
;hb=master). Also, Mercurial (mentioned as another alternative to git on this thread) is python-based so it should run on just about any platform. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria

Re: [CMake] cmake 2.4.8 RC 10

2008-01-09 Thread Alan W. Irwin
the official 2.4.8 on Thursday or Friday. Hi Bill: The tar.gz and tar.Z form of the source package for RC 11 seems to be missing at http://www.cmake.org/files/v2.4/ . Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy

Re: [CMake] cmake 2.4.8 RC 10

2008-01-09 Thread Alan W. Irwin
On 2008-01-09 11:25-0800 Alan W. Irwin wrote: Hi Bill: The tar.gz and tar.Z form of the source package for RC 11 seems to be missing at http://www.cmake.org/files/v2.4/ . I tried to work around that issue by using cmake-2.4.8-RC-11.zip. The Linux unzip command seemed to work without obvious

Re: [CMake] cmake 2.4.8 RC 10

2008-01-09 Thread Alan W. Irwin
On 2008-01-09 15:16-0500 Bill Hoffman wrote: On 2008-01-09 11:25-0800 Alan W. Irwin wrote: Hi Bill: The tar.gz and tar.Z form of the source package for RC 11 seems to be missing at http://www.cmake.org/files/v2.4/ . [...] OK, all the files should be there now. The .zip won't work because

Re: [CMake] cmake 2.4.8 RC 10

2008-01-09 Thread Alan W. Irwin
On 2008-01-09 16:17-0500 Bill Hoffman wrote: Alan W. Irwin wrote: Anyway, just in case anything fell between the cracks for your tests, I just now built RC 11 using the ./bootstrap script and tried a build of the svn trunk version of PLplot using that resulting RC 11 version of CMake

Re: [CMake] Newbie question: generated header file howto

2008-01-10 Thread Alan W. Irwin
that with a target dependency. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors

Re: [CMake] Why SET() not support regular expression ?

2008-01-18 Thread Alan W. Irwin
the CMakeLists.txt every time when I add new files to mydir. Search for the FILE(GLOB signature in the CMake documentation. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming

[CMake] $ENV usage and documentation

2008-01-27 Thread Alan W. Irwin
command since as noted above that already gives an example for writing the PATH environment variable. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations

Re: [CMake] $ENV usage and documentation

2008-01-27 Thread Alan W. Irwin
On 2008-01-27 22:28-0500 Brandon Van Every wrote: On Jan 27, 2008 8:34 PM, Alan W. Irwin [EMAIL PROTECTED] wrote: I would like to be able to read arbitrary environment variables from within cmake. The 2.4.8 documentation only refers to $ENV once as $ENV{PATH} in an extremely narrow context

Re: [CMake] Questions related to PkgConfig

2008-01-28 Thread Alan W. Irwin
__ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific

Re: [CMake] Unexpected behavior testing boolean expressions

2008-01-30 Thread Alan W. Irwin
is going on. My guess is YES, etc., are being interpreted as (undefined) variable names so you should try quotes, e.g., test(YES) or else set(x YES) test(x) Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria

Re: [CMake] 4th Edition CMake book now in stock

2008-02-05 Thread Alan W. Irwin
as the reduced production cost (no printing cost, no shipping cost except bandwidth) of the electronic version was acknowledged in the price. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria

Re: [CMake] 4th Edition CMake book now in stock

2008-02-05 Thread Alan W. Irwin
plans to sell an electronic version of their book for those of us who strongly prefer that format. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations

Re: [CMake] Wee question about CMake developer etiquette

2008-02-09 Thread Alan W. Irwin
it?), but they are usually solved amicably. I wonder if your list has run into one over-the-top CMake user rather than an actual CMake developer? Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria

Re: [CMake] preprocessor def

2008-02-15 Thread Alan W. Irwin
, but I would rather a solution could be found from within the cmakelists.txt file. Try COMPILE_FLAGS -DUSE_GLEW. Also, use make VERBOSE=1 to see the actual compilation flags that are being used in the build. Alan __ Alan W. Irwin Astronomical research affiliation

Re: [CMake] parallel builds for ctest

2008-02-15 Thread Alan W. Irwin
test work for early versions of cmake-2.4.x? I find it is a no-op now. (I was thinking that make -j N test might be a slick way to get parallel tests.) Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria

Re: [CMake] parallel builds for ctest

2008-02-16 Thread Alan W. Irwin
__ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting

Re: [CMake] Pass variables to sub directory CMakeLists.txt

2008-02-21 Thread Alan W. Irwin
the MESSAGE command), then you may have to adjust it a bit. Good luck. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state

Re: [CMake] How to prevent relinking targets with shared libraries

2008-02-21 Thread Alan W. Irwin
the relinking? There is full support for shared libraries (at least on my Linux platform). Look at the documentation of SET_TARGET_PROPERTIES (especially where it mentions VERSION, SOVERSION, and RPATH.) HTH. Alan __ Alan W. Irwin Astronomical research affiliation

Re: [CMake] Enable warnings

2008-02-25 Thread Alan W. Irwin
__ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting

Re: [CMake] Python installation files on linux

2008-02-27 Thread Alan W. Irwin
__ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software package

Re: [CMake] Brandon Van Every

2008-03-04 Thread Alan W. Irwin
the privilege to post to this list again). Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar

[CMake] make test

2008-03-14 Thread Alan W. Irwin
not depend on the default all target. That is a bad oversight IMO, since the current situation is you will be running out-of-date tests after some code fixup unless you remember to run make before make test. Alan __ Alan W. Irwin Astronomical research affiliation with Department

[CMake] Obtaining improved GNU make performance on Makefiles generated by cmake

2008-03-17 Thread Alan W. Irwin
be significantly reduced by this method on Linux (GNU make) systems. If the cmake developers here like this idea (or at least don't strongly dislike it), I will go ahead and make a feature request so it doesn't get lost. Alan __ Alan W. Irwin Astronomical research affiliation

Re: [CMake] CMake C++/ADA

2008-03-18 Thread Alan W. Irwin
On 2008-03-18 09:46-0700 Alan W. Irwin wrote: I am working on getting Ada (actually gnat) language support into Ada. Ugh, I was half asleep. That should read I am working on getting Ada (actually gnat) language support into _CMake_. Alan __ Alan W. Irwin

Re: [CMake] Obtaining improved GNU make performance on Makefiles generated by cmake

2008-03-20 Thread Alan W. Irwin
is an issue I definitely want to address. Also, the PLplot build fails, but I want to get rid of the cmake warnings before investigating that build issue any further. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy

[CMake] PLplot issues with the cvs version of CMake

2008-03-20 Thread Alan W. Irwin
case, it sounds like this PLplot/CMake cvs problem has nothing to do with the above issue with libraries specified without their full path name. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria

Re: [CMake] PLplot issues with the cvs version of CMake (wxwidgets)

2008-03-23 Thread Alan W. Irwin
On 2008-03-23 16:58-0400 Miguel A. Figueroa-Villanueva wrote: On Sun, Mar 23, 2008 at 3:46 PM, Alan W. Irwin wrote: The difference is caused because FindwxWidgets delivers wxWidgets_DEFINITIONS as a blank delimited string for 2.4.8 and as a list for the cvs version. Hello Alan, Sorry

Re: [CMake] PLplot issues with the cvs version of CMake (Fortran 95)

2008-03-23 Thread Alan W. Irwin
to adopt a new version with Fortran properly supported for the small expense of adjusting for the backwards incompatibility created by adopting a much more logical location for the generated module files. Alan __ Alan W. Irwin Astronomical research affiliation with Department

Re: [CMake] PLplot issues with the cvs version of CMake (Fortran 95)

2008-03-23 Thread Alan W. Irwin
location and the subject of a wish-list bug report IIRC. That location should not be propagated. The cmake cvs location of the subdirectory in the build tree where the associated library is built is a much more logical location. Alan __ Alan W. Irwin Astronomical research

Re: [CMake] Obtaining improved GNU make performance on Makefiles generated by cmake

2008-03-24 Thread Alan W. Irwin
dependency case correctly). For PLplot headers scattered all over our build tree for our various libraries we do use INCLUDE_DIRECTORIES to find them so all the internal dependencies should be correct. Alan __ Alan W. Irwin Astronomical research affiliation with Department

Re: [CMake] Obtaining improved GNU make performance on Makefiles generated by cmake

2008-03-24 Thread Alan W. Irwin
to simplify comparisons. You should probably check other projects as well including a simple hello-world project if timing errors don't completely swamp the results in that case. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics

Re: [CMake] Obtaining improved GNU make performance on Makefiles generated by cmake

2008-03-24 Thread Alan W. Irwin
latency for ParaView for cmake 2.4.8 and the present cvs version of CMake? Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation

Re: [CMake] [CMake/CPack] empty debian package

2008-03-27 Thread Alan W. Irwin
report), but no action has been taken on that yet. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation

<    1   2   3   4   5   6   7   8   9   10   >