Re: [CMake] CC, CXX, and FC environment variable regression in 2.8.1-rc4

2010-03-14 Thread Alan W. Irwin
ng the -g flag. But from my bad PLplot build result with export CC='gcc -g -fvisibility=hidden' I expect the dropped -fPIC problem will occur whenever there are two flags of any kind. Alan __ Alan W. Irwin Astronomical research affiliation with Department of P

Re: [CMake] [PATCH] Support multiple arguments in CC,CXX,FC values

2010-03-15 Thread Alan W. Irwin
' works properly again. Thanks for this fix! I hope it gets into 2.8.1. 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 equa

[CMake] COMMAND does not accept standard method of splitting stderr and stdout results

2010-03-17 Thread Alan W. Irwin
ed that may be a non-standard bashism that is being forced on me by CMake that will not work for most/all other bourne shell dialects. Alan __________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astro

Re: [CMake] COMMAND does not accept standard method of splitting stderr and stdout results

2010-03-17 Thread Alan W. Irwin
ly)? 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 scientifi

[CMake] CMake 2.8.1 available for download

2010-03-17 Thread Alan W. Irwin
issue was discovered and fixed too close to release, but could you please make sure this regression fix is included in the next CMake release? Alan -- Forwarded message -- Date: Mon, 15 Mar 2010 09:07:17 -0400 From: Brad King To: Alan W. Irwin Cc: Bill Hoffman , CMake Subje

Re: [CMake] COMMAND does not accept standard method of splitting stderr and stdout results

2010-03-17 Thread Alan W. Irwin
instances so that is what I will use. Despite the availability of workarounds, I still think a useful goal is for CMake not to mess up bog-standard sh syntax (such as the syntax covered in "Unix in a nutshell") so that the necessity of workarounds is considerably reduced. Alan ______

Re: [CMake] CMake 2.8.1 available for download

2010-03-17 Thread Alan W. Irwin
On 2010-03-17 16:16-0400 Bill Hoffman wrote: Alan W. Irwin wrote: Hi Bill: [...] could you please make sure this regression fix is included in the next CMake release? Alan Yup, it will be in the next release. Great, and thanks to you and the rest of the development team for 2.8.1! Alan

Re: [CMake] COMMAND does not accept standard method of splitting stderr and stdout results

2010-03-17 Thread Alan W. Irwin
;2) > bla.stdout) 2> bla.stderr" VERBATIM ) add_custom_target(bla ALL DEPENDS bla.stderr bla.stdout VERBATIM) Thanks, Michael, for suggesting that even simpler workaround which I will use. Alan __ Alan W. Irwin Astronomical research affiliation with Departm

[CMake] CMAKE_SOURCE_DIR overwritten by CMake Fortran language support

2010-03-26 Thread Alan W. Irwin
.x language support infrastructure, and my question to Brad was whether that strange result had also propagated to CMake-2.8.x. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca

Re: [CMake] CMAKE_SOURCE_DIR overwritten by CMake Fortran language support

2010-03-26 Thread Alan W. Irwin
On 2010-03-26 16:44-0400 Brad King wrote: Bill Hoffman wrote: Alan W. Irwin wrote: It has been reported (by Arjen Markus) that the MinGW issue is because something in that case overwrites CMAKE_SOURCE_DIR There is only one line in the entire source tree that ever sets that variable. It&#

Re: [CMake] CMAKE_SOURCE_DIR overwritten by CMake Fortran language support

2010-03-29 Thread Alan W. Irwin
elling what should have been "language_support" as "language-support"). Arjen reports good results with MinGW now that that typo has been fixed. Sorry for the noise. Alan __ Alan W. Irwin Astronomical research affiliation with Department

[CMake] Has anybody tried to use CMake to build software on the MinGW/MSYS/Wine platform?

2010-03-29 Thread Alan W. Irwin
, if the MinGW/MSYS/Wine platform choice is known to work with CMake, that would motivate me to learn enough about using Windows so that I could use MinGW/MSYS/Wine on CMake myself. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and

Re: [CMake] project (name NONE) still search for a valid compiler

2010-03-30 Thread Alan W. Irwin
ause this problem. Some possibilities for why project(xyz NONE) does not work for you for your real project is you may have used the "enable_language" CMake command somewhere or you might even have multiple project commands. HTH. Alan __ Alan W. Irwin Astronomical r

Re: [CMake] Has anybody tried to use CMake to build software on the MinGW/MSYS/Wine platform?

2010-04-01 Thread Alan W. Irwin
On 2010-03-29 12:43-0600 Clinton Stimpson wrote: On Monday 29 March 2010 12:27:17 pm Alan W. Irwin wrote: Wine (winehq.com) is free (in both senses) software that provides a Windows work-alike that appears (from news stories, I have no personal experience yet) to be fairly mature. Thus, I was

[CMake] Extremely noisy cmake output for the MinGW/MSYS/Wine platform

2010-04-02 Thread Alan W. Irwin
mostly to the CMake developers. Is such cmake noise typical of MinGW/MSYS? Is there a way I can suppress it or divert it to a file? Is this some bug in Windows cmake-2.8.1 (the version of cmake that I am running) or the result of some mismatch between cmake and the Wine environment? Alan

Re: [CMake] Extremely noisy cmake output for the MinGW/MSYS/Wine platform

2010-04-02 Thread Alan W. Irwin
ise is much more extensive when I invoke cmake for the PLplot project since there are a lot more tests, try_compiles, etc., in that case. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww

Re: [CMake] Has anybody tried to use CMake to build software on the MinGW/MSYS/Wine platform?

2010-04-02 Thread Alan W. Irwin
On 2010-04-02 08:38+0200 Eric Noulard wrote: 2010/4/2 Alan W. Irwin : [..] I feel this platform has revolutionary potential. [...lengthy interesting post ...] May be you two can Wiki-fied your experimental story such that it would be easier to reproduce [and sometimes update] the procedure

Re: [CMake] Extremely noisy cmake output for the MinGW/MSYS/Wine platform

2010-04-03 Thread Alan W. Irwin
) for the MinGW/MSYS/Wine platform. If that working hypothesis is correct, then it should be straightforward to arrange at least a workaround (i.e., use the output method that works above) for this issue for MinGW/MSYS/Wine. Alan __________ Alan W. Irwin Astronomical research affil

Re: [CMake] CMake+newbie

2010-04-04 Thread Alan W. Irwin
make.org/cmake/help/documentation.html. Especially the tutorial which gives some useful examples. Alan ______ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEO

[CMake] CXX incorrectly includes CMakeFortranInformation.cmake for MinGW/MSYS/Wine

2010-04-04 Thread Alan W. Irwin
most) for the "MSYS Makefiles" generator in an effort to eliminate Wine or some nasty interaction between Wine and CMake as the cause for these issues? Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, Unive

Re: [CMake] CXX incorrectly includes CMakeFortranInformation.cmake for MinGW/MSYS/Wine

2010-04-04 Thread Alan W. Irwin
On 2010-04-04 16:16-0700 Alan W. Irwin wrote: In contrast to 3. The following succeeded: A. project(test CXX Fortran ) B. project(test NONE ) enable_language(Fortran ) enable_language(CXX ) Subsequent tests showed those actually did not succeed. There were no obvious errors, but the cache

Re: [CMake] CXX incorrectly includes CMakeFortranInformation.cmake for MinGW/MSYS/Wine

2010-04-05 Thread Alan W. Irwin
On 2010-04-04 21:28-0400 John Drescher wrote: On Sun, Apr 4, 2010 at 7:16 PM, Alan W. Irwin wrote: Clint (with an old version of MinGW) and I (with MinGW-4.5) have been running into a peculiar CXX error for MinGW/MSYS on Wine. Enabling C++ _sometimes_ fails because it includes

Re: [CMake] CXX incorrectly includes CMakeFortranInformation.cmake for MinGW/MSYS/Wine

