Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Assertion thrown -- wrong rounding

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Assertion thrown -- wrong rounding


Chronological Thread 
  • From: BardoB <>
  • To:
  • Subject: [cgal-discuss] Re: Assertion thrown -- wrong rounding
  • Date: Fri, 26 Feb 2010 02:11:09 -0800 (PST)


Hi,

I have the same problem.

gcc --version:

i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

cat CGALConfig.cmake | grep frounding:

set(CGAL_CXX_FLAGS_INIT "-pipe -arch x86_64 -arch i386 -frounding-math
-fno-strict-aliasing" )

cat CMakeLists.txt | grep frounding:

message( STATUS "Using gcc version 4 or later. Adding -frounding-math" )
uniquely_add_flags( CGAL_CXX_FLAGS "-frounding-math" )

Is there a sollution known?

Bardo
--
View this message in context:
http://n4.nabble.com/Assertion-thrown-wrong-rounding-tp953602p1570406.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page