Question #266037 on Yade changed: https://answers.launchpad.net/yade/+question/266037
Janek Kozicki posted a new comment: Please feel free to revert. Maybe I am too hasty :) In my case it's rather clean debian wheezy, with python-minieigen and eigen3-3.2.2 backported from jessie. best regards Janek Kozicki Anton Gladky said: (by the date of Thu, 30 Apr 2015 19:20:27 +0200) > I would escape adding any such options, which can > influence mathematical calculations, until > we find, where is the problem and how much > people are affected and on which OSs. > > Anton > > > 2015-04-30 19:08 GMT+02:00 Janek Kozicki <[email protected]>: > > @@ -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() > > _______________________________________________ > Mailing list: https://launchpad.net/~yade-users > Post to : [email protected] > Unsubscribe : https://launchpad.net/~yade-users > More help : https://help.launchpad.net/ListHelp > -- 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. _______________________________________________ Mailing list: https://launchpad.net/~yade-users Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp

