Accepting request 588645 from home:aaronpuchert

- Remove unused build dependencies. Some of them aren't maintained
  and don't build anymore. (libLAS, libght)
- Google Test is "vendored" and is also not required as dependency.
- FindLASzip-cmake.patch: Make sure LASzip is actually detected.
- Change license descriptor to BSD-3-Clause matching the license
  in the repository.
- Remove unused CMake variables.
- Use standard macros for building and installing.

OBS-URL: https://build.opensuse.org/request/show/588645
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=7
This commit is contained in:
Martin Pluskal
2018-03-19 15:02:27 +00:00
committed by Git OBS Bridge
parent ff6ebebe96
commit 5b5fd6d674
3 changed files with 36 additions and 18 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Mar 17 13:45:07 UTC 2018 - aaronpuchert@alice-dsl.net
- Remove unused build dependencies. Some of them aren't maintained
and don't build anymore. (libLAS, libght)
- Google Test is "vendored" and is also not required as dependency.
- FindLASzip-cmake.patch: Make sure LASzip is actually detected.
- Change license descriptor to BSD-3-Clause matching the license
in the repository.
- Remove unused CMake variables.
- Use standard macros for building and installing.
-------------------------------------------------------------------
Mon Jan 15 13:00:20 UTC 2018 - bruno@ioda-net.ch