update
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=18
This commit is contained in:
parent
c855a85540
commit
2deb21265e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f7f8b1c1f1571da774d4030836dab2f9e6896f14a1591ae8da1f893c66abd339
|
|
||||||
size 96534018
|
|
@ -1 +0,0 @@
|
|||||||
76259fd2488a90b02ece2f8579198aeb PDAL-2.1.0-src.tar.bz2
|
|
3
PDAL-2.2.0-src.tar.bz2
Normal file
3
PDAL-2.2.0-src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7f6406d8f6536701f28f215d7b77c2c476f2fa100c1a391ebbcc868210114273
|
||||||
|
size 96912875
|
1
PDAL-2.2.0-src.tar.bz2.md5
Normal file
1
PDAL-2.2.0-src.tar.bz2.md5
Normal file
@ -0,0 +1 @@
|
|||||||
|
6769ec97687f11e16b956aa248586eec PDAL-2.2.0-src.tar.bz2
|
17
PDAL.changes
17
PDAL.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 21 13:15:28 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de> 2.2.0
|
||||||
|
|
||||||
|
- update to 2.2.0
|
||||||
|
* The Zstandard compression library is no longer required in order to build PDAL.
|
||||||
|
* The Ubuntu conda image now installs all of PDAL under /usr.
|
||||||
|
* The default type of the ClusterID dimension has changed from uint64_t to int64_t.
|
||||||
|
* Most operations now store data using ColumnPointTable, which stores data in
|
||||||
|
arrays of dimensions, rather than arrays of point data. This can improve the
|
||||||
|
performance of some operations substantially. Generally, this change should
|
||||||
|
not be noticeable to users.
|
||||||
|
* Normal refinement (refine option) in filters.normal is now off by default. (#3133)
|
||||||
|
* All filters now accept a where option to allow points to skip the filters. (#3118)
|
||||||
|
* PDAL now searches for plugins in the same directory containing the PDAL library. (#3181)
|
||||||
|
|
||||||
|
see https://github.com/PDAL/PDAL/releases/tag/2.2.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 17 13:49:44 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
|
Wed Jun 17 13:49:44 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
|
||||||
|
|
||||||
|
26
PDAL.spec
26
PDAL.spec
@ -17,11 +17,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define soname 11
|
%define soname 12
|
||||||
%define sovers 11
|
%define sovers 12.0.0
|
||||||
%define lname pdal
|
%define lname pdal
|
||||||
Name: PDAL
|
Name: PDAL
|
||||||
Version: 2.1.0
|
Version: 2.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Point Data Abstraction Library. GDAL for point cloud data
|
Summary: Point Data Abstraction Library. GDAL for point cloud data
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -52,22 +52,23 @@ BuildRequires: libgeos-devel
|
|||||||
BuildRequires: libopenssl-devel >= 1.1
|
BuildRequires: libopenssl-devel >= 1.1
|
||||||
BuildRequires: libproj-devel
|
BuildRequires: libproj-devel
|
||||||
# Needed to have proj.db for tests
|
# Needed to have proj.db for tests
|
||||||
BuildRequires: proj
|
|
||||||
BuildRequires: libpsl5
|
BuildRequires: libpsl5
|
||||||
BuildRequires: libspatialindex-devel
|
BuildRequires: libspatialindex-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: postgresql-devel
|
BuildRequires: postgresql-devel
|
||||||
|
BuildRequires: postgresql-server-devel
|
||||||
|
BuildRequires: proj
|
||||||
# We don't have it yet
|
# We don't have it yet
|
||||||
# BuildRequires: pointcloud-devel
|
# BuildRequires: pointcloud-devel
|
||||||
|
BuildRequires: libunwind-devel
|
||||||
|
BuildRequires: libzstd-devel
|
||||||
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: sqlite3-devel
|
||||||
BuildRequires: xz-devel
|
BuildRequires: xz-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: libzstd-devel
|
|
||||||
BuildRequires: libunwind-devel
|
|
||||||
BuildRequires: pkgconfig(libpq)
|
BuildRequires: pkgconfig(libpq)
|
||||||
BuildRequires: sqlite3-devel
|
|
||||||
BuildRequires: python3-devel
|
|
||||||
# Needed for documentation but we don't build it.
|
# Needed for documentation but we don't build it.
|
||||||
# BuildRequires: dblatex
|
# BuildRequires: dblatex
|
||||||
# BuildRequires: doxygen
|
# BuildRequires: doxygen
|
||||||
@ -106,6 +107,7 @@ This package provides tools & utilities using PDAL library libpdal
|
|||||||
|
|
||||||
%package -n lib%{name}%{soname}
|
%package -n lib%{name}%{soname}
|
||||||
Summary: Point Data Abstraction Library. GDAL for point cloud data
|
Summary: Point Data Abstraction Library. GDAL for point cloud data
|
||||||
|
Group: Productivity/Graphics/CAD
|
||||||
Provides: lib%{lname}%{soname}
|
Provides: lib%{lname}%{soname}
|
||||||
Provides: libpdal%{soname}
|
Provides: libpdal%{soname}
|
||||||
|
|
||||||
@ -145,8 +147,8 @@ Requires: libboost_headers-devel
|
|||||||
Requires: libboost_program_options-devel
|
Requires: libboost_program_options-devel
|
||||||
Requires: xz-devel
|
Requires: xz-devel
|
||||||
Requires: zlib-devel
|
Requires: zlib-devel
|
||||||
Provides: lib%{name}%{soname}-devel = %{version}
|
|
||||||
Provides: lib%{lname}%{soname}-devel = %{version}
|
Provides: lib%{lname}%{soname}-devel = %{version}
|
||||||
|
Provides: lib%{name}%{soname}-devel = %{version}
|
||||||
Provides: lib%{name}-devel
|
Provides: lib%{name}-devel
|
||||||
Provides: libpdal-devel
|
Provides: libpdal-devel
|
||||||
|
|
||||||
@ -219,7 +221,6 @@ find %{buildroot} -type f -name "*.la" -o -name "*.a" -delete -print
|
|||||||
# Strange the @PDAL_CONFIG_LIBRARY_DIRS@ is wrongly expanded /usr//usr/lib64/ in PDALConfig.cmake
|
# Strange the @PDAL_CONFIG_LIBRARY_DIRS@ is wrongly expanded /usr//usr/lib64/ in PDALConfig.cmake
|
||||||
sed -i 's,/usr//usr/lib64,%{_libdir},g' %{buildroot}/%{_libdir}/cmake/PDAL/PDALConfig.cmake
|
sed -i 's,/usr//usr/lib64,%{_libdir},g' %{buildroot}/%{_libdir}/cmake/PDAL/PDALConfig.cmake
|
||||||
|
|
||||||
|
|
||||||
# WIP pgpointcloud test need a complete running pg server
|
# WIP pgpointcloud test need a complete running pg server
|
||||||
#%%check
|
#%%check
|
||||||
#pushd build
|
#pushd build
|
||||||
@ -264,6 +265,11 @@ sed -i 's,/usr//usr/lib64,%{_libdir},g' %{buildroot}/%{_libdir}/cmake/PDAL/PDALC
|
|||||||
%{_libdir}/libpdal_plugin_reader_pgpointcloud.so
|
%{_libdir}/libpdal_plugin_reader_pgpointcloud.so
|
||||||
%{_libdir}/libpdal_plugin_writer_pgpointcloud.so
|
%{_libdir}/libpdal_plugin_writer_pgpointcloud.so
|
||||||
%{_libdir}/libpdal_util.so
|
%{_libdir}/libpdal_util.so
|
||||||
|
%{_libdir}/libpdal_base.so.%{soname}
|
||||||
|
%{_libdir}/libpdal_plugin_kernel_fauxplugin.so.%{soname}
|
||||||
|
%{_libdir}/libpdal_plugin_reader_pgpointcloud.so.%{soname}
|
||||||
|
%{_libdir}/libpdal_plugin_writer_pgpointcloud.so.%{soname}
|
||||||
|
%{_libdir}/libpdal_util.so.%{soname}
|
||||||
%{_libdir}/libpdalcpp.so
|
%{_libdir}/libpdalcpp.so
|
||||||
%{_libdir}/pkgconfig/pdal.pc
|
%{_libdir}/pkgconfig/pdal.pc
|
||||||
%{_libdir}/cmake/PDAL
|
%{_libdir}/cmake/PDAL
|
||||||
|
Loading…
Reference in New Issue
Block a user