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

GDAL 3.0.x support in code but not wheels #1729

Merged
merged 37 commits into from Jul 26, 2019
Merged

GDAL 3.0.x support in code but not wheels #1729

merged 37 commits into from Jul 26, 2019

Commits on Jul 22, 2019

  1. Added support for Proj6 and GDAL 3

    normanb authored and Sean Gillies committed Jul 22, 2019
    Copy the full SHA
    1e9260d View commit details
    Browse the repository at this point in the history
  2. install proj6

    normanb authored and Sean Gillies committed Jul 22, 2019
    Copy the full SHA
    9d6b763 View commit details
    Browse the repository at this point in the history
  3. build proj with local installation dir

    normanb authored and Sean Gillies committed Jul 22, 2019
    Copy the full SHA
    56987b0 View commit details
    Browse the repository at this point in the history
  4. conditional proj dependency

    normanb authored and Sean Gillies committed Jul 22, 2019
    Copy the full SHA
    6615c57 View commit details
    Browse the repository at this point in the history
  5. added proj4 flags for all gdal versions

    normanb authored and Sean Gillies committed Jul 22, 2019
    Copy the full SHA
    e6b374d View commit details
    Browse the repository at this point in the history
  6. Restore debian data tests

    Sean Gillies committed Jul 22, 2019
    Copy the full SHA
    a89760e View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Version specific proj configuration

    Sean Gillies committed Jul 23, 2019
    Copy the full SHA
    3f71c01 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Fix string comp expression

    Sean Gillies committed Jul 24, 2019
    Copy the full SHA
    95a5c3a View commit details
    Browse the repository at this point in the history
  2. Explicit matrix

    Sean Gillies committed Jul 24, 2019
    Copy the full SHA
    a49ff8b View commit details
    Browse the repository at this point in the history
  3. Restructure build matrix

    Sean Gillies committed Jul 24, 2019
    Copy the full SHA
    08aab6f View commit details
    Browse the repository at this point in the history
  4. Remove wait from proj build script

    Sean Gillies committed Jul 24, 2019
    Copy the full SHA
    7b0a671 View commit details
    Browse the repository at this point in the history
  5. Call script with bash

    Sean Gillies committed Jul 24, 2019
    Copy the full SHA
    2255d62 View commit details
    Browse the repository at this point in the history
  6. Fix version text

    Sean Gillies committed Jul 24, 2019
    Copy the full SHA
    0bba5ba View commit details
    Browse the repository at this point in the history
  7. Bash syntax

    Sean Gillies committed Jul 24, 2019
    Copy the full SHA
    4cd7cf2 View commit details
    Browse the repository at this point in the history
  8. Correct PROJOPTs

    Sean Gillies committed Jul 24, 2019
    Copy the full SHA
    5905797 View commit details
    Browse the repository at this point in the history
  9. Use xvfb service

    Sean Gillies committed Jul 24, 2019
    Copy the full SHA
    c68fd23 View commit details
    Browse the repository at this point in the history
  10. Back to proj 4.8 for older GDAL

    Sean Gillies committed Jul 24, 2019
    Copy the full SHA
    0e28b93 View commit details
    Browse the repository at this point in the history
  11. Fix syntax error

    Sean Gillies committed Jul 24, 2019
    Copy the full SHA
    5c9f8b2 View commit details
    Browse the repository at this point in the history
  12. Add verbosity to tests

    Sean Gillies committed Jul 24, 2019
    Copy the full SHA
    fae4d19 View commit details
    Browse the repository at this point in the history
  13. Take proj off library path, remove gdal-bin package

    Sean Gillies committed Jul 24, 2019
    Copy the full SHA
    857116a View commit details
    Browse the repository at this point in the history
  14. Install PROJ and GDAL to same prefix

    Sean Gillies committed Jul 24, 2019
    Copy the full SHA
    29873df View commit details
    Browse the repository at this point in the history
  15. Set up runtime env

    Sean Gillies committed Jul 24, 2019
    Copy the full SHA
    9550da1 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Try 4.9.3

    Sean Gillies committed Jul 25, 2019
    Copy the full SHA
    e673893 View commit details
    Browse the repository at this point in the history
  2. Source build scripts

    Sean Gillies committed Jul 25, 2019
    Copy the full SHA
    2be364f View commit details
    Browse the repository at this point in the history
  3. Switch to case for versions

    Sean Gillies committed Jul 25, 2019
    Copy the full SHA
    3b2c229 View commit details
    Browse the repository at this point in the history
  4. set trace

    Sean Gillies committed Jul 25, 2019
    Copy the full SHA
    a46c8f0 View commit details
    Browse the repository at this point in the history
  5. Test existence of share/gdal directory

    The proj install script created the gdal install directory so a
    test for just that is not sufficient.
    Sean Gillies committed Jul 25, 2019
    Copy the full SHA
    14bcfcd View commit details
    Browse the repository at this point in the history
  6. Test for share/proj

    Sean Gillies committed Jul 25, 2019
    Copy the full SHA
    598d88f View commit details
    Browse the repository at this point in the history
  7. Run tests under gdb

    Sean Gillies committed Jul 25, 2019
    Copy the full SHA
    05a71c3 View commit details
    Browse the repository at this point in the history
  8. Forgot the run command

    Sean Gillies committed Jul 25, 2019
    Copy the full SHA
    e6780c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Wait 20 for GDAL

    Sean Gillies committed Jul 26, 2019
    Copy the full SHA
    320f414 View commit details
    Browse the repository at this point in the history
  2. travis_wait

    Sean Gillies committed Jul 26, 2019
    Copy the full SHA
    237cbd6 View commit details
    Browse the repository at this point in the history
  3. Restructure build script, less boilerplate

    Sean Gillies committed Jul 26, 2019
    Copy the full SHA
    bfb1cf7 View commit details
    Browse the repository at this point in the history
  4. Back to trusty

    Sean Gillies committed Jul 26, 2019
    Copy the full SHA
    32d00f6 View commit details
    Browse the repository at this point in the history
  5. dist: trusty

    Sean Gillies committed Jul 26, 2019
    Copy the full SHA
    e35ffb9 View commit details
    Browse the repository at this point in the history
  6. Remove gdb

    Sean Gillies committed Jul 26, 2019
    Copy the full SHA
    5e10a68 View commit details
    Browse the repository at this point in the history
  7. Allow 3.0.1/6.1.1 to fail, some changes since 3.0.0/6.1.0

    Sean Gillies committed Jul 26, 2019
    Copy the full SHA
    6f193e1 View commit details
    Browse the repository at this point in the history