2010-04-05 Thread Alan W. Irwin
On 2010-04-05 00:40-0700 Alan W. Irwin wrote: On 2010-04-04 21:28-0400 John Drescher wrote: [...] I believe the issue is caused by wine pulling in at least some of environment variables from the linux system. That idea of something leaking through from Linux to Wine to disrupt CMake might

Re: [CMake] CXX incorrectly includes CMakeFortranInformation.cmake for MinGW/MSYS/Wine

2010-04-05 Thread Alan W. Irwin
On 2010-04-05 11:31-0400 Bill Hoffman wrote: Alan W. Irwin wrote: On 2010-04-05 00:40-0700 Alan W. Irwin wrote: On 2010-04-04 21:28-0400 John Drescher wrote: [...] I believe the issue is caused by wine pulling in at least some of environment variables from the linux system. That idea of

Re: [CMake] CXX incorrectly includes CMakeFortranInformation.cmake for MinGW/MSYS/Wine

2010-04-05 Thread Alan W. Irwin
On 2010-04-05 13:50-0400 Bill Hoffman wrote: Alan W. Irwin wrote: Have you run cmake --trace yet to figure out what is including what and where? Yes, as alluded to above the complete result for cmake --trace --debug-output for a CMakeLists.txt file consisting of just project(test NONE

Re: [CMake] CXX incorrectly includes CMakeFortranInformation.cmake for MinGW/MSYS/Wine

2010-04-05 Thread Alan W. Irwin
On 2010-04-05 13:04-0600 Clinton Stimpson wrote: On Apr 5, 2010, at 11:50 AM, Bill Hoffman wrote: Alan W. Irwin wrote: Have you run cmake --trace yet to figure out what is including what and where? Yes, as alluded to above the complete result for cmake --trace --debug-output for a

Re: [CMake] CXX incorrectly includes CMakeFortranInformation.cmake for MinGW/MSYS/Wine

2010-04-05 Thread Alan W. Irwin
al help getting this development environment working. 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 fo

Re: [CMake] Is "full language support" possible?

2010-04-26 Thread Alan W. Irwin
ttp://public.kitware.com/Bug/view.php?id=4242>. Perhaps, BH's note #6510 helps. Also, there is some terse documentation about adding new language support in cmake-2.8.1/Modules/CMakeAddNewLanguage.txt Alan ______ Alan W. Irwin Astronomical research affiliation with De

Re: [CMake] different compiler flags for each executable

2010-04-28 Thread Alan W. Irwin
On 2010-04-28 18:25+0100 Alex Flint wrote: Hi there, Is there a way to add compiler flags (a la CMAKE_CXX_FLAGS) for just one particular executable? Use COMPILE_FLAGS property for set_target_properties. Alan __ Alan W. Irwin Astronomical research affiliation with

Re: [CMake] installation problem

2010-05-02 Thread Alan W. Irwin
tro. 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 scientific plottin

[CMake] CMAKE_LIBRARY_PATH appears not to work properly for finding libtcl

2010-05-12 Thread Alan W. Irwin
results to help diagnose this, I will try to make a simplest possible example that anybody can run that shows the issue. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming

Re: [CMake] CMAKE_LIBRARY_PATH appears not to work properly for finding libtcl

2010-05-13 Thread Alan W. Irwin
to control the version of libraries that are found in the expectation that that control would fail to work under certain conditions? Alan ______ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca

Re: [CMake] CMAKE_LIBRARY_PATH appears not to work properly for finding libtcl

2010-05-13 Thread Alan W. Irwin
On 2010-05-13 14:20-0400 Bill Hoffman wrote: On 5/13/2010 2:09 PM, Alan W. Irwin wrote: I now have a simple CMakeLists.txt file which demonstrates this is a general find issue whenever alternate NAMES are specified. cmake_minimum_required(VERSION 2.8) project(test NONE) FIND_LIBRARY

Re: [CMake] CMAKE_LIBRARY_PATH appears not to work properly for finding libtcl

2010-05-15 Thread Alan W. Irwin
commands, but thanks for determining that location for the FIND_PROGRAM command. Alan __________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeE

Re: [CMake] CMAKE_LIBRARY_PATH appears not to work properly for finding libtcl

2010-05-15 Thread Alan W. Irwin
On 2010-05-15 11:04-0700 Alan W. Irwin wrote: On 2010-05-15 09:43-0400 Bill Hoffman wrote: OK, your right, it does prefer names that show up first in the name list even if they are later in the total path. [...] Not supper easy to fix... FindProgram is actually a pretty complicated

Re: [CMake] CMAKE_LIBRARY_PATH appears not to work properly for finding libtcl

2010-05-17 Thread Alan W. Irwin
gap measures so it appears there is some urgency to getting bug 0010718 fixed. 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 eq

Re: [CMake] CXX incorrectly includes CMakeFortranInformation.cmake for MinGW/MSYS/Wine

2010-06-10 Thread Alan W. Irwin
e/kwsys/SystemTools.cxx Further investigation indicates bool SystemTools::GetShortPath is defined that appears to be unused anywhere else in the source tree now that the patch has been applied. Therefore, shouldn't that method be removed? Alan __ Alan W. Irwin Ast

Re: [CMake] CXX incorrectly includes CMakeFortranInformation.cmake for MinGW/MSYS/Wine

2010-06-10 Thread Alan W. Irwin
simple way to reduce or eliminate the use of GetShortPath from the CMake code or else replace the call to GetShortPathName within GetShortPath by something else? Alan ______ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University

Re: [CMake] CXX incorrectly includes CMakeFortranInformation.cmake for MinGW/MSYS/Wine

2010-06-10 Thread Alan W. Irwin
On 2010-06-10 16:20-0400 David Cole wrote: On Thu, Jun 10, 2010 at 4:17 PM, Alan W. Irwin wrote: On 2010-04-09 12:17-0400 David Cole wrote: A "real" fix for this has been committed to the CVS repository for kwsys. The change should appear in

Re: [CMake] CXX incorrectly includes CMakeFortranInformation.cmake for MinGW/MSYS/Wine

2010-06-11 Thread Alan W. Irwin
ways not directly related to Windows build-system testing. For example, in limited testing the pure Wine development method already seems to work for building and testing Windows apps from Linux so it may eventually replace cross-compilation as the method of choice for doing that. Alan

Re: [CMake] CMake 2.8.2 RC 1 ready for testing!

2010-06-14 Thread Alan W. Irwin
you made that change. 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] CMake 2.8.2 RC 1 ready for testing!

