-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Update GDAL dependency to v3.0.0 #1265
Conversation
Test with Debian 11Docker Image is used for test: It was not possible to install the GDAL JNI binding as package libgdal-java does not exist anymore (see https://packages.debian.org/search?keywords=libgdal-java). It seems that the package was removed while working on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947960. Test with Docker Container confirms that GDAL JNI interface does not exist after installing all available GDAL packages:
|
Test with Ubuntu 22.04 LTSDocker Image is used for test: Also, the package libgdal-java does not exist anymore:
Test with Docker Container confirms that GDAL JNI interface does not exist after installing all available GDAL packages:
|
Test with Ubuntu 20.04 LTSDocker Image is used for test: Package libgdal-java can be installed and JNI interface exists afterwards:
|
This pull requests updates GDAL dependency to v3.0.0.
Solves #1103.