<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
11.04.2017, 10:49, Bas Couwenberg kirjoitti:<br>
<blockquote cite="mid:d0c382f9bd2f96f8ec22d2b5df5a9f31@xs4all.nl"
type="cite">On 2017-04-11 09:30, Ari Jolma wrote:
<br>
<blockquote type="cite">How could I pull into travis the binaries
of the latest released GDAL
<br>
(now 2.1.3)?
<br>
<br>
There seems to be experimental debian package
<br>
<a class="moz-txt-link-freetext" href="https://packages.debian.org/experimental/libgdal-dev">https://packages.debian.org/experimental/libgdal-dev</a>
<br>
<br>
Does anybody have experience with them?
<br>
</blockquote>
<br>
OSGeo-Live includes these packages, (re)built for Ubuntu xenial.
<br>
<br>
<blockquote type="cite">Right now I'm pulling in the source code
and building it in the
<br>
overall build but that's really slow.
<br>
</blockquote>
<br>
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.
<br>
</blockquote>
<br>
What's the package name I should use?<br>
<br>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<pre style="color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-wrap: break-word; white-space: pre-wrap;"><meta http-equiv="content-type" content="text/html; charset=utf-8">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<pre style="color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-wrap: break-word; white-space: pre-wrap;"></pre>
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'</pre>
Ari
<blockquote cite="mid:d0c382f9bd2f96f8ec22d2b5df5a9f31@xs4all.nl" type="cite">
<a class="moz-txt-link-freetext" href="https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable/+packages">https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable/+packages</a>
Kind Regards,
Bas
_______________________________________________
gdal-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/gdal-dev">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a>
</blockquote>
</body></html>