Search Criteria
Package Details: open3d-git r2539.f3c7158a-1
Git Clone URL: | https://aur.archlinux.org/open3d-git.git (read-only, click to copy) |
---|---|
Package Base: | open3d-git |
Description: | A Modern Library for 3D Data Processing |
Upstream URL: | http://www.open3d.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | deltaecho |
Maintainer: | jgwak |
Last Packager: | jgwak |
Votes: | 3 |
Popularity: | 0.000587 |
First Submitted: | 2018-05-01 14:28 |
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)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, libjpeg-turbo-minimal-git, mozjpeg)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-rc, mesa-stable, mesa-git, mesa-minimal-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
Required by (4)
- python-open3d (requires open3d)
- python-open3d-git
- python-py3d (requires open3d)
- python-py3d-git
Latest Comments
stevesp commented on 2020-02-13 09:15
@jgwak Thanks for fixing the dependency issue, it is working for me now.
stevesp commented on 2020-02-12 16:42
@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). So the git package is the way to go right now if you want to have the new features of 0.9.0.
I see, guess in that case it makes sense to leave them.
Your welcome, thanks for fixing it.
jgwak commented on 2020-02-12 16:00
@stevesp There is a upstream bug blocking latest version build: 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. I will fix typo and error in dependency. Thank you.
stevesp commented on 2020-02-12 10:57
Building the git version of open3d is not working since python-open3d-git is depending on open3d and open3d is an older version. I fixed this problem by adapting the "package_open3d-git" function to provide open3d and conflict with "open3d" instead of "open3d-git". Another possibility would be to make the python-open3d-git package dependent on open3d-git instead of open3d.
In addition, I was wondering why there is a python-py3d-git package function in the PKGBUILD which is basically the same as the python-open3d-git package function? In both of those functions, there is a typo: "privides" instead of "provides". Also, should both packages provide "python-open3d" and "python-py3d" and conflict with each other and the same package versions without git.
otaj commented on 2019-02-02 20:54
PKGBUILD is "out of date" - since version 0.3.0, it is required to cmake .., not cmake ../src plus it is necessary to init submodule 3rdparty, since otherwise the install fails.