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,
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,
> Gert
> --
> debian-sc
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; m
Hi Graham,
thanks for the note! i will create an isolated environment and
build Yade against glibc_2.23 there to find all occurrences.
Regards
Anton
2016-04-08 17:31 GMT+02:00 Graham Inggs :
> Source: yade
> Version: 1.20.0-7
>
> Hi Maintainer
>
> Yade FTBFS with glibc 2.23 available in Exper
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 w