The cron job of Add zstd package to https://bldrwnsch.toolforge.org/ relies on make and ogr2ogr (from gdal). The https://github.com/simon04/bldrwnsch/blob/master/Makefile builds/updates the file in the correct order according to their dependencies. Can you install the corresponding packages on tf-bullseye-std? Thank you!
Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | simon04 | T308886 Hacking on bldrwnsch.toolforge.org | |||
Resolved | simon04 | T319593 Migrate bldrwnsch from Toolforge GridEngine to Toolforge Kubernetes | |||
Declined | None | T308988 Add make and gdal package to tf-bullseye-std toolforge-jobs image |
Event Timeline
Comment Actions
Gdal is a specialized application which is not currently a good fit for any Toolforge Kubernetes container. We are actively working on solutions for T194332: [Epic] Make Toolforge a proper platform as a service with push-to-deploy and build packs which will eventually provide a solution for tools which need to install custom applications and libraries in their containers.
Comment Actions
There is a Python binding for gdal that is actively maintained: https://gdal.org/api/python_bindings.html
Comment Actions
However...
It may be necessary to have libgdal and its development headers installed if easy_install is expected to do a source build because no egg is available for your specified platform and Python version.