1. 21 May, 2024 2 commits
    • Carlos Ramos Carreño's avatar
      Update GDAL dependencies. · bccd4ad6
      Carlos Ramos Carreño authored
      GDAL now uses cmake instead of autotools, so we change the config
      options accordingly.
      Jasper is no longer a dependency, and openjpeg is used instead.
      Proj4 was renamed to proj and also upgraded.
      bccd4ad6
    • Carlos Ramos Carreño's avatar
      Upgrade GDAL to newest version (3.9.0). · 3b741074
      Carlos Ramos Carreño authored
      This fixes the following compilation bug:
      
      ```
      gdalwmsdataset.cpp:383:37: error: ISO C++ forbids comparison between
      pointer and integer [-fpermissive]
      	if(pszHttpZeroBlockCodes == '\0') {
      ```
      3b741074
  2. 20 May, 2024 1 commit
  3. 17 May, 2024 1 commit
    • Carlos Ramos Carreño's avatar
      Compile snappy in lib folder. · 45c5abea
      Carlos Ramos Carreño authored
      Currently libsnappy is being compiled in the folder lib64 in some
      OSes (e.g. SUSE SLE 15.6).
      This is a problem because some dependents look for the library in the
      lib subdirectory.
      This change forces snappy to always use the lib directory.
      
      See merge request nexedi/slapos!1581
      45c5abea
  4. 16 May, 2024 6 commits
  5. 15 May, 2024 3 commits
  6. 13 May, 2024 4 commits
  7. 10 May, 2024 3 commits
  8. 09 May, 2024 4 commits
  9. 07 May, 2024 2 commits
  10. 06 May, 2024 1 commit
  11. 03 May, 2024 13 commits