2010-06-14 Thread Alan W. Irwin
me to convince others to try CMake/MinGW/MSYS on Wine. Pretty much everything in git next will end up in the release. Does http://cmake.org/gitweb refer to "git next" or can it be used to access that? Alan ______ Alan W. Irwin Astronomical research affili

Re: [CMake] CXX incorrectly includes CMakeFortranInformation.cmake for MinGW/MSYS/Wine

2010-06-16 Thread Alan W. Irwin
in Wiki form. 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] CMake 2.8.2-rc2 ready for testing!

2010-06-16 Thread Alan W. Irwin
er mingw) while keeping the normal MinGW gcc compilers off your PATH (since you want to use the different compilers, MinGW-W32 and MinGW-W64). Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.

[CMake] Choice of compilers

2010-06-17 Thread Alan W. Irwin
renaming, and instead use CMAKE__COMPILER (e.g., CMAKE_C_COMPILER, CMAKE_CXX_COMPILER, etc.) to allow you to choose which compiler (the 32-bit variant or 64-bit variant) you want to use. See the CMake documentation for how to use CMAKE__COMPILER. Alan __ Alan W. Irwin As

Re: [CMake] An observation about CTest

2010-06-27 Thread Alan W. Irwin
ion issue is not as bad as you have outlined and because of functions is steadily improving. Alan ______ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the

Re: [CMake] An observation about CTest

2010-06-28 Thread Alan W. Irwin
ation would be worthwhile. Also, I think there should be a sentence in the documentation of macros that deprecates them in favor of functions (because of the known scope issue with macros). Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics an

Re: [CMake] Finding Python3

2010-07-18 Thread Alan W. Irwin
traightforward with no further version lists to be maintained. My $0.02. 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 im

Re: [CMake] Finding Python3

2010-07-19 Thread Alan W. Irwin
On 2010-07-20 00:51+0200 Michael Hertling wrote: On 07/18/2010 10:14 PM, Alan W. Irwin wrote: (1) http://public.kitware.com/Bug/view.php?id=10718 is fixed. In my view this bug has been the source of much CMake find trouble for a long time, and I hope the CMake developers make it a high

Re: [CMake] Finding Python3

2010-07-20 Thread Alan W. Irwin
On 2010-07-20 17:12+0200 Michael Hertling wrote: On 07/20/2010 03:26 AM, Alan W. Irwin wrote: On 2010-07-20 00:51+0200 Michael Hertling wrote: On 07/18/2010 10:14 PM, Alan W. Irwin wrote: (1) http://public.kitware.com/Bug/view.php?id=10718 is fixed. In my view this bug has been the source

Re: [CMake] Finding Python3

2010-07-21 Thread Alan W. Irwin
2.6.5 softw...@raven> python3 -c \ 'import sys; print("%s.%s.%s" % sys.version_info[0:3])' 3.1.2 So I would recommend this command form to determined the python version corresponding to the found interpreter for CMake. Thanks again for your help with this. Alan ___

Re: [CMake] Finding Python3

2010-07-21 Thread Alan W. Irwin
On 2010-07-21 08:50-0700 Alan W. Irwin wrote: To draw this subthread to a definite conclusion, here is what works for me now to get python version for either python2 or python3. softw...@raven> python -c \ 'import sys; print("%s.%s.%s" % sys.version_info[0:3])' 2.6.5

Re: [CMake] Finding Python3

2010-07-22 Thread Alan W. Irwin
the option of setting the python version to anything they liked (e.g., nothing, 2, 2.5, 2.6, 3, etc.); and used find_package to find and print out the appropriate Python interpreter, header file directory, and library for the user-specified version. Alan __________ Alan W. Irw

Re: [CMake] Finding Python3

2010-08-03 Thread Alan W. Irwin
umented right at the top of the self-documentation for each find module. Finally, bug 10718 should also be fixed to make manipulating the superpath a reliable method of specifying a particular version of headers, libraries, etc., _for the case of a unique location for the desired versio

Re: [CMake] Cmake 2.8.2 Bug under windows

2010-08-12 Thread Alan W. Irwin
name than test for that source directory? 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 inte

Re: [CMake] D support

2010-08-14 Thread Alan W. Irwin
vc/plplot/trunk/cmake/modules/language_support/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 implementat

Re: [CMake] CMake & OCaml

2010-08-25 Thread Alan W. Irwin
rs may like our general approach as well for their own CMake/OCaml projects if nobody is ever able to implement official OCaml language support under CMake that is based on the ocamlbuild command. Alan __ Alan W. Irwin Astronomical research affiliation with Departmen

Re: [CMake] CMake & OCaml

2010-08-25 Thread Alan W. Irwin
sults) to one based on a detailed set of custom commands that do the equivalent to gnatmake using CMake custom commands. Do the CMake developers here like the idea of this type of generalization of the CMake language support? Alan __ Alan W. Irwin Astronomical research af

Re: [CMake] CMake & OCaml

2010-08-25 Thread Alan W. Irwin
t the user's choice of build tool for a particular language is not limited by some C++-level language-support restriction under CMake. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phy

Re: [CMake] CMake without C/C++ compiler check.

2010-08-30 Thread Alan W. Irwin
isable C/C++ compiler tests ? project( Fortran) or project( NONE) enable_language(Fortran) Alan ______ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with t

