Search Criteria
Package Details: open3d 1:0.18.0-11
Package Actions
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 |
Keywords: | open3d |
Licenses: | MIT |
Conflicts: | open3d-git |
Submitter: | deltaecho |
Maintainer: | daizhirui |
Last Packager: | daizhirui |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2018-04-29 12:37 (UTC) |
Last Updated: | 2024-09-15 04:04 (UTC) |
Dependencies (41)
- asciidoc (asciidoc-gitAUR)
- assimp (assimp-gitAUR)
- cppzmq (cppzmq-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- eigen (eigen-gitAUR)
- embree (embree-gitAUR)
- flann
- fmt (fmt-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- glfw-x11 (glfw-gitAUR, glfw)
- gtest (googletest-gitAUR)
- intel-oneapi-basekit (intel-oneapi-basekit-2025AUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libc++ (libc++-msanAUR, libc++-modulesAUR)
- libc++abi (libc++abi-msanAUR, libc++abi-modulesAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- liblzf
- libpng (libpng-gitAUR, libpng-apngAUR)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber)
- mysqlAUR (mysql55AUR, mysql56AUR, mariadb-gitAUR, mysql81AUR, mysql57AUR, mroongaAUR, mysqlAUR, mysql80AUR, mariadb, mariadb-lts, percona-server)
- Show 21 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3
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 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 (UTC)
@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 (UTC)
@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 (UTC)
@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 (UTC)
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).
« First ‹ Previous 1 2 3