Package Base Details: open3d

Git Clone URL: https://aur.archlinux.org/open3d.git (read-only, click to copy)
Keywords: open3d
Submitter: deltaecho
Maintainer: daizhirui
Last Packager: daizhirui
Votes: 5
Popularity: 0.000000
First Submitted: 2018-04-29 12:37 (UTC)
Last Updated: 2024-03-31 10:27 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

AchmadFathoni commented on 2021-07-15 05:34 (UTC)

Got an error:

CMake Error at 3rdparty/find_dependencies.cmake:971 (find_library):
  Could not find CPPABI_LIBRARY using the following names: c++abi
Call Stack (most recent call first):
  CMakeLists.txt:613 (include)

Add libc++ solves this error

zannzetsu commented on 2021-06-05 17:24 (UTC)

@nikisalli I messed up. I didn't increment pkgrel in .SRCINFO.

nikisalli commented on 2021-06-01 11:18 (UTC)

why does aur say the pkg release is 2 while it is set to 1 in the pkgbuild? this causes some aur helpers to keep installing the old version at each update

zannzetsu commented on 2021-05-22 18:56 (UTC)

Hi, @3ddi the package should build now.

3ddi commented on 2021-01-24 06:57 (UTC)

Out of date ( newest version is 0.12) and fails to build with

error: ‘new’ of type ‘open3d::visualization::ViewControl’ with extended alignment 32 [-Werror=aligned-new=]

jgwak commented on 2020-04-23 15:31 (UTC)

@flipflop97 done

flipflop97 commented on 2020-04-23 13:28 (UTC)

Hi, can you update the git url to the following?
https://github.com/intel-isl/Open3D

stevesp commented on 2020-02-13 09:14 (UTC)

You're welcome, thanks for updating the packages.

jgwak commented on 2020-02-12 18:33 (UTC)

@stevesp I managed to clean build both 0.9.0 and latest master. I guess there was a bug on our side, not the upstream. Thank you.

stevesp commented on 2020-02-12 17:13 (UTC) (edited on 2020-02-12 17:53 (UTC) by stevesp)

@jgwak I just checked out the latest AUR open3d-git package (just got the files without building anything), then I changed the PKGBUILD file to resolve the problem with the open3d dependency and ran makepkg -si.

I have just right now tried to build Open3D from source by cloning the master branch from https://github.com/intel-isl/Open3D and that worked as well, when I applied the patch for libturbojpg.

I think I had the same error as you a while ago, therefore I used the 0.8.0 version. Today I tried to build it again and it worked. Thought they fixed it upstream, because I didn't do anything different.

Have you tried to freshly clone everything?

I can send you the PKGBUILD file if you want? But I basically removed the python-py3d-git from the pkgname variable and the package_python-py3d-git function. In addition, I fixed the dependency error in the package_python-open3d-git function and that's it.