[CMake] Problem with GNU compilers - difference between "Windows" and "MinGW"

2010-09-23 Thread Alan W. Irwin
should be done with FindLAPACK.cmake and FindBLAS.cmake. If there is agreement from the CMake developers that FindLAPACK.cmake and FindBLAS.cmake should be changed to save and restore CMAKE_FIND_LIBRARY_SUFFIXES, I will write up the appropriate bug report. Alan ______ Ala

[CMake] Visualizing all build-system options

2011-09-01 Thread Alan W. Irwin
ed perhaps it is time to learn about them (and especially if they are exactly equivalent to the situation I understand which is running cmake in an empty build tree with various layers of possible -D options set on the cmake command line). Alan __ Alan W. Irwin Astr

Re: [CMake] Visualizing all build-system options

2011-09-01 Thread Alan W. Irwin
t be interested in fleshing this idea out into something useful. 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 imple

Re: [CMake] CMake example for Qt console application (without GUI)

2011-09-12 Thread Alan W. Irwin
with Qt4 for both interactive GUI and noninteractive file device drivers. 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

Re: [CMake] CMake 2.8.6-rc3 ready for testing!

2011-09-20 Thread Alan W. Irwin
make-2.8.6-rc3, but if nothing else, your post should galvanize lots of testing of cmake-2.8.6-rc3 which is a "good thing". When I did such build testing myself, the optimized build of PLplot appears to be OK for cmake-2.8.6-rc3 on at least my platform. Alan ___

Re: [CMake] CMake 2.8.6-rc3 ready for testing!

2011-09-20 Thread Alan W. Irwin
On 2011-09-20 11:56-0700 Alan W. Irwin wrote: I don't want to overly dilute what seems to be your really important message that there are serious build problems for cmake-2.8.6-rc3, but if nothing else, your post should galvanize lots of testing of cmake-2.8.6-rc3 which is a "good thi

Re: [CMake] CMake 2.8.6-rc3 ready for testing!

2011-09-20 Thread Alan W. Irwin
On 2011-09-20 13:01-0700 Alan W. Irwin wrote: On 2011-09-20 11:56-0700 Alan W. Irwin wrote: I don't want to overly dilute what seems to be your really important message that there are serious build problems for cmake-2.8.6-rc3, but if nothing else, your post should galvanize lots of te

Re: [CMake] CMake 2.8.6-rc3 ready for testing!

2011-09-20 Thread Alan W. Irwin
be absolutely sure that 2.8.6 will be fine for 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 implem

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

2011-09-22 Thread Alan W. Irwin
well for rc4. As far as I am concerned, bring on 2.8.6-final! Much thanks to you and the rest of the CMake development team for this effort! Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria

Re: [CMake] CMake Using a C Preprocessor for Fortran Source Files

2011-11-02 Thread Alan W. Irwin
.FPP', .F90', .F95', .F03' or .F08'. To manually invoke the preprocessor on any file, use -cpp', to disable preprocessing on files where the preprocessor is run automatically, use -nocpp'." Alan __ Alan W. Irwin Astronomical research a

Re: [CMake] Adding a new language

2011-11-14 Thread Alan W. Irwin
completely generic way. 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 (free

Re: [CMake] Adding a new language

2011-11-15 Thread Alan W. Irwin
tom commands and targets to build the PLplot OCaml bindings), and http://plplot.svn.sourceforge.net/viewvc/plplot/trunk/examples/ocaml/CMakeLists.txt?view=log (which shows how we build the PLplot OCaml examples). Alan __ Alan W. Irwin Astronomical research affiliation with

Re: [CMake] Adding a new language

2011-11-16 Thread Alan W. Irwin
On 2011-11-15 23:35-0500 Bill Hoffman wrote: On 11/14/2011 3:24 PM, Alan W. Irwin wrote: If you are willing to make such an OCaml summary, I would be willing to do the same thing for Ada to make our joint case to the CMake developers of what kind of additional generic language support is

