Bug#820450: yade: FTBFS with glibc 2.23: 'isnan' was not declared in this scope

2016-05-22 Thread Graham Inggs
Control: reopen -1 Control: notfixed -1 1.20.0-9 Hi Anton It seems Gert's patch was included in 1.20.0-9, but with my name on it. 1.20.0-9 FTBFS on the Ubuntu buildds with the following error: In file included from /«PKGBUILDDIR»/lib/triangulation/FlowBoundingSphere.hpp:170:0,

Bug#820450: yade: FTBFS with glibc 2.23: 'isnan' was not declared in this scope

2016-04-17 Thread Anton Gladky
Hi Gert, thanks for your patch. I will apply it shortly. Regards Anton 2016-04-17 10:17 GMT+02:00 Gert Wollny : > Hi, > > I've updated the patch to use the std:: namespace prefix instead of > "using std::xxx" - in the header files this is a cleaner approach. > > Best,

Bug#820450: yade: FTBFS with glibc 2.23: 'isnan' was not declared in this scope

2016-04-17 Thread Gert Wollny
Hi,  I've updated the patch to use the std:: namespace prefix instead of  "using std::xxx" - in the header files this is a cleaner approach.  Best,  Gert  --- a/gui/qt4/GLViewer.cpp +++ b/gui/qt4/GLViewer.cpp @@ -350,7 +350,7 @@ if(not(rb->bound)){ rb->updateBound();} min=rb->bound->min;

Bug#820450: yade: FTBFS with glibc 2.23: 'isnan' was not declared in this scope

2016-04-08 Thread Graham Inggs
Source: yade Version: 1.20.0-7 Hi Maintainer Yade FTBFS with glibc 2.23 available in Experimental and Ubuntu Xenial. I was able to get yade to build in Ubuntu with the attached patch. There are other occurrences of 'isnan' and 'isinf' inside #ifdefs that I did not replace. I don't know if it