[Liblas-commits] [libLAS/libLAS] 9591f7: Fix incorrect usage of ctypes' find_library.

GitHub noreply at github.com
Sun Aug 3 09:15:25 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/libLAS/libLAS
  Commit: 9591f77f982312fac9fa25aed3e077fcfa27f45d
      https://github.com/libLAS/libLAS/commit/9591f77f982312fac9fa25aed3e077fcfa27f45d
  Author: Bas Couwenberg <sebastic at xs4all.nl>
  Date:   2014-08-03 (Sun, 03 Aug 2014)

  Changed paths:
    M python/liblas/core.py

  Log Message:
  -----------
  Fix incorrect usage of ctypes' find_library.

The Debian libLAS package has carried this patch for quite a while now,
but it was never forwarded by the author for reasons unknown to me.

As discussed in the related issues in the Debian Bug Tracker
([Debian Bug #595603](https://bugs.debian.org/595603) & [Debian Bug #595608](https://bugs.debian.org/595608)),
the lib_name variable should use the library filename and not the .so symlink,
and instead of searching for the libc.so.6 library it should just search for
the 'c' library.

This patch and the accomodate typo patch reported in (#49) are the only patches
applied to the Debian package for libLAS 1.8 now.


  Commit: e528fcac317a2819b088fcbb1a080b3f4ae8fe13
      https://github.com/libLAS/libLAS/commit/e528fcac317a2819b088fcbb1a080b3f4ae8fe13
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-08-03 (Sun, 03 Aug 2014)

  Changed paths:
    M python/liblas/core.py

  Log Message:
  -----------
  Merge pull request #50 from sebastic/python-find_library

Fix incorrect usage of ctypes' find_library.


Compare: https://github.com/libLAS/libLAS/compare/fbe4d3acaa42...e528fcac317a


More information about the Liblas-commits mailing list