Re: [gdal-dev] GDAL 3.5.0alpha1 available

2022-03-24 Thread Even Rouault
Bas, given that autoconf support for GDAL will remain in 3.5.0, we can keep things unchanged for now in frmts/grass/GNUmakefile if the driver remains in-tree. Once autoconf support for GDAL is gone, indeed the simplification of your patch could be done. But the status of last discussions is

Re: [gdal-dev] GDAL 3.5.0alpha1 available

2022-03-24 Thread Sebastiaan Couwenberg
How will the gdal-grass tarball be generated? Will frmts/grass/GNUmakefile remain with only the dist target, e.g. like attached patch? Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1diff --git a/frmts/grass/GNUmakefile

Re: [gdal-dev] GDAL 3.5.0alpha1 available

2022-03-24 Thread Sandro Mani
On 24.03.22 12:23, Even Rouault wrote: - I wasn't able to figure out how to build the docs? cmake -DBUILD_DOCS=On works so far as cmake configuration succeeds. Then make documentation fails with missing br/ru localized files, and commenting those targets out there seems to be a mismatch betw

Re: [gdal-dev] GDAL 3.5.0alpha1 available

2022-03-24 Thread Sebastiaan Couwenberg
On 3/24/22 12:23, Even Rouault wrote: - do like we did in recent versions, ie have no doc/ directory in the tarball, and just generated man pages (will need https://github.com/OSGeo/gdal/issues/5491 to be implemented to automatically have CMake to install the generated man pages) This has my

Re: [gdal-dev] GDAL 3.5.0alpha1 available

2022-03-24 Thread Even Rouault
Hi Sandro, I gave it a spin for Fedora: - Does not build against JasPer-3.0.2: there are two signature mismatches: Jasper support will be dropped soon (see https://github.com/OSGeo/gdal/pull/5269). You should rather use the JP2OpenJPEG driver using libopenjp2 from https://github.com/uclou

Re: [gdal-dev] GDAL 3.5.0alpha1 available

2022-03-24 Thread Sandro Mani
On 21.03.22 00:05, Even Rouault wrote: Hi, As discussed a few weeks ago, here's a GDAL 3.5.0alpha1 snapshot, mostly for the sake of exercising the new CMake build system (thanks to all early testers and contributors!). The libtool numbers have *not* been updated (I believe they are still the

Re: [gdal-dev] GDAL 3.5.0alpha1 available

2022-03-22 Thread Sebastiaan Couwenberg
On 3/21/22 19:14, Even Rouault wrote: Other things you spotted ? There doesn't seem to be an equivalent for the install-man target, there is no CMakeLists.txt in man/man1 nor is that directory included in gdal.cmake. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 81

Re: [gdal-dev] GDAL 3.5.0alpha1 available

2022-03-22 Thread Even Rouault
Le 22/03/2022 à 19:10, Sebastiaan Couwenberg a écrit : On 3/21/22 19:14, Even Rouault wrote: Other things you spotted ? A bunch of new data (and one ini) files, Those new data files are intended. I assume you're refering to drivers.ini ? This is intended too. and some helper scripts like:

Re: [gdal-dev] GDAL 3.5.0alpha1 available

2022-03-22 Thread Sebastiaan Couwenberg
On 3/21/22 19:14, Even Rouault wrote: Other things you spotted ? A bunch of new data (and one ini) files, and some helper scripts like: frmts/grib/degrib/extract_tables.py frmts/grib/degrib/merge_degrib_and_wmo_tables.py There doesn't seem to be an equivalent for: --with-threads --with-

Re: [gdal-dev] GDAL 3.5.0alpha1 available

2022-03-21 Thread Even Rouault
Forgot to mention that the GDAL specific options to control the CMake build are documented in https://gdal.org/build_hints.html (of course general CMake variables that control builds, like the ones listed at https://cmake.org/cmake/help/latest/manual/cmake-variables.7.html, can also generally b

Re: [gdal-dev] GDAL 3.5.0alpha1 available

2022-03-21 Thread Even Rouault
Le 21/03/2022 à 18:39, Sebastiaan Couwenberg a écrit : Quite a lot of new files which suggests that CPACK_SOURCE_IGNORE_FILES needs more work. CPack hasn't been used at all to generate the tarball. This is the traditionnal mkgdaldist.sh script. I suspect this comes from gdal/ content having

Re: [gdal-dev] GDAL 3.5.0alpha1 available

2022-03-21 Thread Sebastiaan Couwenberg
On 3/21/22 18:39, Sebastiaan Couwenberg wrote: Quite a lot of new files which suggests that CPACK_SOURCE_IGNORE_FILES needs more work. Also quite a lot of noise in the diff due $Id$ expansion changes like: - * $Id: armadillo_headers.h dd1e0e25c2d41bbb0b63061751483276ab5da090 2019-04-27 15:27:

Re: [gdal-dev] GDAL 3.5.0alpha1 available

2022-03-21 Thread Sebastiaan Couwenberg
Quite a lot of new files which suggests that CPACK_SOURCE_IGNORE_FILES needs more work. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1 ___ gdal-dev mailing list gdal-dev@lists.

[gdal-dev] GDAL 3.5.0alpha1 available

2022-03-20 Thread Even Rouault
Hi, As discussed a few weeks ago, here's a GDAL 3.5.0alpha1 snapshot, mostly for the sake of exercising the new CMake build system (thanks to all early testers and contributors!). The libtool numbers have *not* been updated (I believe they are still the same as the 3.3.0 release). This is not