Re: [CMake] [RFC] How to use pkg-config under Windows (... and OSX) ?

2011-11-16 Thread Alan W. Irwin
link applications against KDE libraries using pkg-config) from that build system for those using MSYS or Cygwin. Alan ______ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming

Re: [CMake] [RFC] How to use pkg-config under Windows (... and OSX)?

2011-11-17 Thread Alan W. Irwin
that none of the issues above have anything to do with CMake pkg-config support, but we have to discuss these issues here to make sure they are all off-topic for CMake. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, Unive

Re: [CMake] [RFC] How to use pkg-config under Windows (... and OSX)?

2011-11-17 Thread Alan W. Irwin
orward (install the *.pc files in the correct relative location in the install tree) to deal with the pkg-config Windows issue the KDE Windows developers have been so concerned about. Alan __ Alan W. Irwin Astronomical research affiliation with Department of

[CMake] Bad documentation of the LINK_INTERFACE_LIBRARIES property and other transitive linking topics

2011-11-23 Thread Alan W. Irwin
erns I will probably enable transitive linking by default but have an option (which defaults to OFF) to disable transitive linking with an associated docstring that warns that ON is experimental and may not work on all platforms. All this to quiet rpmlint warnings Alan __

Re: [CMake] transitive linking topics

2011-11-23 Thread Alan W. Irwin
On 2011-11-23 10:44+0100 Michael Wild wrote: On 11/23/2011 10:25 AM, Alan W. Irwin wrote: cmake-2.8.6 has the following documentation of the LINK_INTERFACE_LIBRARIES property for targets: LINK_INTERFACE_LIBRARIES List public interface libraries for a shared library or executable

Re: [CMake] other transitive linking topics

2011-11-23 Thread Alan W. Irwin
On 2011-11-23 11:11+0100 Rolf Eike Beer wrote: On 11/23/2011 10:25 AM, Alan W. Irwin wrote: In sum, from this experiment it looks like I will have to set LINK_INTERFACE_LIBRARIES to empty for all PLplot library targets that depend on other library targets (e.g., B, C, D, and E, above, but

Re: [CMake] transitive linking topics

2011-11-23 Thread Alan W. Irwin
tification for that conclusion. My guess is it may be related to the problem of specifying unnecessary package dependencies that are incorrectly determined by following unnecessary direct linking, but I don't know for sure. Alan __ Alan W. Irwin Astronomical rese

Re: [CMake] Best practices/preferred methods for linking external libraries

2011-12-01 Thread Alan W. Irwin
ries from A. For example, the installed examples for PLplot (which have their own independent CMake-based build system) we use set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules) include(export_plplot) to get access to the required build information for the installed libraries for the core bui

Re: [CMake] Best practices/preferred methods for linking external libraries

2011-12-03 Thread Alan W. Irwin
, etc., to keep track of ABI changes for each release that will affect ProjectB. 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 equa

Re: [CMake] Best practices/preferred methods for linking external libraries

2011-12-03 Thread Alan W. Irwin
On 2011-12-03 12:42-0800 Alan W. Irwin wrote: On 2011-12-02 19:33- Matthew LeRoy wrote: Assuming we want to just put the install tree in version control somewhere, and have ProjectB's list files reference the install tree out of version control, is writing a Find module the best wa

[CMake] 2.8.7 implications for FindLAPACK problem

2011-12-13 Thread Alan W. Irwin
developers for 2.8.7 since 2.8.6 will have to be black-listed for FreeEOS (and presumably many other projects that use lapack/blas). Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca

Re: [CMake] CMake 2.8.7-rc2 ready for testing!

2011-12-27 Thread Alan W. Irwin
(with all known issues fixed) versions of these modules for the next release cycle to give them some additional testing before the next release. Alan ______ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria

Re: [CMake] CMake 2.8.7-rc2 ready for testing!

2011-12-29 Thread Alan W. Irwin
lexey Ozeritsky. 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

Re: [CMake] CMake 2.8.7-rc2 ready for testing!

