sci-libs/pdal: drop gtest and exclude failing test

gtest has been vendored upstream https://github.com/PDAL/PDAL/pull/4801

Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43798
Closes: https://github.com/gentoo/gentoo/pull/43798
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Thomas Bettler
2025-09-15 16:20:14 +02:00
committed by Sam James
parent 4ae267acc2
commit 34b834353d

View File

@@ -19,7 +19,6 @@ RESTRICT="!test? ( test )"
BDEPEND="
sys-devel/gettext
virtual/pkgconfig
test? ( >=dev-cpp/gtest-1.15.0 )
"
RDEPEND="
app-arch/zstd:=
@@ -50,7 +49,7 @@ src_configure() {
src_test() {
local myctestargs=(
--exclude-regex '(pgpointcloudtest|pdal_info_test|pdal_io_bpf_base_test|pdal_io_bpf_zlib_test|pdal_filters_overlay_test|pdal_filters_stats_test|pdal_app_plugin_test|pdal_merge_test|pdal_io_stac_reader_test)'
--exclude-regex '(pgpointcloudtest|pdal_info_test|pdal_io_bpf_base_test|pdal_io_bpf_zlib_test|pdal_io_copc_reader_test|pdal_filters_overlay_test|pdal_filters_stats_test|pdal_app_plugin_test|pdal_merge_test|pdal_io_stac_reader_test)'
--output-on-failure
-j1
)