mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Sam James
parent
4ae267acc2
commit
34b834353d
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user