Re: [osg-users] Cmake-2.6-patch 0 optimisation problems

2008-12-04 Thread Michael
Hi, I also have -O3 -DNDEBUG for CMAKE_CXX_FLAGS_RELEASE Debian testing/unstable cmake version 2.6.2 installed from official debian package cmake 2.6.2-2 Michael ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] Cmake-2.6-patch 0 optimisation problems

2008-12-04 Thread Robert Osfield
Hi J-S, On Wed, Dec 3, 2008 at 8:02 PM, Jean-Sébastien Guay [EMAIL PROTECTED] wrote: We could also show a warning on Configure if we detect that the CMake version is one of those that cause the problem. Looking at the follow up responses it might not be specific CMake version, rather a

[osg-users] Cmake-2.6-patch 0 optimisation problems

2008-12-03 Thread Robert Osfield
HI All, I've been testing my newly built Intel Core i7/X58/Kubuntu 8.10 system and found that OSG performance was around 1/3rd of what I expected, and have traced the cause of this down to the cmake-2.6.0 (2.6 patch 0) that I installed from the Ubuntu repositories. The specific problem is that

Re: [osg-users] Cmake-2.6-patch 0 optimisation problems

2008-12-03 Thread Jean-Sébastien Guay
Hi Robert, Once we have a pattern of what is cmake versions/platforms this problem we can post an advisory on the wiki, and perhaps see if we can get the repositories updated. We could also show a warning on Configure if we detect that the CMake version is one of those that cause the

Re: [osg-users] Cmake-2.6-patch 0 optimisation problems

2008-12-03 Thread Mattias Helsing
Hi Robert, I have cmake-2.6.0. I had it before Intrepid; downloaded from cmake.org and it has the proper CMAKE_CXX_FLAGS_RELEASE (-O3 -NDEBUG). This suggests that the ubuntu archives might be the source of your problem. I - like you - also have cmake-2.6.2 installed with proper

Re: [osg-users] Cmake-2.6-patch 0 optimisation problems

2008-12-03 Thread J.P. Delport
Hi, I have -O3 -DNDEBUG on Debian Sid 32-bit for CMAKE_CXX_FLAGS_RELEASE. cmake --help claims it is: cmake version 2.6-patch 0 The Debian package is 2.6.0-6 jp Robert Osfield wrote: HI All, I've been testing my newly built Intel Core i7/X58/Kubuntu 8.10 system and found that OSG