Re: [CMake] Bug fix requests for the *next* release of CMake...

2010-07-05 Thread Rolf Eike Beer
Am Monday 05 July 2010 schrieb David Cole: > Hi all, > > Now that we have released CMake 2.8.2 last Monday, and we have switched to > this new workflow using branches in the git repository, *now* would be a > great time to prioritize bug fixes for the next release of CMake. Hi everyone, here is

Re: [CMake] Bug fix requests for the *next* release of CMake...

2010-07-05 Thread Todd Gamblin
Also, I believe Brad already put these in next, but I figure I should mention them anyway: FindMPI sometimes fails because it checks for non-existing libraries http://www.cmake.org/Bug/view.php?id=9093 Related fix for other flags, not just -l: http://cmake.org

Re: [CMake] Bug fix requests for the *next* release of CMake...

2010-07-05 Thread Todd Gamblin
I'd like to see this one: CMake needs a BlueGene/P Platform File http://www.itk.org/Bug/print_bug_page.php?bug_id=10897 As well as the bootstrap patch that Brad King made for properly finding compiler pairs on, e.g., the Power6 frontends of our BG/P systems. I'm not sure if the

Re: [CMake] Bug fix requests for the *next* release of CMake...

2010-07-05 Thread Sean McBride
On Mon, 5 Jul 2010 14:31:17 -0400, David Cole said: >If you have a particular issue that you think should be fixed for inclusion >in 2.8.3, please bring it up now. Ideally, each issue will be discussed as >needed on the mailing list to come to any consensus about what should be >done to fix it, an

Re: [CMake] How does one find blas and lapack on OSX?

2010-07-05 Thread Michael Wild
On 5. Jul, 2010, at 18:59 , John R. Cary wrote: > On 7/5/2010 10:54 AM, James C. Sutherland wrote: >> >> >> On Mon, Jul 5, 2010 at 10:44 AM, John R. Cary > > wrote: >> >>On 7/5/2010 9:37 AM, James C. Sutherland wrote: >>> >>> >>>On Mon, Jul 5, 2010 at 9:34 AM,

[CMake] Bug fix requests for the *next* release of CMake...

2010-07-05 Thread David Cole
Hi all, Now that we have released CMake 2.8.2 last Monday, and we have switched to this new workflow using branches in the git repository, *now* would be a great time to prioritize bug fixes for the next release of CMake. We are leaning towards quarterly releases from now on, scheduling them ever

Re: [CMake] CMAKE_COMPILER_IS_GNUC vs. CMAKE_COMPILER_IS_GNUCC

2010-07-05 Thread Todd Gamblin
On Jul 5, 2010, at 4:25 AM, Michael Wild wrote: > > On 5. Jul, 2010, at 12:00 , Todd Gamblin wrote: > >> >> On Jul 5, 2010, at 1:23 AM, Michael Wild wrote: >> >>> >>> On 5. Jul, 2010, at 7:46 , Todd Gamblin wrote: >>> The documentation here: http://**www.**cmake.org

Re: [CMake] [PATCH] bootstrap: Detect known C/C++ compiler toolchains

2010-07-05 Thread pat marion
I tested it as Todd described on intrepid at Argonne, works. Pat On Sat, Jul 3, 2010 at 12:18 AM, Todd Gamblin wrote: > Brad, > > Sorry for the slow response. This patch works on dawndev (BG/P FEN) at > LLNL. I tested it with cmake 2.8.2, and just did bootstrap > --prefix=/path/to/install.

Re: [CMake] How does one find blas and lapack on OSX?

2010-07-05 Thread John R. Cary
On 7/5/2010 10:54 AM, James C. Sutherland wrote: On Mon, Jul 5, 2010 at 10:44 AM, John R. Cary > wrote: On 7/5/2010 9:37 AM, James C. Sutherland wrote: On Mon, Jul 5, 2010 at 9:34 AM, John Cary mailto:c...@txcorp.com>> wrote: I have simply:

Re: [CMake] How does one find blas and lapack on OSX?

