[gdal-dev] float16 woes on solaris

2025-05-20 Thread Greg Troxel via gdal-dev
The pkgsrc package isn't building on SmartOS (which is illumos, which is OpenSolaris, more or less). Full build at the last link: https://reports.pkgci.org/SmartOS/upstream/trunk/20250518.2249/meta/report.html https://reports.pkgci.org/SmartOS/upstream/trunk/20250518.2249/gdal-lib-3.11.0/co

Re: [gdal-dev] float16 woes on solaris

2025-05-20 Thread Even Rouault via gdal-dev
Greg, HAVE_STD_FLOAT16_T tests only the C++ part of Float16 support. Later in the log I can see: -- Performing Test HAVE__FLOAT16 -- Performing Test HAVE__FLOAT16 - Success which is this test in cmake/helpers/configure.cmake # Check whether the type `_Float16` exists, and whether type # con

Re: [gdal-dev] float16 woes on solaris

2025-05-20 Thread Greg Troxel via gdal-dev
The build I posted was gcc 13. This might be a gcc bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117321 ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev