[cmake-developers] Patch: cmjsoncpp - missing isfinite on AIX 5.1 and HP-UX 11.23

Brad King brad.king at kitware.com
Tue Mar 31 10:13:54 EDT 2015


On 03/31/2015 09:42 AM, Ådne Hovda wrote:
> Applying the attached patch fixes compilation with GCC on AIX 5.1 and 
> HP-UX for me.

Thanks.  What compiler versions are you using?  What architectures?
Would you be able to run nightly testing?  Instructions are here:

 http://www.cmake.org/Wiki/CMake/Git/Dashboard

Currently we have nightly testing for:

* AIX 7.1 with GNU 4.8.1 compiler
* AIX 7.1 with XL 12.1.0 compiler
* HP-UX B.11.23 ia64 with HP 6.25.0 compiler
* HP-UX B.11.31 ia64 with HP 6.25.0 compiler

and they all build cleanly without this patch.  Can you add some kind
of version or architecture preprocessor test?  Or, do we know if the
"defined(isfinite)" condition will be true on the above systems?

Thanks,
-Brad



More information about the cmake-developers mailing list