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
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR)
- eigen (eigen-gitAUR)
- flann
- fmt (fmt-gitAUR)
- gcc13
- gl2ps (gl2ps-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, 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 (21)
- cloudcompare (requires pcl)
- cloudcompare-git (requires pcl)
- grasp-pose-generator (requires pcl)
- mrpt (requires pcl) (optional)
- pdal-git (requires pcl) (optional)
- pdal-git (requires pcl) (make)
- rgbdemo (requires pcl)
- ros-arch-deps (requires pcl)
- ros-noetic-cartographer-ros-git (requires pcl)
- ros-noetic-cartographer-ros-git (requires pcl) (make)
- ros-noetic-fast-gicp-git (requires pcl)
- ros-noetic-interactive-slam-git (requires pcl)
- ros-noetic-kinect2-viewer (requires pcl) (make)
- ros-noetic-kinect2-viewer (requires pcl)
- ros-noetic-pcl-conversions (requires pcl)
- ros-noetic-pcl-ros (requires pcl)
- ros-noetic-rtabmap (requires pcl)
- ros-noetic-rtabmap (requires pcl) (make)
- ros-noetic-rtabmap-ros (requires pcl) (make)
- ros2-humble-pcl-conversions (requires pcl)
- Show 1 more...
Latest Comments
1 2 Next › Last »
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.1
and some mild refactoring conforming with the Arch packaging standards, also make call cleanup for easy switch toninja
backend, drop redundantrm
there's-c
makepkg 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?
de-vries commented on 2018-10-17 18:46 (UTC)
I removed the out-of-date flag. If the CUDA parts dont compile with GCC 8, that's an upstream bug. You should take it up with PCL directly.
Since this package builds the master from github, it can't really be out of date.
de-vries commented on 2018-02-05 20:22 (UTC)
The build directory is already separate. Also, the build directory is only removed in the prepare() function, which isn't run with
makepkg -e
. So I don't really see a problem with the current PKGBUILD.1 2 Next › Last »