Accepting request 1217108 from Application:Geo

OBS-URL: https://build.opensuse.org/request/show/1217108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PDAL?expand=0&rev=7
This commit is contained in:
Ana Guerrero 2024-10-23 19:10:17 +00:00 committed by Git OBS Bridge
commit cd220b01d0
2 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 22 18:36:23 UTC 2024 - Enno Tensing <tenno+suse@suij.in>
- Remove laszip as a build requirement, since PDAL uses a bundled version of
the lazperf library for this functionality since 2022-02-03 (see commit
6bdd2e2c281fe0313f8acd8b8b9e4ccf9b2a13c3 upstream)
-------------------------------------------------------------------
Tue Sep 10 12:14:57 UTC 2024 - Enno Tensing <tenno+suse@suij.in>

View File

@ -22,7 +22,7 @@
%define lname pdal
Name: PDAL
Version: 2.8.0
Release: 0
Release: 1
Summary: Point Data Abstraction Library (GDAL for point cloud data)
# The code is licensed BSD except for:
# - filters/private/csf/* and plugins/i3s/lepcc/* are Apache-2.0
@ -49,8 +49,6 @@ BuildRequires: gdal
BuildRequires: geotiff-devel
BuildRequires: gtest
BuildRequires: jsoncpp-devel
# We need 3.1.1+ for 1.6
BuildRequires: laszip-devel
BuildRequires: libboost_filesystem-devel
BuildRequires: libboost_headers-devel
BuildRequires: libboost_program_options-devel
@ -141,7 +139,6 @@ This package contain the bash completion command for PDAL.
Summary: Development files and tools for PDAL applications
Group: Development/Libraries/C and C++
Requires: cmake
Requires: laszip-devel
Requires: lib%{name}%{soname} = %{version}
Requires: libboost_filesystem-devel
Requires: libboost_headers-devel
@ -197,9 +194,7 @@ export CXX=g++-12
-Dgtest_build_tests=OFF \
-DWITH_TESTS=ON \
-DWITH_COMPLETION=ON \
-DWITH_LASZIP=ON \
-DWITH_LZMA=ON \
-DLASZIP_INCLUDE_DIR=%{_includedir} \
-DPOSTGRESQL_INCLUDE_DIR=%{_includedir}/pgsql \
-DGEOTIFF_INCLUDE_DIR=%{_includedir}/libgeotiff \
-DBUILD_SHARED_LIBS=ON \