Search Criteria
Package Details: python-py3d 1:0.19.0-13
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: | python-open3d, python-open3d-git, python-py3d-git |
| Provides: | python-open3d |
| Submitter: | deltaecho |
| Maintainer: | daizhirui |
| Last Packager: | daizhirui |
| Votes: | 6 |
| Popularity: | 0.000065 |
| First Submitted: | 2018-04-29 12:37 (UTC) |
| Last Updated: | 2026-05-20 21:36 (UTC) |
Dependencies (44)
- asciidoc (asciidoc-gitAUR)
- assimp (assimp-gitAUR, assimp-gitAUR)
- cppzmq (cppzmq-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- eigen (eigen-gitAUR, eigen3)
- embree (embree-gitAUR)
- flann
- fmt (fmt-gitAUR)
- gcc14AUR
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glfw-x11 (glfw-gitAUR, glfw-wayland-minecraft-cursorfixAUR, glfw)
- gtest (googletest-gitAUR)
- intel-oneapi-basekit (intel-oneapi-basekit-2025AUR, intel-oneapi-basekit-2025AUR, intel-oneapi-toolkit)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libc++ (libc++-with-libunwindAUR, libc++-msanAUR)
- libc++abi (libc++-with-libunwindAUR, libc++abi-msanAUR)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- liblzf
- libpng (libpng-gitAUR, libpng-apngAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-dlss-reflex-gitAUR, mesa-rk35xx-gitAUR, mesa-nollvm-gitAUR, mesa-rdna2vrAUR, mesa-minimal-gitAUR, mesa-amber)
- Show 24 more dependencies...
Required by (2)
- python-minkowskiengine (requires python-open3d) (optional)
- python-minkowskiengine-git (requires python-open3d) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
emillynge 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.txtthat 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.txtshould do it :)emanus commented on 2021-12-21 18:34 (UTC)
I find it quite confusing that there are a
python-open3dand apython-py3d(and the same with-gitsuffix) 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.
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
« First ‹ Previous 1 2 3 4 Next › Last »