11.04.2017, 10:49, Bas Couwenberg kirjoitti:
On 2017-04-11 09:30, Ari Jolma wrote:
How could I pull into travis the binaries of the latest released GDAL
(now 2.1.3)?

There seems to be experimental debian package
https://packages.debian.org/experimental/libgdal-dev

Does anybody have experience with them?

OSGeo-Live includes these packages, (re)built for Ubuntu xenial.

Right now I'm pulling in the source code and building it in the
overall build but that's really slow.

The ubuntugis-unstable PPA has the GDAL 2.1.3 packages for xenial too (from OSGeo-Live), you can add the PPA in the travis setup script and install the packages from there.

What's the package name I should use?

sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable -y
gpg: keyring `/tmp/tmp2gKbLJ/secring.gpg' created
gpg: keyring `/tmp/tmp2gKbLJ/pubring.gpg' created
gpg: requesting key 314DF160 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmp2gKbLJ/trustdb.gpg: trustdb created
gpg: key 314DF160: public key "Launchpad ubuntugis-stable" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK


sudo apt-get update


$ sudo apt-get install libgdal-dev_2.1.3
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libgdal-dev_2.1.3
E: Couldn't find any package by regex 'libgdal-dev_2.1.3'

Ari
https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable/+packages Kind Regards, Bas _______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to