Please report issues
and patches
to cloudcompare-git@github.com
Search Criteria
Package Details: cloudcompare-git 2.10.2.r857.ga33ffe93-1
Git Clone URL: | https://aur.archlinux.org/cloudcompare-git.git (read-only, click to copy) |
---|---|
Package Base: | cloudcompare-git |
Description: | A 3D point cloud (and triangular mesh) processing software |
Upstream URL: | http://www.danielgm.net/cc/ |
Keywords: | 3d mesh poincloud scan |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | dbrgn |
Maintainer: | bartus |
Last Packager: | bartus |
Votes: | 10 |
Popularity: | 0.000016 |
First Submitted: | 2015-08-20 19:52 |
Last Updated: | 2020-12-06 15:13 |
Dependencies (26)
- cgal (cgal-git, cgal-headers)
- dlib (dlib-git, dlib-cuda)
- fbx-sdk
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-git-nc, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-full-git-hardened, ffmpeg-git, ffmpeg-amd-full-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-nocuda, ffmpeg-mmal, ffmpeg-amd-full, ffmpeg-ndi, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git)
- glew (glew-libepoxy, glew-git, glew-egl-glx)
- glu (glu-git)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal-git, mesa-git, mesa-minimal+-git)
- mpir
- pdal (pdal-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-svg (qt5-svg-git)
- qt5-tools (qt5-tools-git)
- shapelib
- tbb
- vxl
- clang (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-git, llvm-minimal-git, llvm-toolchain-nightly-bin) (make)
- cmake (cmake-git) (make)
- doxygen (doxygen-git) (make)
- git (git-git) (make)
- laz-perf (laz-perf-git) (make)
- libharu (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- pcl (pcl-git) (make)
- proj (proj-configure-git, proj-git) (make)
- python (python-dbg) (make)
- pcl (pcl-git) (optional)
Required by (0)
Sources (5)
bartus commented on 2019-04-10 11:41
bartus commented on 2018-06-07 04:35
@NicolasV: rebuild package with options=(debug !split)
and run through gdb
($gdb cloudcompar: run). It looks like CPU feature missing on your system. Use opcode.sh -S /usr/bin/CloudCompare
(https://gist.github.com/rindeal/72af275f05d44e10ebca) to check required cpu extension and confront with /proc/cpuinfo
.
NicolasV commented on 2018-06-06 22:17
Compilation was fine but unable to launch the application: Here's my output when I launch either /usr/bin/CloudCompare or /usr/bin/ccViewer
"Instruction non permise (core dumped)"
bartus commented on 2018-06-05 12:31
@Karamazov: already fixed upstream github:Set CMAKE_INSTALL_LIBDIR to default, if undefined (#754)
Karamazov commented on 2018-06-04 10:46
Hi everyone, we must set -DCMAKE_INSTALL_LIBDIR=/usr/lib
since https://github.com/CloudCompare/CloudCompare/commit/0b1b921b84440ee64033c14670410fe4a1ab10c6
geosam commented on 2017-12-23 19:11
Please add -DOPTION_PDAL_LAS=ON parameter, related error in the compilation with https://github.com/CloudCompare/CloudCompare/issues/636
kikislater commented on 2017-12-20 04:32
Thank you Bartus
bartus commented on 2017-12-19 19:56
@kikislater; The pull request, with the appropriate fix, was sent to Github repo. If it doesn't get accepted in the span of few days, I will push the patch to AUR.
You could simply substitute !isnan
with !std::isnan
kikislater commented on 2017-12-19 18:39
I've got an error building it. Any idea ?
/usr/include/c++/7.2.1/cmath:639:5: note: 'std::isnan' isnan(_Tp __x) ^~~~~ make[2]: [libs/qCC_io/CMakeFiles/QCC_IO_LIB.dir/build.make:875: libs/qCC_io/CMakeFiles/QCC_IO_LIB.dir/SimpleBinFilter.cpp.o] Error 1 make[2]: Waiting for unfinished jobs.... make[1]: [CMakeFiles/Makefile2:469: libs/qCC_io/CMakeFiles/QCC_IO_LIB.dir/all] Error 2 make: [Makefile:130: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
femtomatic commented on 2017-06-29 12:55
OK, so I finally figured it out, the problem was my custom fontconfig file... So yeah, don't mess with your fontconfig manually if you don't know what you're doing. Lessons learned...
Edit: More precisely, it doesn't like the ttf-droid font for some reasons. Other fonts work fine, I'll use ttf-roboto instead since it's similar and doesn't cause problems.
Pinned Comments
bartus commented on 2019-04-10 11:41
Please report
issues
andpatches
to cloudcompare-git@github.com