Just a note: the value $srcdir of the variable shows up in the PCLConfig.cmake file in the package generated during the CMake build process. This makes the /usr/shared/PCLConfig.cmake file in the package dependent on where the package is built. It looks like that it only makes a difference when you use PCL via CMake in another project (http://pointclouds.org/documentation/tutorials/using_pcl_pcl_config.php).
Search Criteria
Package Details: pcl 1.15.0-1
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.000085 |
First Submitted: | 2011-04-05 03:39 (UTC) |
Last Updated: | 2025-02-22 18:38 (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 (googletest-gitAUR) (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 (17)
- cloudcompare
- cloudcompare-git
- grasp-pose-generator
- mrpt (optional)
- pdal-git (make)
- pdal-git (optional)
- rgbdemo
- ros-arch-deps
- ros-noetic-kinect2-viewer
- ros-noetic-kinect2-viewer (make)
- ros-noetic-pcl-conversions
- ros-noetic-pcl-ros
- ros-noetic-rtabmap
- ros-noetic-rtabmap (make)
- ros-noetic-rtabmap-ros (make)
- ros2-humble-pcl-conversions
- ros2-humble-pcl-ros
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 18 19 20 21 22 23 24 Next › Last »
jeadorf commented on 2013-09-04 09:14 (UTC)
svenstaro commented on 2013-06-26 08:56 (UTC)
Meh next boost release will fix this. I will just wait until then.
MOZGIII commented on 2013-06-25 15:53 (UTC)
I've got the same error as @stepo. I do have nvidia card (and cuda) and I've got all deps installed.
The problem is the code is buggy. Look here: http://www.pcl-users.org/Patch-to-fix-build-errors-around-boost-shared-array-lt-gt-td4026314.html
So, how about adding this patch: http://www.pcl-users.org/file/n4026315/patch_2013-02-22.diff
<deleted-account> commented on 2013-05-30 15:22 (UTC)
@stepo: you probably doon't have nvidia card so build pcl (and before that: flann) without cuda and opencl (you have to remove the dependences from PKGBUILDs). Also, use git package just to be sure (I had the same problem but I didn't test this one - git is working after you comment out:
# -DBUILD_CUDA=ON \
# -DBUILD_GPU=ON \
# -DBUILD_gpu_surface=ON \
# -DBUILD_gpu_people=ON \
# -DBUILD_gpu_tracking=ON \
# -DBUILD_simulation=ON
but if you want to test this one, you probably need to comment out something else).
<deleted-account> commented on 2013-05-30 14:55 (UTC)
@stepo: you probably doon't have nvidia card so build pcl (and before that: flann) without cuda and opencl (you have to remove the dependences from PKGBUILDs). Also, use git package just to be sure (I had the same problem but I didn't test this one - git is working after you comment out:
# -DBUILD_CUDA=ON \
# -DBUILD_GPU=ON \
# -DBUILD_gpu_surface=ON \
# -DBUILD_gpu_people=ON \
# -DBUILD_gpu_tracking=ON \
# -DBUILD_simulation=ON
but if you want to test this one, you probably need to comment out something else).
<deleted-account> commented on 2013-05-29 10:27 (UTC)
error: target not found: eigen3
error: target not found: openni-git
==> ERROR: 'pacman' failed to install missing dependencies.
They should be probably added. Or not, for some reason?
dreuter commented on 2013-05-14 10:59 (UTC)
@vivasvan
Hi,
when you get the followig error like vivasvan: Please set them or make sure they are set and tested correctly in the CMake files: MPI_CXX_LIBRARIES (ADVANCED)
Just install openmpi: (sudo) pacman -S openmpi
stepo commented on 2013-04-18 07:03 (UTC)
Hi,
I get this boost-related compilation error:
/usr/include/boost/smart_ptr/shared_array.hpp:48:25: note: no known conversion for argument 1 from ‘int’ to ‘const boost::shared_array<short unsigned int>&’
make[2]: *** [io/CMakeFiles/pcl_io.dir/src/openni_grabber.cpp.o] Error 1
make[1]: *** [io/CMakeFiles/pcl_io.dir/all] Error 2
make: *** [all] Error 2
dtouch3d commented on 2013-02-15 14:24 (UTC)
The URL doesn't work anymore. Replace with
http://sourceforge.net/projects/pointclouds/files/$pkgver/PCL-$pkgver-Source.tar.bz2/download
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