VCityTeam / 3DUSE

Other
5 stars 5 forks source link

Test upgrade to GDAL2.X together with Travis QT4/QT5 task split #38

Open EricBoix opened 7 years ago

EricBoix commented 7 years ago

This PR is a ditch attempt to solve this PR final OSX difficulty by blending it with FPE's upgrade to GDAL 2.X.

For Ubuntu, being unable to have the GDAL version 2.X working through PPA (see note below), we resolve to building from sources.

Note: unable to use GDAL version 2.X binary packages (PPA)

UbuntuGIS launchpad points to some unbuntgis-testing supposedly version 2 gdal binary pacakges but when doing

  sudo apt-get install software-properties-common python-software-properties
  sudo add-apt-repository ppa:sebastic/ubuntugis-testing
  sudo apt-get update
  apt-cache search gdal
  apt-cache show libgdal-dev

it seems to be a GDAL version 1 (not 2.X).

EricBoix commented 7 years ago

-DGDAL_DIR=$HOME/local/gdal-2.1.1 as argument to cmake doesn't allow cmake to find gdal. Things to try:

Concerning Windows the script still uses GDL version 1.1 and GDL-2X. is missing.

EricBoix commented 6 years ago

The conflict should be resolved once PR #1 will be merged.

EricBoix commented 6 years ago

Work move to PR 41.