@mrwsl thanks a lot! I'll have a try!
Search Criteria
Package Details: pcl 1.15.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/pcl.git (read-only, click to copy) |
---|---|
Package Base: | pcl |
Description: | A standalone, large scale, open project for 2D/3D image and point cloud processing |
Upstream URL: | https://www.pointclouds.org |
Licenses: | BSD-3-Clause |
Submitter: | None |
Maintainer: | kino_t |
Last Packager: | kino_t |
Votes: | 49 |
Popularity: | 0.000065 |
First Submitted: | 2011-04-05 03:39 (UTC) |
Last Updated: | 2025-04-10 15:28 (UTC) |
Dependencies (37)
- boost (boost-gitAUR)
- cjson (cjson-gitAUR)
- eigen (eigen-gitAUR)
- flann
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- libpcap (libpcap-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libusb (libusb-gitAUR)
- suitesparse
- vtk (vtk-gitAUR, vtk93AUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- adios2 (adios2-gitAUR) (make)
- anari-sdk (make)
- cgns (cgns-parallelAUR) (make)
- cli11 (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- fast_float (fast_float-gitAUR) (make)
- fmt (fmt-gitAUR) (make)
- gl2ps (gl2ps-gitAUR) (make)
- libharu (make)
- liblas (liblas-gitAUR) (make)
- libxcursor (make)
- netcdf (netcdf-openmpi) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- openvr (openvr-gitAUR) (make)
- ospray (make)
- pdal (pdal-gitAUR) (make)
- python-mpi4py (python-mpi4py-intelAUR) (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
- utf8cpp (utf8cpp-gitAUR) (make)
- verdict (make)
- gtest-srcAUR (check)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (optional)
- openmp (optional)
- openni2AUR (openni2-gitAUR) (optional)
- qhull (optional)
Required by (15)
- cloudcompare
- cloudcompare-git
- grasp-pose-generator
- mrpt (optional)
- pdal-git (make)
- pdal-git (optional)
- rgbdemo
- ros-noetic-kinect2-viewer
- ros-noetic-kinect2-viewer (make)
- ros-noetic-pcl-conversions
- ros-noetic-pcl-ros
- ros-noetic-rtabmap
- ros-noetic-rtabmap (make)
- ros2-humble-pcl-conversions
- ros2-humble-pcl-ros
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 25 Next › Last »
roachsinai commented on 2022-01-04 01:09 (UTC)
mrwsl commented on 2022-01-03 09:17 (UTC)
@roachsinai: check your dmesg. I had the same error triggered by oom-kill. I reduced the cores to avoid high memory usage.
roachsinai commented on 2021-12-28 02:51 (UTC)
@MidnightExigent I got below error after install the packages you recommanded.
[24/657] Building CXX object search/CMakeFiles/pcl_search.dir/src/organized.cpp.o
FAILED: search/CMakeFiles/pcl_search.dir/src/organized.cpp.o
/usr/sbin/c++ -DPCLAPI_EXPORTS -Dqh_QHpointer -I/home/xq/.cache/yay/pcl/src/build/include -I/home/xq/.cache/yay/pcl/src/pcl-pcl-1.12.0/common/include -I/home/xq/.cache/yay/pcl/src/pcl-pcl-1.12.0/kdtree/include -I/home/xq/.cache/yay/pcl/src/pcl-pcl-1.12.0/octree/include -I/home/xq/.cache/yay/pcl/src/pcl-pcl-1.12.0/search/include -isystem /usr/include/eigen3 -isystem /home/xq/.cache/yay/pcl/src/pcl-pcl-1.12.0/recognition/include/pcl/recognition/3rdparty -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -fopenmp -O3 -DNDEBUG -fPIC -fopenmp -std=c++14 -MD -MT search/CMakeFiles/pcl_search.dir/src/organized.cpp.o -MF search/CMakeFiles/pcl_search.dir/src/organized.cpp.o.d -o search/CMakeFiles/pcl_search.dir/src/organized.cpp.o -c /home/xq/.cache/yay/pcl/src/pcl-pcl-1.12.0/search/src/organized.cpp
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
[41/657] Building CXX object sample_consensus/CMakeFiles/pcl_sample_consensus.dir/src/sac_model_cylinder.cpp.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
roachsinai commented on 2021-12-28 02:26 (UTC)
@AchmadFathoni vtk version in my computer is 9.1.0 now, but still have this compile error.
kunaltyagi commented on 2021-12-22 08:49 (UTC)
1.12.1 has been released
bartus commented on 2021-12-03 20:56 (UTC) (edited on 2021-12-19 16:02 (UTC) by bartus)
Patch for vtk:9.1 plus small refactor and switch to Ninja build system : http://ix.io/3IRq/diff
Apply with: git am -s < <(curl -s http://ix.io/3IRq)
MidnightExigent commented on 2021-11-21 00:12 (UTC)
I needed to install following additional packages for this to compile:
- python-mpi4py
- jre-openjdk
- jdk-openjdk
- utf8cpp
- cgns
- pugixml
- fmt
- ospray
- openvr
bartus commented on 2021-11-12 21:42 (UTC) (edited on 2021-11-12 21:43 (UTC) by bartus)
I've massaged the pcl-git
PKGBUILD to make it vtk:9.1
compatible - will try to backport the PR to pcl
too, you can temporarily switch to the vcs package with this patch: https://aur.archlinux.org/packages/pcl-git/#comment-835504
AchmadFathoni commented on 2021-11-02 06:05 (UTC)
@BabiRuiva, there is still problem with VTK, should be fixed in VTK 9.1.0. For now just skip building pcl's tool by adding -DBUILD_tools=OFF
BabiRuiva commented on 2021-11-01 02:46 (UTC)
CMake fails with the following errors. Tried explicitly installing openvr, but it did not solve the problem. Is there a solution for this?
CMake Error at cmake/pcl_targets.cmake:306 (add_executable):
Target "pcl_virtual_scanner" links to target "OpenVR::OpenVR" 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):
tools/CMakeLists.txt:252 (PCL_ADD_EXECUTABLE)
CMake Error at cmake/pcl_targets.cmake:306 (add_executable):
Target "pcl_mesh_sampling" links to target "OpenVR::OpenVR" 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):
tools/CMakeLists.txt:249 (PCL_ADD_EXECUTABLE)
CMake Error at cmake/pcl_targets.cmake:306 (add_executable):
Target "pcl_mesh2pcd" links to target "OpenVR::OpenVR" 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):
tools/CMakeLists.txt:246 (PCL_ADD_EXECUTABLE)
Pinned Comments
kino_t commented on 2023-02-18 14:49 (UTC) (edited on 2023-02-19 01:24 (UTC) by kino_t)
Binary of pcl is now available: https://github.com/arch4edu/arch4edu