@kartikmohta both patches are added now thx
Search Criteria
Package Details: pcl 1.14.1-4
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.001457 |
First Submitted: | 2011-04-05 03:39 (UTC) |
Last Updated: | 2024-09-05 12:01 (UTC) |
Dependencies (34)
- boost (boost-gitAUR)
- eigen (eigen-gitAUR)
- flann
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- libpcap (libpcap-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libusb (libusb-gitAUR)
- suitesparse
- vtk (vtk-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- adios2 (adios2-gitAUR) (make)
- cgns (cgns-parallelAUR) (make)
- cli11 (make)
- cmake (cmake-gitAUR) (make)
- fast_float (fast_float-gitAUR) (make)
- fmt (fmt-gitAUR) (make)
- gl2ps (gl2ps-gitAUR) (make)
- libharu (make)
- liblas (liblas-gitAUR) (make)
- Show 14 more dependencies...
Required by (26)
- cloudcompare
- cloudcompare-git
- grasp-pose-generator
- mrpt (optional)
- pdal-git (make)
- pdal-git (optional)
- rgbdemo
- ros-arch-deps
- ros-melodic-cartographer-ros
- ros-melodic-cartographer-ros (make)
- ros-melodic-rtabmap
- ros-melodic-rtabmap (make)
- ros-melodic-rtabmap-ros (make)
- ros-noetic-cartographer-ros-git
- ros-noetic-cartographer-ros-git (make)
- ros-noetic-fast-gicp-git
- ros-noetic-interactive-slam-git
- ros-noetic-kinect2-viewer (make)
- ros-noetic-kinect2-viewer
- ros-noetic-pcl-conversions
- Show 6 more...
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 24 Next › Last »
majorx234 commented on 2018-09-22 16:50 (UTC)
kartikmohta commented on 2018-09-21 22:18 (UTC) (edited on 2018-09-21 22:18 (UTC) by kartikmohta)
To fix compilation with Boost 1.68, can you pull in https://github.com/PointCloudLibrary/pcl/commit/491b7c7e12ce39c59fb1f22718812a02e7f58065.
Also, with the latest devel Eigen (eigen3-hg), need the following patch: https://github.com/PointCloudLibrary/pcl/commit/b9503084d1c63b02d16b03fe318e3c9b2cb36244
majorx234 commented on 2018-08-05 00:16 (UTC)
@Matyt fixed
Matyt commented on 2018-08-03 15:35 (UTC)
I got a checksum mismatch on 7e0c0eba0bc6917592bb7f0db88dde48c168d24a.patch. Repeatedly downloaded it and I still get 501c8da24841eeb6cdf84805841a751b162f7c94b6afe2513a636320e83dd5b7 sha256sum.
suntchan commented on 2018-06-13 06:25 (UTC)
I don't find pcl/io/openni2_grabber.h ?
majorx234 commented on 2018-06-12 14:28 (UTC)
@krukai: I added the patch and tested compilation. thx
krukai commented on 2018-06-12 09:03 (UTC) (edited on 2018-06-12 09:41 (UTC) by krukai)
No longer builds due to changes in Boost:
pcl/src/pcl-pcl-1.8.1/outofcore/include/pcl/outofcore/impl/octree_disk_container.hpp:77:36: error: no matching function for call to ‘boost::uuids::random_generator_pure::random_generator_pure(boost::random::mt19937*)
A fix was already made available: https://github.com/PointCloudLibrary/pcl/commit/b588c546e8e78bfdd238f0f943236257549107dd
I made the following changes and it builds again:
source=("pcl-${pkgver}.tar.gz"::"https://github.com/PointCloudLibrary/pcl/archive/pcl-${pkgver}.tar.gz"
"https://github.com/PointCloudLibrary/pcl/commit/f527e5819d6a4d0e8ed46658032975b73d617f60.patch"
"https://github.com/jspricke/pcl/commit/7e0c0eba0bc6917592bb7f0db88dde48c168d24a.patch"
"https://github.com/PointCloudLibrary/pcl/commit/b588c546e8e78bfdd238f0f943236257549107dd.patch")
sha256sums=('5a102a2fbe2ba77c775bf92c4a5d2e3d8170be53a68c3a76cfc72434ff7b9783'
'6d48d5665e393c8f5ef3d8f2ead0c903a5cb63dff0c9aed32975bfb96ab843f2'
'6740f62c0448c321f35b36188b410d386664f5b1bb379af242370f1bebb8923d'
'78610e04b7119a23b8841c656caaa41a28ab26d4820ee1f9616d7abf107fde9f'
)
# Patch that was merged into master : https://github.com/PointCloudLibrary/pcl/pull/1979
patch -Np1 -i ${srcdir}/f527e5819d6a4d0e8ed46658032975b73d617f60.patch
patch -Np1 -i ${srcdir}/7e0c0eba0bc6917592bb7f0db88dde48c168d24a.patch
patch -Np1 -i ${srcdir}/b588c546e8e78bfdd238f0f943236257549107dd.patch
majorx234 commented on 2018-05-15 07:32 (UTC)
@jerry73204 OK I added the patch in PKGBUILD, tested on x86_64 with gcc 8.1 , should be fixed, thx
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