2011-12-30 Thread Alan W. Irwin
testing for the lapack/blas find modules is an excellent one. 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 imp

Re: [CMake] CMake 2.8.7-rc2 ready for testing!

2011-12-30 Thread Alan W. Irwin
On 2011-12-30 11:06+0100 Eric Noulard wrote: 2011/12/27 Alan W. Irwin : Hi Alan, The issue is that if I set CMAKE_LIBRARY_PATH to find a special version of lapack/blas, only the lapack part of that is honored.  For example, if I set export CMAKE_LIBRARY_PATH=/home/software/lapack

Re: [CMake] CMake 2.8.7-rc2 ready for testing!

2011-12-30 Thread Alan W. Irwin
ceptable. 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); the T

Re: [CMake] Are u using mingw32 gcc / with Cmake?

2012-01-09 Thread Alan W. Irwin
t you first try to build CMake itself. Once that works with MinGW or MinGW/MSYS (whichever you prefer), then I would move on to attempt other builds. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Vic

Re: [CMake] mingw vs MSYS makefiles

2012-02-23 Thread Alan W. Irwin
n would be quite distinct from Cygwin and would also give that distribution some much-needed competition. It makes no sense to me that Linux has 500+ free and open software distributions while Windows only has one free and open software distribution. Alan __ Alan W. I

Re: [CMake] mingw vs MSYS makefiles

2012-02-23 Thread Alan W. Irwin
to something else, but that workaround would not be necessary _if_ the existence of sh.exe on the PATH no longer affects what mingw32-make.exe does. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astro

Re: [CMake] mingw vs MSYS makefiles

2012-02-23 Thread Alan W. Irwin
On 2012-02-23 17:49-0500 Bill Hoffman wrote: On 2/23/2012 5:18 PM, Alan W. Irwin wrote: make commands. One is called MinGW/bin/mingw32-make.exe and is used by the "MinGW Makefiles" generator while the other is called MinGW/msys/1.0/bin/make.exe and is used by the "MSYS Makef

Re: [CMake] Clear cache on upgrade?

2012-04-23 Thread Alan W. Irwin
dorse Dave's advice above to try a fresh build whenever some aspect of the CMake-based build and/or test system doesn't appear to be working correctly and certainly before any error is reported. Alan __ Alan W. Irwin Astronomical research affiliation with

Re: [CMake] lapack-3.4.1-cmake testing error

2012-05-19 Thread Alan W. Irwin
ke (e.g., cmake-2.8.7) that does honor the WORKING DIRECTORY option for the add_test command. Alan ______ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the F

Re: [CMake] CMake 2.8.6 --> 2.8.8 New TryCompile Fails on GCC-GNAT Ada Linking

2012-07-06 Thread Alan W. Irwin
build is occurring in that tree rather than in the source tree. But the -aI flag may be needed even if you do a build in the source tree. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww

[CMake] How to get started with the CMake Ninja backend on Linux and Windows?

2012-07-18 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); the Time Ephemerides project

Re: [CMake] How to get started with the CMake Ninja backend on Linux and Windows?

2012-07-19 Thread Alan W. Irwin
On 2012-07-19 09:04+0200 Nicolas Desprès wrote: On Thu, Jul 19, 2012 at 7:33 AM, Alan W. Irwin wrote: There has been a lot of traffic here concerning the CMake Ninja backend for more than a year with some claims that that combination is now working pretty well on all platforms. Therefore, my

Re: [CMake] how to build cmake with mingw and msys?

2012-08-14 Thread Alan W. Irwin
oing wrong for you when you try the bootstrap method of building CMake under MinGW/MSYS. Alan ______ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with t

Re: [CMake] how to build cmake with mingw and msys?

2012-08-15 Thread Alan W. Irwin
g the correct MSYS make, and in light of other's comments in this thread that the bootstrap method just works under MinGW/MSYS, that change to the PATH may be all that is necessary. Alan __ Alan W. Irwin Astronomical research affiliation with Depart

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