Closed bf777 closed 6 years ago
Thanks for the report. I don't have a Mac to test with, unfortunately. Are you running that gcc version (4.3) with the problem you link to? Or are you actually running clang? I notice your log says /usr/bin/clang, even though you ask for gcc... Maybe try without that option? I just tried compiling with clang on Ubuntu 16.04 and it seems to works fine (clang 3.8).
I just added a workaround, let me know if this fixes the issue.
The workaround worked! All good now, thanks!
The installation process for disco-dop on Mac OSX High Sierra (10.13.3) works until Cython creates
pcfg.cpp
; here I get this output:I hotfixed the issue by replacing each
isfinite
andisinf
withstd::isfinite
andstd::isinf
. However, considering that the code is machine-compiled this isn't a sustainable solution. There's a possibility that this could be a gcc problem (see here) but I haven't ascertained that yet.