graphics/pcl-pointclouds: update 1.15.0 → 1.15.1
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
PORTNAME= pcl
|
||||
DISTVERSIONPREFIX= pcl-
|
||||
DISTVERSION= 1.15.0
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 1.15.1
|
||||
CATEGORIES= graphics math
|
||||
#MASTER_SITES= https://github.com/PointCloudLibrary/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/
|
||||
PKGNAMESUFFIX= -pointclouds
|
||||
@@ -42,6 +41,7 @@ GH_TAGNAME= release-1.11.0:gtest
|
||||
|
||||
CMAKE_TESTING_ON= BUILD_global_tests # 6 tests are known to fail: https://github.com/PointCloudLibrary/pcl/issues/5127
|
||||
CMAKE_TESTING_TARGET= tests
|
||||
CMAKE_ON= BUILD_tools
|
||||
CMAKE_ARGS= -DGTEST_SRC_DIR=${WRKSRC_gtest}/googletest -DGTEST_INCLUDE_DIR=${WRKSRC_gtest}/googletest/include
|
||||
|
||||
#WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
@@ -51,7 +51,7 @@ PLIST_SUB= SHL3=${DISTVERSION:R}.1.99 SHL2=${DISTVERSION:R}
|
||||
|
||||
DATADIR= ${PREFIX}/share/${PORTNAME}-${DISTVERSION:R} # match the directory where the project installs .cmake files
|
||||
|
||||
OPTIONS_DEFINE= OPENGL PNG QHULL QT5 VTK
|
||||
OPTIONS_DEFINE= OPENGL PNG QHULL VTK
|
||||
OPTIONS_DEFAULT= PNG VTK # QHULL is disabled due to conflicts qhull8 vs. qhull
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
@@ -66,18 +66,16 @@ QHULL_DESC= Include convex-hull operations
|
||||
QHULL_CMAKE_BOOL= WITH_QHULL
|
||||
QHULL_LIB_DEPENDS= libqhull_r.so:math/qhull
|
||||
|
||||
QT5_CMAKE_ON= -DWITH_QT=QT5
|
||||
QT5_CMAKE_OFF= -DWITH_QT=NO
|
||||
QT5_BROKEN= WITH_QT doesn't do anything, should be used by apps, but apps is also broken: see https://github.com/PointCloudLibrary/pcl/issues/2642
|
||||
|
||||
VTK_DESC= Build VTK visualizations
|
||||
VTK_USES= gl qt:5
|
||||
VTK_USE= GL=gl,glu QT=core,gui,opengl,widgets,buildtools:build,qmake:build
|
||||
VTK_USE= GL=gl,glu QT=core,concurrent,opengl,widgets,buildtools:build,qmake:build
|
||||
VTK_CMAKE_BOOL= WITH_VTK
|
||||
VTK_CMAKE_ON= -DVTK_DIR=${LOCALBASE}/lib/cmake/vtk-${VTK_VER}
|
||||
VTK_LIB_DEPENDS= libvtkCommonCore-${VTK_VER}.so:math/vtk${VTK_VER:R}
|
||||
VTK_CMAKE_ON= -DVTK_DIR=${LOCALBASE}/lib/cmake/vtk-${VTK_VER} -DWITH_QT=QT5
|
||||
VTK_CMAKE_OFF= -DWITH_QT=NO
|
||||
VTK_LIB_DEPENDS= libvtkCommonCore-${VTK_VER}.so:math/vtk${VTK_VER:R} \
|
||||
libpng16.so:graphics/png
|
||||
|
||||
# tests as of 1.15.0: 100% tests passed, 0 tests failed out of 133
|
||||
# tests as of 1.15.1: 98% tests passed, 2 tests failed out of 133, see https://github.com/PointCloudLibrary/pcl/issues/6373
|
||||
|
||||
.include <../../math/vtk9/Makefile.version>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1740555438
|
||||
SHA256 (pcl-pointclouds/1.15.0/PointCloudLibrary-pcl-pcl-1.15.0_GH0.tar.gz) = e90c981c21e89c45201c5083db8308e099f34c1782f92fd65a0a4eb0b72c6fbf
|
||||
SIZE (pcl-pointclouds/1.15.0/PointCloudLibrary-pcl-pcl-1.15.0_GH0.tar.gz) = 68683056
|
||||
SHA256 (pcl-pointclouds/1.15.0/google-googletest-release-1.11.0_GH0.tar.gz) = b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5
|
||||
SIZE (pcl-pointclouds/1.15.0/google-googletest-release-1.11.0_GH0.tar.gz) = 886330
|
||||
TIMESTAMP = 1764209562
|
||||
SHA256 (pcl-pointclouds/1.15.1/PointCloudLibrary-pcl-pcl-1.15.1_GH0.tar.gz) = e1d862c7b6bd27a45884a825a2e509bfcbd4561307d5bfe17ce5c8a3d94a6c29
|
||||
SIZE (pcl-pointclouds/1.15.1/PointCloudLibrary-pcl-pcl-1.15.1_GH0.tar.gz) = 68700306
|
||||
SHA256 (pcl-pointclouds/1.15.1/google-googletest-release-1.11.0_GH0.tar.gz) = b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5
|
||||
SIZE (pcl-pointclouds/1.15.1/google-googletest-release-1.11.0_GH0.tar.gz) = 886330
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
--- outofcore/CMakeLists.txt.orig 2025-11-27 02:13:42 UTC
|
||||
+++ outofcore/CMakeLists.txt
|
||||
@@ -76,10 +76,10 @@ if(BUILD_visualization)
|
||||
|
||||
if(BUILD_visualization)
|
||||
PCL_ADD_LIBRARY(${LIB_NAME} COMPONENT ${SUBSYS_NAME} SOURCES ${srcs} ${incs} ${impl_incs} ${visualization_incs})
|
||||
- target_link_libraries("${LIB_NAME}" pcl_common pcl_visualization Boost::system Boost::filesystem)
|
||||
+ target_link_libraries("${LIB_NAME}" pcl_common pcl_visualization Boost::filesystem)
|
||||
else()
|
||||
PCL_ADD_LIBRARY(${LIB_NAME} COMPONENT ${SUBSYS_NAME} SOURCES ${srcs} ${incs} ${impl_incs})
|
||||
- target_link_libraries("${LIB_NAME}" pcl_common Boost::system Boost::filesystem)
|
||||
+ target_link_libraries("${LIB_NAME}" pcl_common Boost::filesystem)
|
||||
endif()
|
||||
if(HAVE_CJSON)
|
||||
target_link_libraries("${LIB_NAME}" ${CJSON_LIBRARIES})
|
||||
@@ -46,6 +46,9 @@ bin/pcl_normal_estimation
|
||||
%%VTK%%bin/pcl_obj_rec_ransac_scene_opps
|
||||
%%VTK%%bin/pcl_octree_viewer
|
||||
bin/pcl_outlier_removal
|
||||
%%VTK%%bin/pcl_outofcore_print
|
||||
%%VTK%%bin/pcl_outofcore_process
|
||||
%%VTK%%bin/pcl_outofcore_viewer
|
||||
bin/pcl_passthrough_filter
|
||||
bin/pcl_pcd2ply
|
||||
%%VTK%%bin/pcl_pcd2png
|
||||
@@ -783,6 +786,7 @@ include/pcl-%%SHL2%%/pcl/search/impl/kdtree.hpp
|
||||
include/pcl-%%SHL2%%/pcl/search/impl/organized.hpp
|
||||
include/pcl-%%SHL2%%/pcl/search/impl/search.hpp
|
||||
include/pcl-%%SHL2%%/pcl/search/kdtree.h
|
||||
include/pcl-%%SHL2%%/pcl/search/kdtree_nanoflann.h
|
||||
include/pcl-%%SHL2%%/pcl/search/octree.h
|
||||
include/pcl-%%SHL2%%/pcl/search/organized.h
|
||||
include/pcl-%%SHL2%%/pcl/search/pcl_search.h
|
||||
@@ -907,12 +911,12 @@ include/pcl-%%SHL2%%/pcl/surface/reconstruction.h
|
||||
include/pcl-%%SHL2%%/pcl/surface/simplification_remove_unused_vertices.h
|
||||
include/pcl-%%SHL2%%/pcl/surface/surfel_smoothing.h
|
||||
include/pcl-%%SHL2%%/pcl/surface/texture_mapping.h
|
||||
include/pcl-%%SHL2%%/pcl/surface/vtk_smoothing/vtk.h
|
||||
include/pcl-%%SHL2%%/pcl/surface/vtk_smoothing/vtk_mesh_quadric_decimation.h
|
||||
include/pcl-%%SHL2%%/pcl/surface/vtk_smoothing/vtk_mesh_smoothing_laplacian.h
|
||||
include/pcl-%%SHL2%%/pcl/surface/vtk_smoothing/vtk_mesh_smoothing_windowed_sinc.h
|
||||
include/pcl-%%SHL2%%/pcl/surface/vtk_smoothing/vtk_mesh_subdivision.h
|
||||
include/pcl-%%SHL2%%/pcl/surface/vtk_smoothing/vtk_utils.h
|
||||
%%VTK%%include/pcl-%%SHL2%%/pcl/surface/vtk_smoothing/vtk.h
|
||||
%%VTK%%include/pcl-%%SHL2%%/pcl/surface/vtk_smoothing/vtk_mesh_quadric_decimation.h
|
||||
%%VTK%%include/pcl-%%SHL2%%/pcl/surface/vtk_smoothing/vtk_mesh_smoothing_laplacian.h
|
||||
%%VTK%%include/pcl-%%SHL2%%/pcl/surface/vtk_smoothing/vtk_mesh_smoothing_windowed_sinc.h
|
||||
%%VTK%%include/pcl-%%SHL2%%/pcl/surface/vtk_smoothing/vtk_mesh_subdivision.h
|
||||
%%VTK%%include/pcl-%%SHL2%%/pcl/surface/vtk_smoothing/vtk_utils.h
|
||||
include/pcl-%%SHL2%%/pcl/tracking/approx_nearest_pair_point_cloud_coherence.h
|
||||
include/pcl-%%SHL2%%/pcl/tracking/coherence.h
|
||||
include/pcl-%%SHL2%%/pcl/tracking/distance_coherence.h
|
||||
@@ -984,64 +988,64 @@ include/pcl-%%SHL2%%/pcl/types.h
|
||||
%%VTK%%include/pcl-%%SHL2%%/pcl/visualization/window.h
|
||||
lib/libpcl_common.so
|
||||
lib/libpcl_common.so.%%SHL2%%
|
||||
lib/libpcl_common.so.%%SHL2%%.0
|
||||
lib/libpcl_common.so.%%SHL2%%.1
|
||||
lib/libpcl_features.so
|
||||
lib/libpcl_features.so.%%SHL2%%
|
||||
lib/libpcl_features.so.%%SHL2%%.0
|
||||
lib/libpcl_features.so.%%SHL2%%.1
|
||||
lib/libpcl_filters.so
|
||||
lib/libpcl_filters.so.%%SHL2%%
|
||||
lib/libpcl_filters.so.%%SHL2%%.0
|
||||
lib/libpcl_filters.so.%%SHL2%%.1
|
||||
lib/libpcl_io.so
|
||||
lib/libpcl_io.so.%%SHL2%%
|
||||
lib/libpcl_io.so.%%SHL2%%.0
|
||||
lib/libpcl_io.so.%%SHL2%%.1
|
||||
lib/libpcl_io_ply.so
|
||||
lib/libpcl_io_ply.so.%%SHL2%%
|
||||
lib/libpcl_io_ply.so.%%SHL2%%.0
|
||||
lib/libpcl_io_ply.so.%%SHL2%%.1
|
||||
lib/libpcl_kdtree.so
|
||||
lib/libpcl_kdtree.so.%%SHL2%%
|
||||
lib/libpcl_kdtree.so.%%SHL2%%.0
|
||||
lib/libpcl_kdtree.so.%%SHL2%%.1
|
||||
lib/libpcl_keypoints.so
|
||||
lib/libpcl_keypoints.so.%%SHL2%%
|
||||
lib/libpcl_keypoints.so.%%SHL2%%.0
|
||||
lib/libpcl_keypoints.so.%%SHL2%%.1
|
||||
lib/libpcl_ml.so
|
||||
lib/libpcl_ml.so.%%SHL2%%
|
||||
lib/libpcl_ml.so.%%SHL2%%.0
|
||||
lib/libpcl_ml.so.%%SHL2%%.1
|
||||
lib/libpcl_octree.so
|
||||
lib/libpcl_octree.so.%%SHL2%%
|
||||
lib/libpcl_octree.so.%%SHL2%%.0
|
||||
lib/libpcl_octree.so.%%SHL2%%.1
|
||||
%%VTK%%lib/libpcl_outofcore.so
|
||||
%%VTK%%lib/libpcl_outofcore.so.%%SHL2%%
|
||||
%%VTK%%lib/libpcl_outofcore.so.%%SHL2%%.0
|
||||
%%VTK%%lib/libpcl_outofcore.so.%%SHL2%%.1
|
||||
%%VTK%%lib/libpcl_people.so
|
||||
%%VTK%%lib/libpcl_people.so.%%SHL2%%
|
||||
%%VTK%%lib/libpcl_people.so.%%SHL2%%.0
|
||||
%%VTK%%lib/libpcl_people.so.%%SHL2%%.1
|
||||
lib/libpcl_recognition.so
|
||||
lib/libpcl_recognition.so.%%SHL2%%
|
||||
lib/libpcl_recognition.so.%%SHL2%%.0
|
||||
lib/libpcl_recognition.so.%%SHL2%%.1
|
||||
lib/libpcl_registration.so
|
||||
lib/libpcl_registration.so.%%SHL2%%
|
||||
lib/libpcl_registration.so.%%SHL2%%.0
|
||||
lib/libpcl_registration.so.%%SHL2%%.1
|
||||
lib/libpcl_sample_consensus.so
|
||||
lib/libpcl_sample_consensus.so.%%SHL2%%
|
||||
lib/libpcl_sample_consensus.so.%%SHL2%%.0
|
||||
lib/libpcl_sample_consensus.so.%%SHL2%%.1
|
||||
lib/libpcl_search.so
|
||||
lib/libpcl_search.so.%%SHL2%%
|
||||
lib/libpcl_search.so.%%SHL2%%.0
|
||||
lib/libpcl_search.so.%%SHL2%%.1
|
||||
lib/libpcl_segmentation.so
|
||||
lib/libpcl_segmentation.so.%%SHL2%%
|
||||
lib/libpcl_segmentation.so.%%SHL2%%.0
|
||||
lib/libpcl_segmentation.so.%%SHL2%%.1
|
||||
lib/libpcl_stereo.so
|
||||
lib/libpcl_stereo.so.%%SHL2%%
|
||||
lib/libpcl_stereo.so.%%SHL2%%.0
|
||||
lib/libpcl_stereo.so.%%SHL2%%.1
|
||||
lib/libpcl_surface.so
|
||||
lib/libpcl_surface.so.%%SHL2%%
|
||||
lib/libpcl_surface.so.%%SHL2%%.0
|
||||
lib/libpcl_surface.so.%%SHL2%%.1
|
||||
lib/libpcl_tracking.so
|
||||
lib/libpcl_tracking.so.%%SHL2%%
|
||||
lib/libpcl_tracking.so.%%SHL2%%.0
|
||||
lib/libpcl_tracking.so.%%SHL2%%.1
|
||||
%%VTK%%lib/libpcl_visualization.so
|
||||
%%VTK%%lib/libpcl_visualization.so.%%SHL2%%
|
||||
%%VTK%%lib/libpcl_visualization.so.%%SHL2%%.0
|
||||
%%VTK%%lib/libpcl_visualization.so.%%SHL2%%.1
|
||||
libdata/pkgconfig/pcl_2d.pc
|
||||
libdata/pkgconfig/pcl_common.pc
|
||||
libdata/pkgconfig/pcl_features.pc
|
||||
|
||||
Reference in New Issue
Block a user