Search Criteria
Package Details: pcl-git r14455.af7b2d5f7-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pcl-git.git (read-only, click to copy) |
|---|---|
| Package Base: | pcl-git |
| Description: | a standalone, large scale, open project for 2D/3D image and point cloud processing |
| Upstream URL: | http://pointclouds.org/ |
| Licenses: | BSD |
| Conflicts: | pcl |
| Provides: | pcl |
| Submitter: | de-vries |
| Maintainer: | daizhirui |
| Last Packager: | daizhirui |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-12-30 00:23 (UTC) |
| Last Updated: | 2024-09-08 04:39 (UTC) |
Dependencies (33)
- adios2 (adios2-gitAUR)
- boost (boost-gitAUR)
- cli11 (cli11-compiledAUR)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda-12.5AUR, cuda-12.9AUR, cuda-12.8AUR, cuda-pascalAUR)
- eigen (eigen-gitAUR, eigen3)
- flann
- fmt (fmt-gitAUR)
- gcc13AUR
- gl2ps (gl2ps-gitAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glu (glu-gitAUR)
- liblas (liblas-gitAUR)
- libxcursor
- nlohmann-json (nlohmann-json-gitAUR)
- openimagedenoise (openimagedenoise-gitAUR)
- openmpi (openmpi-gitAUR)
- openni2AUR (openni2-gitAUR)
- openvdb
- openvr (openvr-gitAUR)
- openxr (openxr-loader-gitAUR)
- Show 13 more dependencies...
Required by (9)
- cloudcompare-git (requires pcl)
- grasp-pose-generator (requires pcl)
- mrpt (requires pcl) (optional)
- pdal-git (requires pcl) (make)
- pdal-git (requires pcl) (optional)
- ros-noetic-pcl-conversions (requires pcl)
- ros-noetic-pcl-ros (requires pcl)
- ros2-humble-pcl-conversions (requires pcl)
- ros2-humble-pcl-ros (requires pcl)
Latest Comments
1 2 Next › Last »
bartus commented on 2025-12-06 09:37 (UTC)
Can we sweech this to
Qt6now ?sl1pkn07 commented on 2025-02-22 20:31 (UTC) (edited on 2025-02-22 20:31 (UTC) by sl1pkn07)
failed visual test. maybe because i'm in wayland(?)
jpeter commented on 2022-04-01 08:08 (UTC)
Unable to build with the following error: [ 64%] Linking CXX shared library ../../lib/libpcl_gpu_features.so [ 64%] Built target pcl_gpu_features In file included from tmpxft_00004252_00000000-6_convex_hull.compute_87.cudafe1.stub.c:1: /tmp/tmpxft_00004252_00000000-6_convex_hull.compute_87.cudafe1.stub.c:12:9: error: reference to ‘cub’ is ambiguous 12 | typedef cub::If<(bool)0, ::thrust::tuple<float, int, ::thrust::null_type, ::thrust::null_type, ::thrust::null_type, ::thrust::null_type, ::thrust::null_type, ::thrust::null_type, ::thrust::null_type, ::thrust::null_type> , ::thrust::tuple<float, int, ::thrust::null_type, ::thrust::null_type, ::thrust::null_type, ::thrust::null_type, ::thrust::null_type, ::thrust::null_type, ::thrust::null_type, ::thrust::null_type> > ::Type _ZN3cub2IfILb0EN6thrust5tupleIfiNS1_9null_typeES3_S3_S3_S3_S3_S3_S3_EES4_E4TypeE; | ^~~ /opt/cuda/include/thrust/system/cuda/config.h:105:11: note: candidates are: ‘namespace thrust::cub { }’ 105 | namespace cub | ^~~ /opt/cuda/include/cub/util_namespace.cuh:139:11: note: ‘namespace cub { }’ 139 | namespace cub | ^~~ ...
Maik93 commented on 2022-01-11 15:41 (UTC)
If someone encounters
CMake Error: The INTERFACE_QT_MAJOR_VERSION property of "Qt6::Widgets" does not agree with the value of QT_MAJOR_VERSION already determined, the fix is to add-DWITH_QT="QT5"option in cmake during the build step.NicolasV commented on 2021-12-04 20:52 (UTC) (edited on 2021-12-04 20:55 (UTC) by NicolasV)
Unable to build the new version. Here is below the full log output (during prepare):
ngoonee commented on 2021-11-24 08:33 (UTC)
Does this currently build? The following two messages/errors happen repeatedly when I try.
CMake Error: The INTERFACE_QT_MAJOR_VERSION property of "Qt5::Core" does not agree with the value of QT_MAJOR_VERSION already determined for "pcl_manual_registration".
CMake Error at cmake/pcl_targets.cmake:309 (add_executable): Target "pcl_face_trainer" links to target "ospray::ospray" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): apps/CMakeLists.txt:76 (PCL_ADD_EXECUTABLE)
bartus commented on 2021-11-12 21:33 (UTC) (edited on 2021-11-29 11:55 (UTC) by bartus)
Missing deps for
vtk:9.1and some mild refactoring conforming with the Arch packaging standards, also make call cleanup for easy switch toninjabackend, drop redundantrmthere's-cmakepkg switch for that and pkgver() update.http://ix.io/3GsI/diff
merge with
git am -s < <(curl -s http://ix.io/3GsI)de-vries commented on 2019-03-14 12:49 (UTC)
Yeah, patch PCL to use standard headers and send a PR to them.
nox331 commented on 2019-03-13 17:08 (UTC)
-- Build files have been written to: /tmp/trizen-nox/pcl/src/build [ 0%] Building CXX object common/CMakeFiles/pcl_common.dir/src/point_types.cpp.o In file included from /tmp/trizen-nox/pcl/src/pcl-pcl-1.9.1/common/include/pcl/point_types.h:42:0, from /tmp/trizen-nox/pcl/src/pcl-pcl-1.9.1/common/src/point_types.cpp:37: /tmp/trizen-nox/pcl/src/pcl-pcl-1.9.1/common/include/pcl/pcl_macros.h:41:10: fatal error: boost/cstdint.hpp: No such file or directory #include <boost/cstdint.hpp> ^~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: [common/CMakeFiles/pcl_common.dir/build.make:63: common/CMakeFiles/pcl_common.dir/src/point_types.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:123: common/CMakeFiles/pcl_common.dir/all] Error 2 make: *** [Makefile:141: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... :: Unable to build pcl - makepkg exited with code: 4
any ideas?
1 2 Next › Last »