Search Criteria
Package Details: open3d 3:0.9.0-1
Git Clone URL: | https://aur.archlinux.org/open3d.git (read-only, click to copy) |
---|---|
Package Base: | open3d |
Description: | A Modern Library for 3D Data Processing |
Upstream URL: | http://www.open3d.org |
Licenses: | |
Conflicts: | |
Submitter: | deltaecho |
Maintainer: | jgwak |
Last Packager: | jgwak |
Votes: | 4 |
Popularity: | 0.000548 |
First Submitted: | 2018-04-29 12:37 |
Last Updated: | 2020-04-23 15:30 |
Dependencies (12)
- eigen (eigen-git)
- glew (glew-libepoxy, glew-git, glew-egl-glx)
- glfw-x11 (glfw-x11-git)
- jsoncpp (jsoncpp-git, jsoncpp-cmake-git)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, libjpeg-turbo-minimal-git, mozjpeg)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- mesa (mesa-noglvnd, mesa-rc, mesa-minimal+-git, mesa-stable, mesa-git, mesa-minimal-git)
- xorg-server-devel (xorg-server1.12-devel, xorg-server-devel-notty, xorg-server-devel-sd_notify, xorg-server-devel-git, xorg-server-devel-noudev, xorg-server-devel-dev, xorg-server1.19-devel-git, xorg-server-devel-rootless-nosystemd-minimal-git, xorg-server-devel-rootless-nosystemd-minimal, xorg-xwayland-devel-rootless-nosystemd-minimal-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
- python-setuptools (make)
- openmp (openmp-svn, openmp-nvptx, llvm-toolchain-nightly-bin, openmp-rc) (optional) – Multiprocess support
Latest Comments
3ddi commented on 2021-01-24 06:57
Out of date ( newest version is 0.12) and fails to build with
jgwak commented on 2020-04-23 15:31
@flipflop97 done
flipflop97 commented on 2020-04-23 13:28
Hi, can you update the git url to the following?
https://github.com/intel-isl/Open3D
stevesp commented on 2020-02-13 09:14
You're welcome, thanks for updating the packages.
jgwak commented on 2020-02-12 18:33
@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
@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 thepkgname
variable and thepackage_python-py3d-git
function. In addition, I fixed the dependency error in thepackage_python-open3d-git
function and that's it.jgwak commented on 2020-02-12 16:49
@stevesp Wait, did you manage to build master branch of the upstream without a problem? I just tried buliding open3d-git and it still failed with the PoissonRecon module error. Or by "master branch" do you mean the master branch of AUR open3d? If you have a fix for the latest version of open3d, it would be really helpful if you share it with the upstream, since there are at least 4 other people affected by this bug and the upstream maintainers cannot reproduce the problem.
stevesp commented on 2020-02-12 16:39
@jgwak A okay, thanks for the info. Was only building the master branch and that worked without a problem (only the fix_3rdparty_path.patch was necessary).
I see, guess in that case it makes sense to leave them.
jgwak commented on 2020-02-12 16:00
@stevesp There is a upstream bug blocking 0.9.0 upgrade: https://github.com/intel-isl/Open3D/issues/1414 Regarding the strange packaging, I am not the one who submitted this package. I recently adopted it to fix this abandoned package. I wonder the same but I decided to leave them for backward compatibility.
stevesp commented on 2020-02-12 10:58
Would it be possible to update the package to open3d version 0.9.0?
In addition, similar to the comment I wrote for the open3d-git package I was wondering why there is a python-py3d package which is the same as the python-open3d package and there are typos in the PKGBUILD (privides, instead of provides in both python package functions).