@kino_t : Please make this modification specified by @hgaiser, it works fine for me as well! Thank you @hgaiser. As this package is linked in arch4edu repo with autobuild through gh action, it could be nice to make this modification ...
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.000033 |
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 (cmake3AUR, cmake-gitAUR) (make)
- fast_float (fast_float-gitAUR) (make)
- fmt (fmt-gitAUR) (make)
- gl2ps (gl2ps-gitAUR) (make)
- Show 17 more dependencies...
Required by (10)
Sources (1)
kikislater commented on 2025-05-20 11:21 (UTC)
hgaiser commented on 2025-05-06 12:33 (UTC)
I ran into an issue during compilation:
CMake Error at /usr/lib/cmake/Boost-1.88.0/BoostConfig.cmake:141 (find_package):
Found package configuration file:
/usr/lib/cmake/boost_iostreams-1.88.0/boost_iostreams-config.cmake
but it set boost_iostreams_FOUND to FALSE so package "boost_iostreams" is
considered to be NOT FOUND. Reason given by package:
No suitable build variant has been found.
The following variants have been tried and rejected:
* libboost_iostreams.so.1.88.0 (release runtime,
Boost_USE_DEBUG_RUNTIME=TRUE)
* libboost_iostreams.a (static, default is shared, set
Boost_USE_STATIC_LIBS=ON to override)
Call Stack (most recent call first):
/usr/lib/cmake/Boost-1.88.0/BoostConfig.cmake:262 (boost_find_component)
cmake/pcl_find_boost.cmake:29 (find_package)
CMakeLists.txt:428 (include)
I resolved it by adding the following CMake flag: -DBoost_USE_DEBUG_RUNTIME=OFF
.
tsadowski commented on 2025-04-09 20:30 (UTC)
I got around it by switching off the tests:
-DBUILD_global_tests=OFF \
tsadowski commented on 2025-04-09 17:41 (UTC) (edited on 2025-04-09 17:43 (UTC) by tsadowski)
I have a problem to build this with with either gtest or googletest-git. Either package is without the src directory in the installation:
-- UMFPACK static:
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:227 (message):
Could NOT find GTestSource (missing: GTEST_SRC_DIR)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:591 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindGTestSource.cmake:34 (find_package_handle_standard_args)
test/CMakeLists.txt:11 (find_package)
kino_t commented on 2025-02-12 01:07 (UTC)
@FabioLolix: Update it when the PCL 1.15.0
release on the 20th of this month (now it's pre-release)
FabioLolix commented on 2025-02-11 17:07 (UTC)
Update to https://github.com/PointCloudLibrary/pcl/releases/tag/pcl-1.15.0-rc1 as this won't be fixed for 1.14.x
https://github.com/PointCloudLibrary/pcl/issues/6157#issuecomment-2640759995
bartus commented on 2025-02-11 13:38 (UTC)
Wont build against boost>=1.87
cyqsimon commented on 2024-09-04 09:41 (UTC)
@kino_t Ah okay sorry. I didn't think the pinned comment was related. Should I go flag vtk as outdated then?
kino_t commented on 2024-09-04 09:37 (UTC) (edited on 2024-09-04 09:38 (UTC) by kino_t)
@oysstu Yes, u are right, but ${srcdir}/6053.patch
is a symbol link of ${srcdir}/../6053.patch
, so both is ok.
oysstu commented on 2024-09-04 09:17 (UTC)
Prepare looks for the patch in one folder above where it should. Removing /../ fixes the build (1.14.1-3).
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