Search Criteria
Package Details: open3d 4:0.17.0-1
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: | 6 |
Popularity: | 0.64 |
First Submitted: | 2018-04-29 12:37 (UTC) |
Last Updated: | 2023-09-06 10:07 (UTC) |
Dependencies (17)
- eigen (eigen-git)
- flann
- fmt (fmt-git)
- glew (glew-libepoxy, glew-egl-glx, glew-git, glew-wayland, glew-osmesa-git, glew-wayland-git)
- glfw-x11 (glfw-git, glfw-git-minecraft)
- jsoncpp (jsoncpp-cmake-git, jsoncpp-cmake, jsoncpp-git)
- libc++ (libc++-msan)
- libc++abi (libc++abi-msan)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, mozjpeg)
- libpng (libpng-apng, libpng-git)
- mesa (mesa-d3d12, mesa-panfork-git, mesa-steamos, mesa-amdonly-gaming-git, mesa-nightly-nvk-rusticl-intelrt-git, mesa-git, mesa-pvr-vf2, mesa-rusticl-git, mesa-minimal-git, mesa-amber)
- python (python36, python32, python37, python39, python38, python310, python312)
- xorg-server-devel (xorg-server-devel-git)
- cmake (cmake-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- python-setuptools (make)
- openmp (openmp-svn) (optional) – Multiprocess support
Latest Comments
1 2 3 Next › Last »
drr21 commented on 2022-03-11 17:52 (UTC)
Package doesn't build for me, not even after adding emillynge
sed -i 's|find_package(Python3 3.6...<3.10|find_package(Python3 3.6|' CMakeLists.txt
to make it work on python 3.10emillynge commented on 2022-01-03 09:50 (UTC) (edited on 2022-01-03 09:56 (UTC) by emillynge)
Looks like open3d will now compile/build even with python3.10, although TF and Torch may still not work. see https://github.com/isl-org/Open3D/pull/4463
While we wait for a new release, it would be very easy to apply a small 'patch' to
CMakeLists.txt
that mimics the effect of the pertinent commit https://github.com/isl-org/Open3D/commit/5d79d0c98d9460a714e7f10a50e161641cd243b7This command
sed -i 's|find_package(Python3 3.6...<3.10|find_package(Python3 3.6|' CMakeLists.txt
should do it :)emanus commented on 2021-12-21 18:34 (UTC)
I find it quite confusing that there are a
python-open3d
and apython-py3d
(and the same with-git
suffix) package that are the same. Why not mark one as deprecated and go with one? Breaking compatibility is imho not a big deal, since onlypython-minkowskiengine[-git]
depends on this package.zannzetsu commented on 2021-12-04 18:34 (UTC)
I updated to version 0.14.1 and added libc++ and libc++abi as dependencies. It compiled without issues for me. Let me know if something broke for you.
luntik2012 commented on 2021-12-03 19:39 (UTC)
BaldrLector commented on 2021-09-19 07:54 (UTC)
Hi @zannzetsu, thanks for your responsive reply.
when I used gcc11, I got a link error:
While I can build it with gcc10.
By the way, I find libc++abi and libc++ are also dependencies.
zannzetsu commented on 2021-09-18 10:55 (UTC)
Hi BaldrLector, you could edit the PKGBUILD and after line 60 insert the following: -DBUILD_CUDA_MODULE=ON \ -DBUILD_COMMON_CUDA_ARCHS=ON \ -DBUILD_CACHED_CUDA_MANAGER=ON \
BaldrLector commented on 2021-09-18 09:22 (UTC)
how to add optional CUDA module ?any one try it ?
AchmadFathoni commented on 2021-07-15 05:34 (UTC)
Got an error:
Add
libc++
solves this errorzannzetsu commented on 2021-06-05 17:24 (UTC)
@nikisalli I messed up. I didn't increment pkgrel in .SRCINFO.
1 2 3 Next › Last »