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) (make)
- pdal-git (requires pcl) (optional)
- 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
« First ‹ Previous 1 2
majorx234 commented on 2018-02-05 17:20 (UTC)
Suggestion to change PKGBUILD: https://github.com/majorx234/pcl-git-PKGBUILD
reasons: cmake part in build() function: so you can use makepkg -e to build with already downloaded sources. seperate build directory, to keep source code and cmake generated files apart.
lubosz commented on 2018-01-18 13:15 (UTC) (edited on 2018-01-18 13:29 (UTC) by lubosz)
Cuda wants GCC6
To fix:
Install gcc6 and add the following lines before the cmake command:
OpenNI prohibits to build on Linux
Fix: I just uninstalled openni.
Kernel build issues with Cuda 9.1.85
I did not bother to fix the following one, so I disabled cuda all together for now. Proper patches are welcome.
It still builds some cuda stuff with that, so you need the first fix anyway.
« First ‹ Previous 1 2