Package Details: cloudcompare-git 2.13.1.r327.g5170325e3-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: https://www.cloudcompare.org
Keywords: 3d mesh poincloud scan
Licenses: GPL2
Conflicts: cloudcompare
Provides: cloudcompare
Submitter: dbrgn
Maintainer: bartus
Last Packager: bartus
Votes: 12
Popularity: 0.000000
First Submitted: 2015-08-20 19:52 (UTC)
Last Updated: 2026-04-12 08:10 (UTC)

Pinned Comments

bartus commented on 2019-04-10 11:41 (UTC) (edited on 2026-04-29 21:19 (UTC) by bartus)

Please report issues and patches to @bartoszek/AUR-cloudcompare-git (github.com)

Latest Comments

1 2 3 4 Next › Last »

bartus commented on 2019-04-10 11:41 (UTC) (edited on 2026-04-29 21:19 (UTC) by bartus)

Please report issues and patches to @bartoszek/AUR-cloudcompare-git (github.com)

bartus commented on 2018-06-07 04:35 (UTC) (edited on 2018-06-07 10:39 (UTC) by bartus)

@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 (UTC) (edited on 2018-06-06 22:19 (UTC) by NicolasV)

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 (UTC) (edited on 2018-06-05 12:32 (UTC) by bartus)

@Karamazov: already fixed upstream github:Set CMAKE_INSTALL_LIBDIR to default, if undefined (#754)

Karamazov commented on 2018-06-04 10:46 (UTC)

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 (UTC)

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 (UTC)

Thank you Bartus

bartus commented on 2017-12-19 19:56 (UTC) (edited on 2017-12-19 19:56 (UTC) by bartus)

@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