| 21 Feb 2024 |
Ivan Mincik (imincik) | What about opening issue in GDAL ? | 19:26:23 |
Ivan Mincik (imincik) | So many issues in those few instructions in elevation README :) | 19:31:00 |
Ivan Mincik (imincik) | Good reminder why I use Nix | 19:34:49 |
Ivan Mincik (imincik) | Please review this trivial patch version update - https://github.com/NixOS/nixpkgs/pull/286713 . Thanks. | 21:04:05 |
l0b0 | In reply to @imincik:matrix.org What about opening issue in GDAL ? The first thing someone is going to ask is how to reproduce, and I think I'll need some help with that. There are a bajillion options, and I'm not very familiar with cmake, and even less familiar with GDAL. | 23:46:11 |
l0b0 | In reply to @imincik:matrix.org What about opening issue in GDAL ? * The first thing someone is going to ask is how to reproduce, and I think I'll need some help with that. There are a bajillion options, and I'm not very familiar with cmake, and even less familiar with GDAL. I'd be surprised if they'd be OK with running nix-build to test it, but I could start with that. | 23:46:58 |
l0b0 | Looks like there's already a relevant issue. | 23:48:01 |
l0b0 | * Looks like there's already a relevant issue. I'll try building libtiff with lerc to see if that fixes it… | 23:50:47 |
| 22 Feb 2024 |
l0b0 | Is anyone familiar enough with libtiff to create some tests? I feel like if LERC support should be added to libtiff then it should be tested in the libtiff package, not in GDAL. | 00:05:25 |
Ivan Mincik (imincik) | In reply to @vengmark2:matrix.org Looks like there's already a relevant issue. I'll try building libtiff with lerc to see if that fixes it… Is it working with https://github.com/NixOS/nixpkgs/pull/290556 | 09:17:53 |
Ivan Mincik (imincik) | In reply to @vengmark2:matrix.org Looks like there's already a relevant issue. I'll try building libtiff with lerc to see if that fixes it… * Is it working with https://github.com/NixOS/nixpkgs/pull/290556 ? | 09:17:57 |
l0b0 | Yep, that's how I verified the libtiff change. There's no libtiff test to verify that LERC support has been enabled yet. | 09:18:44 |
l0b0 | You should be able to verify with
git checkout l0b0/libtiff-lerc-support
git cherry-pick l0b0/gdal-test-separation
git cherry-pick l0b0/gdal-lerc-support
nix-build --attr pkgs.gdal.passthru.tests
| 09:24:05 |
l0b0 | * You should be able to verify with
git checkout l0b0/libtiff-lerc-support
git cherry-pick l0b0/gdal-test-separation
git cherry-pick l0b0/gdal-lerc-support
nix-build --attr pkgs.gdal.passthru.tests.compress-lerc
| 09:24:45 |
l0b0 | * You should be able to verify with
git checkout l0b0/libtiff-lerc-support
git cherry-pick l0b0/gdal-test-separation
git cherry-pick l0b0/gdal-lerc-support
nix-build --attr pkgs.gdal.passthru.tests.compress-lerc
(It takes forever to build, though.)
| 09:25:13 |