Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inclusion of apps #1

Open
carlfischerjba opened this issue Nov 19, 2018 · 1 comment
Open

Inclusion of apps #1

carlfischerjba opened this issue Nov 19, 2018 · 1 comment

Comments

@carlfischerjba
Copy link

Very useful tool. Any idea how to include apps such as gdalinfo in the wheel so they become available within the virtualenv where the wheel is subsequently installed?

@youngpm
Copy link
Owner

youngpm commented Mar 14, 2019

There's probably a way but I'm not sure how; gdalinfo and a few others are cpp binary executables, so one would have to fiddle with their rpath's or some such to get them to point at the venderized gdal libs inside site-packages. The tool we use (manylinux) doesn't fix up executables as far as I am aware.

BTW many of the utilities are available as python functions now, e.g. gdal.Info(...).

FWIW rasterio's cli rio is already venderized and provides most of the functionality that the gdal cli tools do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants