On 18/02/2025 15:58, Even Rouault via gdal-dev wrote:
Hi,
Main reason: doesn't build with GCC 15
Download links:
- https://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.7.4rc1.tar.gz
built on cygwin with both cmake and autoconf using
gcc (GCC) 15.0.0 20250105
I noticed few discrepanci
Hi,
To me, that's a bit unexpected and possibly a bug, but not a problem I've ever
run into in practice. You're probably aware of this already, but instead of:
> export AWS_S3_ENDPOINT=...
> gdalmdiminfo ...
> unset AWS_S3_ENDPOINT
> gdalmdiminfo ...
you can do:
> AWS_S3_ENDPOINT=... gdalmdimi
This may well just be a hapless user-question, can we set configs to empty
and expect that to mean "unset"?
In a fresh session all is well (standard public bucket):
gdalmdiminfo /vsis3/mur-sst/zarr
Our non-standard public bucket can't be found of course, so set the
endpoint:
export AWS_S3_ENDPO
"Formalizing" recent discussions: https://github.com/OSGeo/gdal/pull/11862
--
http://www.spatialys.com
My software is free, but my time generally not.
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev
Hi,
Main reason: doesn't build with GCC 15
Download links:
- https://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.7.4rc1.tar.gz
- https://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.7.4rc1.zip
Changelog:
* CMake modernization, automate release generation from tags and
refactor