Re: [CMake] CMake on Linux + Playstation 3 (IBM Cell BE processor)

2008-01-02 Thread Alexander Neundorf
On Monday 31 December 2007, Brandon Van Every wrote: > On Dec 30, 2007 3:19 PM, Christian Convey <[EMAIL PROTECTED]> wrote: > > A Cell processor has one PowerPC core, plus 8 "SPE" cores (only 6 are > > available on a Playstation 3). You need a different compiler for each > > core type. > > > > Al

Re: [CMake] CMAKE_C_COMPILER ignored

2008-01-02 Thread Alexander Neundorf
On Tuesday 01 January 2008, Volker wrote: > Hi and a happy new year to everyone. > > I'm new to cmake and using it on a cross compile project (i386 linux -> arm > linux) > > Somehow CMAKE_C_COMPILER in my CMakeList.txt is ignored. > This is my CMakeList.txt file: > > PROJECT(myproject) > ADD_EXECUT

Re: [CMake] CMake on Linux + Playstation 3 (IBM Cell BE processor)

2008-01-02 Thread Christian Convey
On Jan 2, 2008 9:15 AM, Alexander Neundorf <[EMAIL PROTECTED]> wrote: > On Monday 31 December 2007, Brandon Van Every wrote: > > On Dec 30, 2007 3:19 PM, Christian Convey <[EMAIL PROTECTED]> > wrote: > > > A Cell processor has one PowerPC core, plus 8 "SPE" cores (only 6 are > > > available on a Pl

Re: [CMake] CMake on Linux + Playstation 3 (IBM Cell BE processor)

2008-01-02 Thread Alexander Neundorf
On Wednesday 02 January 2008, Christian Convey wrote: > On Jan 2, 2008 9:15 AM, Alexander Neundorf <[EMAIL PROTECTED]> wrote: > > On Monday 31 December 2007, Brandon Van Every wrote: > > > On Dec 30, 2007 3:19 PM, Christian Convey <[EMAIL PROTECTED]> > > > > wrote: > > > > A Cell processor has one

Re: [CMake] cmake 2.4.8 RC 9

2008-01-02 Thread Bill Hoffman
Bill Hoffman wrote: I have a new beta release for 2.4.8 ready for cmake. This will be the last release of the 2.4.X branch. The next release will be 2.6.0. So, please make sure you test it if you are interested in a 2.4.8. Send any issues to me or the cmake list. Thanks. Just a reminder

[CMake] Re: wiki page about cmake variables, lists, escaping etc.

2008-01-02 Thread Alexander Neundorf
On Thursday 20 December 2007, Alexander Neundorf wrote: > Hi, > > if you file like you have to say something about this, please add it here: > http://www.cmake.org/Wiki/CMake:VariablesListsStrings I started to fill in some contents, it would be cool if you could help :-) http://www.cmake.org/Wiki/

Re: [CMake] cmake 2.4.8 RC 9

2008-01-02 Thread Mike Jackson
On Jan 2, 2008, at 10:53 AM, Bill Hoffman wrote: Bill Hoffman wrote: I have a new beta release for 2.4.8 ready for cmake. This will be the last release of the 2.4.X branch. The next release will be 2.6.0. So, please make sure you test it if you are interested in a 2.4.8. Send any is

Re: [CMake] CMake on Linux + Playstation 3 (IBM Cell BE processor)

2008-01-02 Thread Brandon Van Every
On Jan 2, 2008 10:00 AM, Christian Convey <[EMAIL PROTECTED]> wrote: > On Jan 2, 2008 9:15 AM, Alexander Neundorf <[EMAIL PROTECTED]> wrote: > > On Monday 31 December 2007, Brandon Van Every wrote: > > > > > > I would assume that Linux tool ports just use the PowerPC core. > > > Getting the 8 SPE c

[CMake] Cmake module for GNU GSL

2008-01-02 Thread Pablo De Napoli
Dear Ing. Jan Woetzel, (and other users in the Cmake list) I see in a mail in this list, that Felix Woelk and Jan Woetzel has writen a module for finding GSL for CMake: http://www.cmake.org/pipermail/cmake/2006-March/008628.html I think that It would be great if that module could be integrated

Re: [CMake] CMake on Linux + Playstation 3 (IBM Cell BE processor)

2008-01-02 Thread Christian Convey
On Jan 2, 2008 8:54 PM, Christian Convey <[EMAIL PROTECTED]> wrote: > On Jan 2, 2008 10:23 AM, Alexander Neundorf <[EMAIL PROTECTED]> wrote: > [snip] > > Ok. So you have one build tree, and everything's built in this tree, both > > for > > the PPC and for the SPEs, and you run make once and get ev