Package Details: pcl 1.15.0-1

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.000091
First Submitted: 2011-04-05 03:39 (UTC)
Last Updated: 2025-02-22 18:38 (UTC)

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

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 24 Next › Last »

petronny commented on 2020-11-20 08:15 (UTC)

Hi, you have a hardcoded '-j8' in PKGBUILD. That should be set in /etc/makepkg.conf rather than here. Please remove it from PKGBUILD.

majorx234 commented on 2020-11-18 01:02 (UTC) (edited on 2020-11-18 01:03 (UTC) by majorx234)

@leidola updated to 1.11 and added the support for nurbs, sorry for delay

majorx234 commented on 2020-09-25 22:22 (UTC)

@leidola, will test it. try to update to version 1.11 next week + your suggestion

leidola commented on 2020-09-25 11:18 (UTC)

I wanted to use nurbs, as shown in the tutorial on the following page:

https://pcl.readthedocs.io/projects/tutorials/en/latest/bspline_fitting.html#bspline-fitting

It would seem PCL doesn't enable them by default (for whatever reason), but passing -DBUILD_surface_on_nurbs=ON to CMake is all which is needed on my machine.

How do you feel about enabling nurbs support by default?

majorx234 commented on 2019-12-15 13:14 (UTC)

@bionade24: done

bionade24 commented on 2019-12-15 12:50 (UTC)

Please replace python2-sphinx with python-spinx

majorx234 commented on 2019-12-13 10:58 (UTC)

@Svenstaro @acxz sorry -j2 was my mistake, it is not needed (only on my VM because of limititation in RAM). thx for fast reply

acxz commented on 2019-12-13 08:27 (UTC)

Thanks @majorx234, also yes I agree with @Svenstaro. If you just leave make blank without any options it will use the value of the user's makepkg.conf. This kinda sucks right now, because I can only using 2 cores even when my makepkg.conf specifies using 8 cores. Please fix.

svenstaro commented on 2019-12-13 06:49 (UTC)

You shouldn't put -j2 in there unless the package doesn't build otherwise. And even then you should prefer options=(!makeflags). Basically, allow a user's makepkg.conf to set those flags, rather.