2010-07-05 Thread James C. Sutherland
On Mon, Jul 5, 2010 at 10:44 AM, John R. Cary wrote: > On 7/5/2010 9:37 AM, James C. Sutherland wrote: > > > > On Mon, Jul 5, 2010 at 9:34 AM, John Cary wrote: > >> I have simply: >> >>FIND_PACKAGE(BLAS) >>FIND_PACKAGE(LAPACK) >> >> but cmake gives >> >> -- Looking for BLAS... - NOT fou

Re: [CMake] How does one find blas and lapack on OSX?

2010-07-05 Thread John R. Cary
On 7/5/2010 9:37 AM, James C. Sutherland wrote: On Mon, Jul 5, 2010 at 9:34 AM, John Cary > wrote: I have simply: FIND_PACKAGE(BLAS) FIND_PACKAGE(LAPACK) but cmake gives -- Looking for BLAS... - NOT found (Fortran not enabled) -- Lookin

Re: [CMake] How does one find blas and lapack on OSX?

2010-07-05 Thread James C. Sutherland
On Mon, Jul 5, 2010 at 9:34 AM, John Cary wrote: > I have simply: > >FIND_PACKAGE(BLAS) >FIND_PACKAGE(LAPACK) > > but cmake gives > > -- Looking for BLAS... - NOT found (Fortran not enabled) > -- Looking for LAPACK... - NOT found (Fortran not enabled) > > Is this more complicated somehow?

[CMake] How does one find blas and lapack on OSX?

2010-07-05 Thread John Cary
I have simply: FIND_PACKAGE(BLAS) FIND_PACKAGE(LAPACK) but cmake gives -- Looking for BLAS... - NOT found (Fortran not enabled) -- Looking for LAPACK... - NOT found (Fortran not enabled) Is this more complicated somehow? Thx...John Cary ___

Re: [CMake] Different configurations with Visual Studio

2010-07-05 Thread John Drescher
> I see, thanks. I intend to write a Python script that adds the extra > platform solution, because we really need that. Visual Studio and > Code::Blocks project files are XML files, so it shouldn't be too hard. > What is wrong with different build folders for each compiler / ide? John __

Re: [CMake] Different configurations with Visual Studio

2010-07-05 Thread Mark Van Peteghem
I see, thanks. I intend to write a Python script that adds the extra platform solution, because we really need that. Visual Studio and Code::Blocks project files are XML files, so it shouldn't be too hard. 2010/7/2 > *I don’t believe this is possible. There was actually a discussion about > th

Re: [CMake] CMAKE_COMPILER_IS_GNUC vs. CMAKE_COMPILER_IS_GNUCC

2010-07-05 Thread Michael Wild
On 5. Jul, 2010, at 12:00 , Todd Gamblin wrote: > > On Jul 5, 2010, at 1:23 AM, Michael Wild wrote: > >> >> On 5. Jul, 2010, at 7:46 , Todd Gamblin wrote: >> >>> The documentation here: >>> >>> >>> http://*www.*cmake.org/cmake/help/cmake2.6docs.html#variable:CMAKE_COMPILER_IS_GNULANG >>

Re: [CMake] CMAKE_COMPILER_IS_GNUC vs. CMAKE_COMPILER_IS_GNUCC

2010-07-05 Thread Todd Gamblin
On Jul 5, 2010, at 1:23 AM, Michael Wild wrote: > > On 5. Jul, 2010, at 7:46 , Todd Gamblin wrote: > >> The documentation here: >> >> >> http://*www.*cmake.org/cmake/help/cmake2.6docs.html#variable:CMAKE_COMPILER_IS_GNULANG >> >> is in conflict with the documentation here: >> >> h

Re: [CMake] CMAKE_COMPILER_IS_GNUC vs. CMAKE_COMPILER_IS_GNUCC

2010-07-05 Thread Michael Wild
On 5. Jul, 2010, at 7:46 , Todd Gamblin wrote: > The documentation here: > > > http://www.cmake.org/cmake/help/cmake2.6docs.html#variable:CMAKE_COMPILER_IS_GNULANG > > is in conflict with the documentation here: > > http://www.cmake.org/Wiki/CMake_Useful_Variables > > And this th