[Liblas-commits] [libLAS/libLAS] 76bae3: Add support for liblas_c.so.2

GitHub noreply at github.com
Fri Jan 12 03:46:51 PST 2018


  Branch: refs/heads/master
  Home:   https://github.com/libLAS/libLAS
  Commit: 76bae3a6e6fcf32c33a4156889592f60e98521c6
      https://github.com/libLAS/libLAS/commit/76bae3a6e6fcf32c33a4156889592f60e98521c6
  Author: Adeel Ahmad <adeelahmad14 at hotmail.com>
  Date:   2018-01-12 (Fri, 12 Jan 2018)

  Changed paths:
    M python/liblas/core.py

  Log Message:
  -----------
  Add support for liblas_c.so.2

Using the Ubuntu packages (https://launchpad.net/ubuntu/+source/liblas), only "liblas_c.so.2" is installed, therefore, this script raises an exception saying "liblas_c.so.3" could not be found. I fixed this by additionally searching for "liblas_c.so.2" when the other version is not available.


  Commit: 0c2657734ec5c175568aad5a6f5af6aa6d82e436
      https://github.com/libLAS/libLAS/commit/0c2657734ec5c175568aad5a6f5af6aa6d82e436
  Author: Mateusz Łoskot <mateusz at loskot.net>
  Date:   2018-01-12 (Fri, 12 Jan 2018)

  Changed paths:
    M python/liblas/core.py

  Log Message:
  -----------
  Merge pull request #131 from adl1995/patch-1

Add support for liblas_c.so.2


Compare: https://github.com/libLAS/libLAS/compare/0e3813899a7f...0c2657734ec5


More information about the Liblas-commits mailing list