You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used fmt to replace numeric->string conversions in LightGBM microsoft/LightGBM#3405 and whilst in many environments it compiles and works very fast, there are some systems where it doesn't compile. I don't understand why. CMakeLists claims strtod_l was found:
-- Looking for strtod_l - found
-- Configuring done
Hello,
I used fmt to replace numeric->string conversions in LightGBM microsoft/LightGBM#3405 and whilst in many environments it compiles and works very fast, there are some systems where it doesn't compile. I don't understand why. CMakeLists claims
strtod_l
was found:but then the compilation fails. See lines 704 and 708 for instance: https://travis-ci.org/github/microsoft/LightGBM/jobs/730024056
Any ideas of what's the cause?
I believe it's something really basic and stupid from my part but don't know what I'm missing.
Thank you!
P.S.: This library is awesome - easy, featureful and FAST!! Thank you for that!
The text was updated successfully, but these errors were encountered: