-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Vagrant: missing proj6 #1281
Comments
I know GDAL 2.4.0 now include a [RFC73[(https://github.com//pull/1185): Integration of PROJ6 for WKT2 and now requires proj6 but Vagrant scripts have been with proj4, which is provided by ubuntugis project and my PPA for mingw compilation. It is a big changes in dependencies and we may need to update many of packages based on proj6. How can we provide proj6? Now proj project has an option to RENAME_SYMBOLS in git HEAD, that is used in Travis-CI scripts. Do we do same way, compiling proj with it, on Vagrant? |
I'd suggest so. Recompiling all other dependencies against PROJ master would be unpractical |
- Install proj.6 library from git HEAD - Build sqlite3 and proj.6 with mingw32-w64 - Install mingw32-w64 binaries into /usr/local/x86_64-w64-mingw32/ - Fixed OSGeo#1281 Signed-off-by: Hiroshi Miura <[email protected]>
@miurahr @rouault
Expected behavior and actual behavior.
Clean vagrant dev environment provisioning:
I guess proj6 needs installing in
gdal/scripts/vagrant/gdal.sh
?Operating system
Vagrant (Ubuntu 14.04/64bit)
GDAL version and provenance
master @ 4ee1c99
The text was updated successfully, but these errors were encountered: