yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #11161
Re: [Question #266037]: CGAL ERROR: assertion violation!
Question #266037 on Yade changed:
https://answers.launchpad.net/yade/+question/266037
Janek Kozicki posted a new comment:
I have the same error, and I have prepackaged CGAL. I am about to
commit a fix which adds -frounding-math, but only if gcc compiler is
used.
@@ -65,9 +65,9 @@ IF ("${CMAKE_CXX_COMPILER} ${CMAKE_CXX_COMPILER_ARG1}" MATCHES ".*clang")
ELSE()
IF (GCC_VERSION VERSION_GREATER 4.9 OR GCC_VERSION VERSION_EQUAL 4.9)
MESSAGE(STATUS "GCC Version >= 4.9. Adding -fstack-protector-strong")
- ADD_DEFINITIONS("-fstack-protector-strong")
+ ADD_DEFINITIONS("-fstack-protector-strong -frounding-math")
ELSE()
- ADD_DEFINITIONS("-fstack-protector")
+ ADD_DEFINITIONS("-fstack-protector -frounding-math")
ENDIF()
ENDIF()
please give feedback in case of problems.
--
Janek Kozicki http://janek.kozicki.pl/ |
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.