From noreply at github.com Fri Jan 12 03:46:51 2018 From: noreply at github.com (GitHub) Date: Fri, 12 Jan 2018 03:46:51 -0800 Subject: [Liblas-commits] [libLAS/libLAS] 76bae3: Add support for liblas_c.so.2 Message-ID: <5a58a02b54d5a_7b842ac43d83dc141164a0@hookshot-fe-5a11256.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/libLAS/libLAS Commit: 76bae3a6e6fcf32c33a4156889592f60e98521c6 https://github.com/libLAS/libLAS/commit/76bae3a6e6fcf32c33a4156889592f60e98521c6 Author: Adeel Ahmad 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 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