summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gdal (follow)
Commit message (Expand)AuthorAgeFilesLines
* gdal: 3.9.0 -> 3.9.1Ivan Mincik2024-07-041-11/+2
* gdal: fix build with latest hdf5 versionIvan Mincik2024-06-121-0/+9
* gdal: 3.8.5 -> 3.9.0Ivan Mincik2024-06-121-13/+4
* gdal: add pname suffix when builing minimal versionIvan Mincik2024-06-101-1/+1
* gdal: 3.8.4 -> 3.8.5Ivan Mincik2024-04-051-2/+2
* gdal: use pytest-benchmark to disable benchmarks•••This is a the reliable way to make sure we don't run any benchmarks, since apparently disabling the benchmark directory has become insufficient. Martin Weinelt2024-03-141-3/+4
* gdal: bump java source option•••Bump java source option to fix build with JDK 21. Closes #294940 Ivan Mincik2024-03-111-0/+9
* gdal: Split tests into separate attributes•••Makes it easier to run single tests for debugging purposes. Co-authored-by: Robert Schütz <github@dotlambda.de> Victor Engmark2024-02-222-26/+32
* gdal: 3.8.3 -> 3.8.4R. Ryantm2024-02-191-2/+2
* gdal: wrap executables in environment containing numpy•••Since gdal 3.8.1 there is a numpy dependency on the python library it seems. This resulted in broken python scrips such as gdal2tiles.py ``` [nix-shell:~/map-scraper/shake-rg]$ gdal2tiles.py --help ModuleNotFoundError: No module named 'numpy' ``` Therefore it's important to wrap the executables in an environment which contains numpy. Matthew Pickering2024-02-141-1/+2
* gdal: apply `nixpkgs-fmt`Rolf Schröder2024-01-251-12/+13
* gdal: add java bindingsRolf Schröder2024-01-252-2/+24
* gdal: 3.8.2 -> 3.8.3Ivan Mincik2024-01-091-2/+2
* Merge pull request #275389 from NixOS/gdal-tests-correct-binary•••gdal: call correct binaries in testsIvan Mincik2023-12-221-11/+9
|\
| * gdal: call correct binaries in testsIvan Mincik2023-12-191-11/+9
* | gdal: 3.8.1 -> 3.8.2Ivan Mincik2023-12-201-2/+2
|/
* gdal: disable test failing with PROJ 9.3.1Ivan Mincik2023-12-041-0/+3
* gdal: 3.7.3 -> 3.8.1 (#271240)Ivan Mincik2023-11-301-2/+5
* gdal: unbreakPeder Bergebakken Sundt2023-11-131-0/+3
* gdal: 3.7.2 -> 3.7.3R. Ryantm2023-11-051-2/+2
* gdal: 3.7.1 -> 3.7.2•••Diff: https://github.com/OSGeo/gdal/compare/v3.7.1...v3.7.2 Changelog: https://github.com/OSGeo/gdal/blob/v3.7.2/NEWS.md Robert Schütz2023-09-161-2/+2
* gdal: make armadillo and netcdf optional•••Signed-off-by: Austin Seipp <aseipp@pobox.com> Austin Seipp2023-08-151-2/+6
* gdalMinimal: make poppler, arrow, and HDF optional•••Signed-off-by: Austin Seipp <aseipp@pobox.com> Austin Seipp2023-08-151-6/+16
* gdalMinimal: make database support optional•••Signed-off-by: Austin Seipp <aseipp@pobox.com> Austin Seipp2023-08-151-4/+12
* gdalMinimal: make libheif optional•••Signed-off-by: Austin Seipp <aseipp@pobox.com> Austin Seipp2023-08-151-6/+10
* gdal: introduce 'useMinimalFeatures' flag to reduce closure size•••Summary: GDAL has an atrociously large closure weighing in at over 1.3GiB. This makes many things such as packaging PostGIS/PostgreSQL inside Docker images, or even copying closures, perform pretty poorly. More importantly, adding unlimited surface area to GDAL is effectively a support and maintenance burden. This is one of the major motivators of this patch: to make it possible to reduce the number of supported raster formats and thus scope support and maintence to specific subsets of functionality. Signed-off-by: Austin Seipp <aseipp@pobox.com> Austin Seipp2023-08-151-58/+65
* gdal: add package tests•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Ivan Mincik2023-07-152-5/+57
* gdal: 3.7.0 -> 3.7.1Ivan Mincik2023-07-141-2/+2
* gdal: 3.6.4 -> 3.7.0 (#239458)•••* gdal: 3.6.4 -> 3.7.0 Diff: https://github.com/OSGeo/gdal/compare/v3.6.4...v3.7.0 Changelog: https://github.com/OSGeo/gdal/blob/v3.7.0/NEWS.md * gdal: add filelock * gdal: fix unit tests --------- Co-authored-by: Robert Schütz <nix@dotlambda.de> Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>Jérémy Anger2023-07-131-5/+15
* gdal: add geospatial team to maintainersIvan Mincik2023-07-031-5/+5
* gdal: Fix tests on darwin•••by allowing local network access. Martin Weinelt2023-05-101-0/+2
* gdal: fix build on x86_64-darwinWeijia Wang2023-05-081-0/+5
* gdal: 3.6.3 -> 3.6.4•••Diff: https://github.com/OSGeo/gdal/compare/v3.6.3...v3.6.4 Changelog: https://github.com/OSGeo/gdal/blob/v3.6.4/NEWS.md Robert Schütz2023-04-231-2/+2
* gdal: 3.6.2 -> 3.6.3•••Diff: https://github.com/OSGeo/gdal/compare/v3.6.2...v3.6.3 Changelog: https://github.com/OSGeo/gdal/blob/v3.6.3/NEWS.md Robert Schütz2023-03-171-2/+2
* gdal: Disable failing test•••``` > raise CalledProcessError(retcode, cmd) E subprocess.CalledProcessError: Command '['/nix/store/r0xi4wqmplkiapxhi8ns7hd3jl5011gc-python3-3.10.10/bin/python3.10', 'osr_basic_subprocess.py']' returned non-zero exit status 1. /nix/store/r0xi4wqmplkiapxhi8ns7hd3jl5011gc-python3-3.10.10/lib/python3.10/subprocess.py:369: CalledProcessError ----------------------------- Captured stderr call ----------------------------- ERROR 1: PROJ: proj_create_from_database: crs not found Traceback (most recent call last): File "/build/source/autotest/osr/osr_basic_subprocess.py", line 42, in <module> assert sr.ImportFromEPSG(4326) == 0 AssertionError ``` Martin Weinelt2023-03-031-0/+2
* gdal: allow overriding libmysqlclient with mysql80Weijia Wang2023-02-011-1/+1
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* gdal: 3.6.1 -> 3.6.2•••https://github.com/OSGeo/gdal/blob/v3.6.2/NEWS.md Robert Schütz2023-01-091-3/+3
* gdal: 3.6.0.1 -> 3.6.1Ivan Mincik2022-12-151-12/+2
* gdal: 3.5.2 -> 3.6.0.1•••https://github.com/OSGeo/gdal/blob/v3.6.0.1/NEWS.md Robert Schütz2022-11-201-2/+12
* gdal: don't depend on kea•••The actual (optional) dependency is http://www.kealib.org/. Robert Schütz2022-11-101-2/+0
* gdal: fix build on darwinRobert Scott2022-10-301-3/+8
* gdal: skip test failing when using PROJ < 8Robert Schütz2022-10-301-0/+2
* gdal: 3.4.2 -> 3.5.2•••https://github.com/OSGeo/gdal/blob/v3.5.2/NEWS.md Robert Schütz2022-10-291-70/+136
* gdal_2: dropYorick van Pelt2022-10-091-92/+0
* gdal_2: fix build (#169738)•••* gdal_2: fix build * gdal_2: remove broken flagPhillip Cloud2022-05-031-2/+11
* gdal_2: mark as broken on linuxWill Cohen2022-04-291-0/+1
* gdal: enable testsRobert Scott2022-04-021-0/+40
* gdal: 3.4.1 -> 3.4.2R. Ryantm2022-03-151-2/+2
* gdal: fix build with latest poppler•••Poppler 22.01.0 requires std=c++17: https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/1027 Jan Tojnar2022-01-271-1/+5