We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GDAL package used to contain "res/gdal" folder before 3.5.x on conan (I checked 3.4.3, it contains res/gdal/* files),
However, the recent version 3.5.1 3.5.2 missed such a folder, which contains some essential data for gdal running.
[settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=9 os=Linux
In Linux Bash:
conan download gdal/3.4.3:68820ae16fe73ad1ec91605b400b2ff83d912328 ls ~/.conan/data/gdal/3.4.3///package/68820ae16fe73ad1ec91605b400b2ff83d912328/
bin conaninfo.txt conanmanifest.txt include lib licenses res
conan download gdal/3.5.1:81e5d5569730d0770df53a5267e71cb78f2ec450 ls ~/.conan/data/gdal/3.5.1///package/81e5d5569730d0770df53a5267e71cb78f2ec450
conaninfo.txt conanmanifest.txt include lib licenses
Put your log output here
The text was updated successfully, but these errors were encountered:
gdal: fix gdal data not being packaged
6fc3871
Fixes conan-io#15660.
1b3689b
a1c6c89
Successfully merging a pull request may close this issue.
Description
GDAL package used to contain "res/gdal" folder before 3.5.x on conan (I checked 3.4.3, it contains res/gdal/* files),
However, the recent version 3.5.1 3.5.2 missed such a folder, which contains some essential data for gdal running.
Package and Environment Details
Conan profile
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=9
os=Linux
Steps to reproduce
In Linux Bash:
conan download gdal/3.4.3:68820ae16fe73ad1ec91605b400b2ff83d912328
ls ~/.conan/data/gdal/3.4.3///package/68820ae16fe73ad1ec91605b400b2ff83d912328/
conan download gdal/3.5.1:81e5d5569730d0770df53a5267e71cb78f2ec450
ls ~/.conan/data/gdal/3.5.1///package/81e5d5569730d0770df53a5267e71cb78f2ec450
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: